@bytexbyte/berifyme-react-native-sdk 1.0.18 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (638) hide show
  1. package/README.md +153 -94
  2. package/lib/commonjs/BerifymeModal/MainModal.js +10 -10
  3. package/lib/commonjs/BerifymeModal/MainModal.js.map +1 -1
  4. package/lib/commonjs/BerifymeModal/index.js +71 -71
  5. package/lib/commonjs/BerifymeModal/index.js.map +1 -1
  6. package/lib/commonjs/api/api.js +1 -2
  7. package/lib/commonjs/api/api.js.map +1 -1
  8. package/lib/commonjs/components/AllSet.js +2 -2
  9. package/lib/commonjs/components/AuthenticationLogs.js +4 -4
  10. package/lib/commonjs/components/AuthidLogin.js +3 -3
  11. package/lib/commonjs/components/AuthidOnboarding.js +2 -2
  12. package/lib/commonjs/components/ClearLogin.js +3 -3
  13. package/lib/commonjs/components/ClearOnboarding.js +5 -5
  14. package/lib/commonjs/components/ClearOnboarding.js.map +1 -1
  15. package/lib/commonjs/components/IncodeOnBoarding.js +1 -1
  16. package/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.js +1 -1
  17. package/lib/commonjs/components/Onboarding/Authid/idOrPassport.js +4 -4
  18. package/lib/commonjs/components/Onboarding/Authid/idOrPassport.js.map +1 -1
  19. package/lib/commonjs/components/Onboarding/Vender/Grid/index.js +12 -12
  20. package/lib/commonjs/components/Onboarding/Vender/Grid/index.js.map +1 -1
  21. package/lib/commonjs/components/Onboarding/Vender/index.js +4 -4
  22. package/lib/commonjs/components/Onboarding/Vender/index.js.map +1 -1
  23. package/lib/commonjs/components/SendSNS/index.js +25 -25
  24. package/lib/commonjs/components/SendSNS/index.js.map +1 -1
  25. package/lib/commonjs/components/SendSNS/legalLinks.js +2 -2
  26. package/lib/commonjs/components/SnapMatch.js +236 -0
  27. package/lib/commonjs/components/SnapMatch.js.map +1 -0
  28. package/lib/commonjs/components/SomethingWrong.js +1 -1
  29. package/lib/commonjs/components/SumsubLogin.js +1 -1
  30. package/lib/commonjs/components/SumsubOnboarding.js +1 -1
  31. package/lib/commonjs/components/VeriffLogin.js +1 -1
  32. package/lib/commonjs/components/VeriffOnboarding.js +1 -1
  33. package/lib/commonjs/components/VerifiedExternalPhoneNumber/index.js +75 -82
  34. package/lib/commonjs/components/VerifiedExternalPhoneNumber/index.js.map +1 -1
  35. package/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.js +13 -15
  36. package/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.js.map +1 -1
  37. package/lib/commonjs/components/VerifyWithPhoneNumber/User.js +20 -21
  38. package/lib/commonjs/components/VerifyWithPhoneNumber/User.js.map +1 -1
  39. package/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.js +4 -4
  40. package/lib/commonjs/components/YotiLogin.js +1 -1
  41. package/lib/commonjs/components/YotiOnboarding.js +1 -1
  42. package/lib/commonjs/components/biometrics/index.js +13 -13
  43. package/lib/commonjs/components/incodeLogin.js +1 -1
  44. package/lib/commonjs/enum/index.js +0 -2
  45. package/lib/commonjs/enum/index.js.map +1 -1
  46. package/lib/commonjs/environmentDomains.js +7 -7
  47. package/lib/commonjs/environmentDomains.js.map +1 -1
  48. package/lib/commonjs/index.js +6 -4
  49. package/lib/commonjs/index.js.map +1 -1
  50. package/lib/commonjs/phoneNumberProcessor.js +16 -16
  51. package/lib/module/BerifymeModal/MainModal.js +9 -9
  52. package/lib/module/BerifymeModal/MainModal.js.map +1 -1
  53. package/lib/module/BerifymeModal/index.js +21 -21
  54. package/lib/module/BerifymeModal/index.js.map +1 -1
  55. package/lib/module/api/api.js +1 -4
  56. package/lib/module/api/api.js.map +1 -1
  57. package/lib/module/components/AllSet.js +2 -2
  58. package/lib/module/components/AllSet.js.map +1 -1
  59. package/lib/module/components/AuthenticationLogs.js +4 -4
  60. package/lib/module/components/AuthenticationLogs.js.map +1 -1
  61. package/lib/module/components/AuthidLogin.js +3 -3
  62. package/lib/module/components/AuthidLogin.js.map +1 -1
  63. package/lib/module/components/AuthidOnboarding.js +2 -2
  64. package/lib/module/components/AuthidOnboarding.js.map +1 -1
  65. package/lib/module/components/ClearLogin.js +3 -3
  66. package/lib/module/components/ClearLogin.js.map +1 -1
  67. package/lib/module/components/ClearOnboarding.js +5 -5
  68. package/lib/module/components/ClearOnboarding.js.map +1 -1
  69. package/lib/module/components/IncodeOnBoarding.js +1 -1
  70. package/lib/module/components/IncodeOnBoarding.js.map +1 -1
  71. package/lib/module/components/Onboarding/Authid/AuthIdSelectType.js +1 -1
  72. package/lib/module/components/Onboarding/Authid/AuthIdSelectType.js.map +1 -1
  73. package/lib/module/components/Onboarding/Authid/idOrPassport.js +3 -3
  74. package/lib/module/components/Onboarding/Authid/idOrPassport.js.map +1 -1
  75. package/lib/module/components/Onboarding/Vender/Grid/index.js +9 -9
  76. package/lib/module/components/Onboarding/Vender/Grid/index.js.map +1 -1
  77. package/lib/module/components/Onboarding/Vender/index.js +3 -3
  78. package/lib/module/components/Onboarding/Vender/index.js.map +1 -1
  79. package/lib/module/components/SendSNS/index.js +14 -14
  80. package/lib/module/components/SendSNS/index.js.map +1 -1
  81. package/lib/module/components/SendSNS/legalLinks.js +2 -2
  82. package/lib/module/components/SnapMatch.js +229 -0
  83. package/lib/module/components/SnapMatch.js.map +1 -0
  84. package/lib/module/components/SomethingWrong.js +1 -1
  85. package/lib/module/components/SomethingWrong.js.map +1 -1
  86. package/lib/module/components/SumsubLogin.js +1 -1
  87. package/lib/module/components/SumsubLogin.js.map +1 -1
  88. package/lib/module/components/SumsubOnboarding.js +1 -1
  89. package/lib/module/components/SumsubOnboarding.js.map +1 -1
  90. package/lib/module/components/VeriffLogin.js +1 -1
  91. package/lib/module/components/VeriffLogin.js.map +1 -1
  92. package/lib/module/components/VeriffOnboarding.js +1 -1
  93. package/lib/module/components/VeriffOnboarding.js.map +1 -1
  94. package/lib/module/components/VerifiedExternalPhoneNumber/index.js +76 -83
  95. package/lib/module/components/VerifiedExternalPhoneNumber/index.js.map +1 -1
  96. package/lib/module/components/VerifyWithPhoneNumber/NewUser.js +10 -12
  97. package/lib/module/components/VerifyWithPhoneNumber/NewUser.js.map +1 -1
  98. package/lib/module/components/VerifyWithPhoneNumber/User.js +10 -11
  99. package/lib/module/components/VerifyWithPhoneNumber/User.js.map +1 -1
  100. package/lib/module/components/VerifyWithPhoneNumber/biometrics.js +4 -4
  101. package/lib/module/components/VerifyWithPhoneNumber/biometrics.js.map +1 -1
  102. package/lib/module/components/YotiLogin.js +1 -1
  103. package/lib/module/components/YotiLogin.js.map +1 -1
  104. package/lib/module/components/YotiOnboarding.js +1 -1
  105. package/lib/module/components/YotiOnboarding.js.map +1 -1
  106. package/lib/module/components/biometrics/index.js +13 -13
  107. package/lib/module/components/biometrics/index.js.map +1 -1
  108. package/lib/module/components/incodeLogin.js +1 -1
  109. package/lib/module/components/incodeLogin.js.map +1 -1
  110. package/lib/module/enum/index.js +0 -2
  111. package/lib/module/enum/index.js.map +1 -1
  112. package/lib/module/environmentDomains.js +1 -1
  113. package/lib/module/environmentDomains.js.map +1 -1
  114. package/lib/module/index.js +4 -2
  115. package/lib/module/index.js.map +1 -1
  116. package/lib/module/phoneNumberProcessor.js +16 -16
  117. package/lib/typescript/commonjs/App.d.ts +4 -0
  118. package/lib/typescript/commonjs/App.d.ts.map +1 -0
  119. package/lib/typescript/commonjs/babel.config.d.ts +2 -0
  120. package/lib/typescript/commonjs/babel.config.d.ts.map +1 -0
  121. package/lib/typescript/commonjs/index.d.ts +2 -0
  122. package/lib/typescript/commonjs/index.d.ts.map +1 -0
  123. package/lib/typescript/commonjs/jest.config.d.ts +2 -0
  124. package/lib/typescript/commonjs/jest.config.d.ts.map +1 -0
  125. package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/MainModal.d.ts +11 -0
  126. package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/MainModal.d.ts.map +1 -0
  127. package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/index.d.ts +11 -0
  128. package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/index.d.ts.map +1 -0
  129. package/lib/typescript/commonjs/lib/commonjs/api/api.d.ts +257 -0
  130. package/lib/typescript/commonjs/lib/commonjs/api/api.d.ts.map +1 -0
  131. package/lib/typescript/commonjs/lib/commonjs/components/AllSet.d.ts +10 -0
  132. package/lib/typescript/commonjs/lib/commonjs/components/AllSet.d.ts.map +1 -0
  133. package/lib/typescript/commonjs/lib/commonjs/components/AuthenticationLogs.d.ts +19 -0
  134. package/lib/typescript/commonjs/lib/commonjs/components/AuthenticationLogs.d.ts.map +1 -0
  135. package/lib/typescript/commonjs/lib/commonjs/components/AuthidLogin.d.ts +11 -0
  136. package/lib/typescript/commonjs/lib/commonjs/components/AuthidLogin.d.ts.map +1 -0
  137. package/lib/typescript/commonjs/lib/commonjs/components/AuthidOnboarding.d.ts +14 -0
  138. package/lib/typescript/commonjs/lib/commonjs/components/AuthidOnboarding.d.ts.map +1 -0
  139. package/lib/typescript/commonjs/lib/commonjs/components/ClearLogin.d.ts +12 -0
  140. package/lib/typescript/commonjs/lib/commonjs/components/ClearLogin.d.ts.map +1 -0
  141. package/lib/typescript/commonjs/lib/commonjs/components/ClearOnboarding.d.ts +12 -0
  142. package/lib/typescript/commonjs/lib/commonjs/components/ClearOnboarding.d.ts.map +1 -0
  143. package/lib/typescript/commonjs/lib/commonjs/components/Footer.d.ts +4 -0
  144. package/lib/typescript/commonjs/lib/commonjs/components/Footer.d.ts.map +1 -0
  145. package/lib/typescript/commonjs/lib/commonjs/components/IncodeOnBoarding.d.ts +12 -0
  146. package/lib/typescript/commonjs/lib/commonjs/components/IncodeOnBoarding.d.ts.map +1 -0
  147. package/lib/typescript/commonjs/lib/commonjs/components/IncodeProvider.d.ts.map +1 -0
  148. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts +7 -0
  149. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
  150. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts +8 -0
  151. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
  152. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts +10 -0
  153. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
  154. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/index.d.ts +9 -0
  155. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/index.d.ts.map +1 -0
  156. package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/index.d.ts +14 -0
  157. package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/index.d.ts.map +1 -0
  158. package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/legalLinks.d.ts +4 -0
  159. package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/legalLinks.d.ts.map +1 -0
  160. package/lib/typescript/commonjs/lib/commonjs/components/SnapMatch.d.ts +13 -0
  161. package/lib/typescript/commonjs/lib/commonjs/components/SnapMatch.d.ts.map +1 -0
  162. package/lib/typescript/commonjs/lib/commonjs/components/SomethingWrong.d.ts +8 -0
  163. package/lib/typescript/commonjs/lib/commonjs/components/SomethingWrong.d.ts.map +1 -0
  164. package/lib/typescript/commonjs/lib/commonjs/components/SumsubLogin.d.ts +11 -0
  165. package/lib/typescript/commonjs/lib/commonjs/components/SumsubLogin.d.ts.map +1 -0
  166. package/lib/typescript/commonjs/lib/commonjs/components/SumsubOnboarding.d.ts +11 -0
  167. package/lib/typescript/commonjs/lib/commonjs/components/SumsubOnboarding.d.ts.map +1 -0
  168. package/lib/typescript/commonjs/lib/commonjs/components/VeriffLogin.d.ts +12 -0
  169. package/lib/typescript/commonjs/lib/commonjs/components/VeriffLogin.d.ts.map +1 -0
  170. package/lib/typescript/commonjs/lib/commonjs/components/VeriffOnboarding.d.ts +12 -0
  171. package/lib/typescript/commonjs/lib/commonjs/components/VeriffOnboarding.d.ts.map +1 -0
  172. package/lib/typescript/commonjs/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts +13 -0
  173. package/lib/typescript/commonjs/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
  174. package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts +10 -0
  175. package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
  176. package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts +11 -0
  177. package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
  178. package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts +8 -0
  179. package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
  180. package/lib/typescript/commonjs/lib/commonjs/components/YotiLogin.d.ts +11 -0
  181. package/lib/typescript/commonjs/lib/commonjs/components/YotiLogin.d.ts.map +1 -0
  182. package/lib/typescript/commonjs/lib/commonjs/components/YotiOnboarding.d.ts +12 -0
  183. package/lib/typescript/commonjs/lib/commonjs/components/YotiOnboarding.d.ts.map +1 -0
  184. package/lib/typescript/commonjs/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts +5 -0
  185. package/lib/typescript/commonjs/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
  186. package/lib/typescript/commonjs/lib/commonjs/components/biometrics/index.d.ts +25 -0
  187. package/lib/typescript/commonjs/lib/commonjs/components/biometrics/index.d.ts.map +1 -0
  188. package/lib/typescript/commonjs/lib/commonjs/components/incodeLogin.d.ts +11 -0
  189. package/lib/typescript/commonjs/lib/commonjs/components/incodeLogin.d.ts.map +1 -0
  190. package/lib/typescript/commonjs/lib/commonjs/countryCode.d.ts +211 -0
  191. package/lib/typescript/commonjs/lib/commonjs/countryCode.d.ts.map +1 -0
  192. package/lib/typescript/commonjs/lib/commonjs/enum/index.d.ts +5 -0
  193. package/lib/typescript/commonjs/lib/commonjs/enum/index.d.ts.map +1 -0
  194. package/lib/typescript/commonjs/lib/commonjs/environmentDomains.d.ts +8 -0
  195. package/lib/typescript/commonjs/lib/commonjs/environmentDomains.d.ts.map +1 -0
  196. package/lib/typescript/commonjs/lib/commonjs/index.d.ts +7 -0
  197. package/lib/typescript/commonjs/lib/commonjs/index.d.ts.map +1 -0
  198. package/lib/typescript/commonjs/lib/commonjs/phoneNumberProcessor.d.ts +8 -0
  199. package/lib/typescript/commonjs/lib/commonjs/phoneNumberProcessor.d.ts.map +1 -0
  200. package/lib/typescript/commonjs/lib/module/BerifymeModal/MainModal.d.ts +11 -0
  201. package/lib/typescript/commonjs/lib/module/BerifymeModal/MainModal.d.ts.map +1 -0
  202. package/lib/typescript/commonjs/lib/module/BerifymeModal/index.d.ts +11 -0
  203. package/lib/typescript/commonjs/lib/module/BerifymeModal/index.d.ts.map +1 -0
  204. package/lib/typescript/commonjs/lib/module/api/api.d.ts +256 -0
  205. package/lib/typescript/commonjs/lib/module/api/api.d.ts.map +1 -0
  206. package/lib/typescript/commonjs/lib/module/components/AllSet.d.ts +10 -0
  207. package/lib/typescript/commonjs/lib/module/components/AllSet.d.ts.map +1 -0
  208. package/lib/typescript/commonjs/lib/module/components/AuthenticationLogs.d.ts +18 -0
  209. package/lib/typescript/commonjs/lib/module/components/AuthenticationLogs.d.ts.map +1 -0
  210. package/lib/typescript/commonjs/lib/module/components/AuthidLogin.d.ts +11 -0
  211. package/lib/typescript/commonjs/lib/module/components/AuthidLogin.d.ts.map +1 -0
  212. package/lib/typescript/commonjs/lib/module/components/AuthidOnboarding.d.ts +14 -0
  213. package/lib/typescript/commonjs/lib/module/components/AuthidOnboarding.d.ts.map +1 -0
  214. package/lib/typescript/commonjs/lib/module/components/ClearLogin.d.ts +12 -0
  215. package/lib/typescript/commonjs/lib/module/components/ClearLogin.d.ts.map +1 -0
  216. package/lib/typescript/commonjs/lib/module/components/ClearOnboarding.d.ts +12 -0
  217. package/lib/typescript/commonjs/lib/module/components/ClearOnboarding.d.ts.map +1 -0
  218. package/lib/typescript/commonjs/lib/module/components/Footer.d.ts +4 -0
  219. package/lib/typescript/commonjs/lib/module/components/Footer.d.ts.map +1 -0
  220. package/lib/typescript/commonjs/lib/module/components/IncodeOnBoarding.d.ts +12 -0
  221. package/lib/typescript/commonjs/lib/module/components/IncodeOnBoarding.d.ts.map +1 -0
  222. package/lib/typescript/commonjs/lib/module/components/IncodeProvider.d.ts +1 -0
  223. package/lib/typescript/commonjs/lib/module/components/IncodeProvider.d.ts.map +1 -0
  224. package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts +7 -0
  225. package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
  226. package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/idOrPassport.d.ts +8 -0
  227. package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
  228. package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/Grid/index.d.ts +9 -0
  229. package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
  230. package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/index.d.ts +9 -0
  231. package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/index.d.ts.map +1 -0
  232. package/lib/typescript/commonjs/lib/module/components/SendSNS/index.d.ts +14 -0
  233. package/lib/typescript/commonjs/lib/module/components/SendSNS/index.d.ts.map +1 -0
  234. package/lib/typescript/commonjs/lib/module/components/SendSNS/legalLinks.d.ts +4 -0
  235. package/lib/typescript/commonjs/lib/module/components/SendSNS/legalLinks.d.ts.map +1 -0
  236. package/lib/typescript/commonjs/lib/module/components/SnapMatch.d.ts +12 -0
  237. package/lib/typescript/commonjs/lib/module/components/SnapMatch.d.ts.map +1 -0
  238. package/lib/typescript/commonjs/lib/module/components/SomethingWrong.d.ts +8 -0
  239. package/lib/typescript/commonjs/lib/module/components/SomethingWrong.d.ts.map +1 -0
  240. package/lib/typescript/commonjs/lib/module/components/SumsubLogin.d.ts +11 -0
  241. package/lib/typescript/commonjs/lib/module/components/SumsubLogin.d.ts.map +1 -0
  242. package/lib/typescript/commonjs/lib/module/components/SumsubOnboarding.d.ts +11 -0
  243. package/lib/typescript/commonjs/lib/module/components/SumsubOnboarding.d.ts.map +1 -0
  244. package/lib/typescript/commonjs/lib/module/components/VeriffLogin.d.ts +12 -0
  245. package/lib/typescript/commonjs/lib/module/components/VeriffLogin.d.ts.map +1 -0
  246. package/lib/typescript/commonjs/lib/module/components/VeriffOnboarding.d.ts +12 -0
  247. package/lib/typescript/commonjs/lib/module/components/VeriffOnboarding.d.ts.map +1 -0
  248. package/lib/typescript/commonjs/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts +13 -0
  249. package/lib/typescript/commonjs/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
  250. package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts +10 -0
  251. package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
  252. package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/User.d.ts +11 -0
  253. package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
  254. package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts +7 -0
  255. package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
  256. package/lib/typescript/commonjs/lib/module/components/YotiLogin.d.ts +11 -0
  257. package/lib/typescript/commonjs/lib/module/components/YotiLogin.d.ts.map +1 -0
  258. package/lib/typescript/commonjs/lib/module/components/YotiOnboarding.d.ts +12 -0
  259. package/lib/typescript/commonjs/lib/module/components/YotiOnboarding.d.ts.map +1 -0
  260. package/lib/typescript/commonjs/lib/module/components/biometrics/EnableBiometricsTypes.d.ts +3 -0
  261. package/lib/typescript/commonjs/lib/module/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
  262. package/lib/typescript/commonjs/lib/module/components/biometrics/index.d.ts +30 -0
  263. package/lib/typescript/commonjs/lib/module/components/biometrics/index.d.ts.map +1 -0
  264. package/lib/typescript/commonjs/lib/module/components/incodeLogin.d.ts +11 -0
  265. package/lib/typescript/commonjs/lib/module/components/incodeLogin.d.ts.map +1 -0
  266. package/lib/typescript/commonjs/lib/module/countryCode.d.ts +210 -0
  267. package/lib/typescript/commonjs/lib/module/countryCode.d.ts.map +1 -0
  268. package/lib/typescript/commonjs/lib/module/enum/index.d.ts +4 -0
  269. package/lib/typescript/commonjs/lib/module/enum/index.d.ts.map +1 -0
  270. package/lib/typescript/commonjs/lib/module/environmentDomains.d.ts +7 -0
  271. package/lib/typescript/commonjs/lib/module/environmentDomains.d.ts.map +1 -0
  272. package/lib/typescript/commonjs/lib/module/index.d.ts +9 -0
  273. package/lib/typescript/commonjs/lib/module/index.d.ts.map +1 -0
  274. package/lib/typescript/commonjs/lib/module/phoneNumberProcessor.d.ts +7 -0
  275. package/lib/typescript/commonjs/lib/module/phoneNumberProcessor.d.ts.map +1 -0
  276. package/lib/typescript/commonjs/metro.config.d.ts +3 -0
  277. package/lib/typescript/commonjs/metro.config.d.ts.map +1 -0
  278. package/lib/typescript/commonjs/react-native.config.d.ts +7 -0
  279. package/lib/typescript/commonjs/react-native.config.d.ts.map +1 -0
  280. package/lib/typescript/commonjs/src/BerifymeModal/MainModal.d.ts.map +1 -0
  281. package/lib/typescript/commonjs/src/BerifymeModal/index.d.ts.map +1 -0
  282. package/lib/typescript/{api → commonjs/src/api}/api.d.ts +32 -42
  283. package/lib/typescript/commonjs/src/api/api.d.ts.map +1 -0
  284. package/lib/typescript/commonjs/src/components/AllSet.d.ts.map +1 -0
  285. package/lib/typescript/{components → commonjs/src/components}/AuthenticationLogs.d.ts +4 -4
  286. package/lib/typescript/commonjs/src/components/AuthenticationLogs.d.ts.map +1 -0
  287. package/lib/typescript/commonjs/src/components/AuthidLogin.d.ts.map +1 -0
  288. package/lib/typescript/commonjs/src/components/AuthidOnboarding.d.ts.map +1 -0
  289. package/lib/typescript/commonjs/src/components/ClearLogin.d.ts.map +1 -0
  290. package/lib/typescript/commonjs/src/components/ClearOnboarding.d.ts.map +1 -0
  291. package/lib/typescript/commonjs/src/components/Footer.d.ts.map +1 -0
  292. package/lib/typescript/commonjs/src/components/IncodeOnBoarding.d.ts.map +1 -0
  293. package/lib/typescript/commonjs/src/components/IncodeProvider.d.ts +1 -0
  294. package/lib/typescript/commonjs/src/components/IncodeProvider.d.ts.map +1 -0
  295. package/lib/typescript/commonjs/src/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
  296. package/lib/typescript/commonjs/src/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
  297. package/lib/typescript/{components → commonjs/src/components}/Onboarding/Vender/Grid/index.d.ts +2 -1
  298. package/lib/typescript/commonjs/src/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
  299. package/lib/typescript/{components → commonjs/src/components}/Onboarding/Vender/index.d.ts +1 -1
  300. package/lib/typescript/commonjs/src/components/Onboarding/Vender/index.d.ts.map +1 -0
  301. package/lib/typescript/commonjs/src/components/SendSNS/index.d.ts.map +1 -0
  302. package/lib/typescript/commonjs/src/components/SendSNS/legalLinks.d.ts.map +1 -0
  303. package/lib/typescript/commonjs/src/components/SnapMatch.d.ts +26 -0
  304. package/lib/typescript/commonjs/src/components/SnapMatch.d.ts.map +1 -0
  305. package/lib/typescript/commonjs/src/components/SomethingWrong.d.ts.map +1 -0
  306. package/lib/typescript/commonjs/src/components/SumsubLogin.d.ts.map +1 -0
  307. package/lib/typescript/commonjs/src/components/SumsubOnboarding.d.ts.map +1 -0
  308. package/lib/typescript/commonjs/src/components/VeriffLogin.d.ts.map +1 -0
  309. package/lib/typescript/commonjs/src/components/VeriffOnboarding.d.ts.map +1 -0
  310. package/lib/typescript/commonjs/src/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
  311. package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
  312. package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
  313. package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
  314. package/lib/typescript/commonjs/src/components/YotiLogin.d.ts.map +1 -0
  315. package/lib/typescript/commonjs/src/components/YotiOnboarding.d.ts.map +1 -0
  316. package/lib/typescript/commonjs/src/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
  317. package/lib/typescript/{components → commonjs/src/components}/biometrics/index.d.ts +4 -4
  318. package/lib/typescript/commonjs/src/components/biometrics/index.d.ts.map +1 -0
  319. package/lib/typescript/commonjs/src/components/incodeLogin.d.ts.map +1 -0
  320. package/lib/typescript/commonjs/src/countryCode.d.ts.map +1 -0
  321. package/lib/typescript/commonjs/src/enum/index.d.ts.map +1 -0
  322. package/lib/typescript/commonjs/src/environmentDomains.d.ts.map +1 -0
  323. package/lib/typescript/commonjs/src/index.d.ts +10 -0
  324. package/lib/typescript/commonjs/src/index.d.ts.map +1 -0
  325. package/lib/typescript/commonjs/src/phoneNumberProcessor.d.ts +7 -0
  326. package/lib/typescript/commonjs/src/phoneNumberProcessor.d.ts.map +1 -0
  327. package/lib/typescript/module/App.d.ts +4 -0
  328. package/lib/typescript/module/App.d.ts.map +1 -0
  329. package/lib/typescript/module/babel.config.d.ts +2 -0
  330. package/lib/typescript/module/babel.config.d.ts.map +1 -0
  331. package/lib/typescript/module/index.d.ts +2 -0
  332. package/lib/typescript/module/index.d.ts.map +1 -0
  333. package/lib/typescript/module/jest.config.d.ts +2 -0
  334. package/lib/typescript/module/jest.config.d.ts.map +1 -0
  335. package/lib/typescript/module/lib/commonjs/BerifymeModal/MainModal.d.ts +11 -0
  336. package/lib/typescript/module/lib/commonjs/BerifymeModal/MainModal.d.ts.map +1 -0
  337. package/lib/typescript/module/lib/commonjs/BerifymeModal/index.d.ts +11 -0
  338. package/lib/typescript/module/lib/commonjs/BerifymeModal/index.d.ts.map +1 -0
  339. package/lib/typescript/module/lib/commonjs/api/api.d.ts +257 -0
  340. package/lib/typescript/module/lib/commonjs/api/api.d.ts.map +1 -0
  341. package/lib/typescript/module/lib/commonjs/components/AllSet.d.ts +10 -0
  342. package/lib/typescript/module/lib/commonjs/components/AllSet.d.ts.map +1 -0
  343. package/lib/typescript/module/lib/commonjs/components/AuthenticationLogs.d.ts +19 -0
  344. package/lib/typescript/module/lib/commonjs/components/AuthenticationLogs.d.ts.map +1 -0
  345. package/lib/typescript/module/lib/commonjs/components/AuthidLogin.d.ts +11 -0
  346. package/lib/typescript/module/lib/commonjs/components/AuthidLogin.d.ts.map +1 -0
  347. package/lib/typescript/module/lib/commonjs/components/AuthidOnboarding.d.ts +14 -0
  348. package/lib/typescript/module/lib/commonjs/components/AuthidOnboarding.d.ts.map +1 -0
  349. package/lib/typescript/module/lib/commonjs/components/ClearLogin.d.ts +12 -0
  350. package/lib/typescript/module/lib/commonjs/components/ClearLogin.d.ts.map +1 -0
  351. package/lib/typescript/module/lib/commonjs/components/ClearOnboarding.d.ts +12 -0
  352. package/lib/typescript/module/lib/commonjs/components/ClearOnboarding.d.ts.map +1 -0
  353. package/lib/typescript/module/lib/commonjs/components/Footer.d.ts +4 -0
  354. package/lib/typescript/module/lib/commonjs/components/Footer.d.ts.map +1 -0
  355. package/lib/typescript/module/lib/commonjs/components/IncodeOnBoarding.d.ts +12 -0
  356. package/lib/typescript/module/lib/commonjs/components/IncodeOnBoarding.d.ts.map +1 -0
  357. package/lib/typescript/module/lib/commonjs/components/IncodeProvider.d.ts +1 -0
  358. package/lib/typescript/module/lib/commonjs/components/IncodeProvider.d.ts.map +1 -0
  359. package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts +7 -0
  360. package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
  361. package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts +8 -0
  362. package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
  363. package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts +10 -0
  364. package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
  365. package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/index.d.ts +9 -0
  366. package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/index.d.ts.map +1 -0
  367. package/lib/typescript/module/lib/commonjs/components/SendSNS/index.d.ts +14 -0
  368. package/lib/typescript/module/lib/commonjs/components/SendSNS/index.d.ts.map +1 -0
  369. package/lib/typescript/module/lib/commonjs/components/SendSNS/legalLinks.d.ts +4 -0
  370. package/lib/typescript/module/lib/commonjs/components/SendSNS/legalLinks.d.ts.map +1 -0
  371. package/lib/typescript/module/lib/commonjs/components/SnapMatch.d.ts +13 -0
  372. package/lib/typescript/module/lib/commonjs/components/SnapMatch.d.ts.map +1 -0
  373. package/lib/typescript/module/lib/commonjs/components/SomethingWrong.d.ts +8 -0
  374. package/lib/typescript/module/lib/commonjs/components/SomethingWrong.d.ts.map +1 -0
  375. package/lib/typescript/module/lib/commonjs/components/SumsubLogin.d.ts +11 -0
  376. package/lib/typescript/module/lib/commonjs/components/SumsubLogin.d.ts.map +1 -0
  377. package/lib/typescript/module/lib/commonjs/components/SumsubOnboarding.d.ts +11 -0
  378. package/lib/typescript/module/lib/commonjs/components/SumsubOnboarding.d.ts.map +1 -0
  379. package/lib/typescript/module/lib/commonjs/components/VeriffLogin.d.ts +12 -0
  380. package/lib/typescript/module/lib/commonjs/components/VeriffLogin.d.ts.map +1 -0
  381. package/lib/typescript/module/lib/commonjs/components/VeriffOnboarding.d.ts +12 -0
  382. package/lib/typescript/module/lib/commonjs/components/VeriffOnboarding.d.ts.map +1 -0
  383. package/lib/typescript/module/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts +13 -0
  384. package/lib/typescript/module/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
  385. package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts +10 -0
  386. package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
  387. package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts +11 -0
  388. package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
  389. package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts +8 -0
  390. package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
  391. package/lib/typescript/module/lib/commonjs/components/YotiLogin.d.ts +11 -0
  392. package/lib/typescript/module/lib/commonjs/components/YotiLogin.d.ts.map +1 -0
  393. package/lib/typescript/module/lib/commonjs/components/YotiOnboarding.d.ts +12 -0
  394. package/lib/typescript/module/lib/commonjs/components/YotiOnboarding.d.ts.map +1 -0
  395. package/lib/typescript/module/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts +5 -0
  396. package/lib/typescript/module/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
  397. package/lib/typescript/module/lib/commonjs/components/biometrics/index.d.ts +25 -0
  398. package/lib/typescript/module/lib/commonjs/components/biometrics/index.d.ts.map +1 -0
  399. package/lib/typescript/module/lib/commonjs/components/incodeLogin.d.ts +11 -0
  400. package/lib/typescript/module/lib/commonjs/components/incodeLogin.d.ts.map +1 -0
  401. package/lib/typescript/module/lib/commonjs/countryCode.d.ts +211 -0
  402. package/lib/typescript/module/lib/commonjs/countryCode.d.ts.map +1 -0
  403. package/lib/typescript/module/lib/commonjs/enum/index.d.ts +5 -0
  404. package/lib/typescript/module/lib/commonjs/enum/index.d.ts.map +1 -0
  405. package/lib/typescript/module/lib/commonjs/environmentDomains.d.ts +8 -0
  406. package/lib/typescript/module/lib/commonjs/environmentDomains.d.ts.map +1 -0
  407. package/lib/typescript/module/lib/commonjs/index.d.ts +7 -0
  408. package/lib/typescript/module/lib/commonjs/index.d.ts.map +1 -0
  409. package/lib/typescript/module/lib/commonjs/phoneNumberProcessor.d.ts +8 -0
  410. package/lib/typescript/module/lib/commonjs/phoneNumberProcessor.d.ts.map +1 -0
  411. package/lib/typescript/module/lib/module/BerifymeModal/MainModal.d.ts +11 -0
  412. package/lib/typescript/module/lib/module/BerifymeModal/MainModal.d.ts.map +1 -0
  413. package/lib/typescript/module/lib/module/BerifymeModal/index.d.ts +11 -0
  414. package/lib/typescript/module/lib/module/BerifymeModal/index.d.ts.map +1 -0
  415. package/lib/typescript/module/lib/module/api/api.d.ts +256 -0
  416. package/lib/typescript/module/lib/module/api/api.d.ts.map +1 -0
  417. package/lib/typescript/module/lib/module/components/AllSet.d.ts +10 -0
  418. package/lib/typescript/module/lib/module/components/AllSet.d.ts.map +1 -0
  419. package/lib/typescript/module/lib/module/components/AuthenticationLogs.d.ts +18 -0
  420. package/lib/typescript/module/lib/module/components/AuthenticationLogs.d.ts.map +1 -0
  421. package/lib/typescript/module/lib/module/components/AuthidLogin.d.ts +11 -0
  422. package/lib/typescript/module/lib/module/components/AuthidLogin.d.ts.map +1 -0
  423. package/lib/typescript/module/lib/module/components/AuthidOnboarding.d.ts +14 -0
  424. package/lib/typescript/module/lib/module/components/AuthidOnboarding.d.ts.map +1 -0
  425. package/lib/typescript/module/lib/module/components/ClearLogin.d.ts +12 -0
  426. package/lib/typescript/module/lib/module/components/ClearLogin.d.ts.map +1 -0
  427. package/lib/typescript/module/lib/module/components/ClearOnboarding.d.ts +12 -0
  428. package/lib/typescript/module/lib/module/components/ClearOnboarding.d.ts.map +1 -0
  429. package/lib/typescript/module/lib/module/components/Footer.d.ts +4 -0
  430. package/lib/typescript/module/lib/module/components/Footer.d.ts.map +1 -0
  431. package/lib/typescript/module/lib/module/components/IncodeOnBoarding.d.ts +12 -0
  432. package/lib/typescript/module/lib/module/components/IncodeOnBoarding.d.ts.map +1 -0
  433. package/lib/typescript/module/lib/module/components/IncodeProvider.d.ts +1 -0
  434. package/lib/typescript/module/lib/module/components/IncodeProvider.d.ts.map +1 -0
  435. package/lib/typescript/module/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts +7 -0
  436. package/lib/typescript/module/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
  437. package/lib/typescript/module/lib/module/components/Onboarding/Authid/idOrPassport.d.ts +8 -0
  438. package/lib/typescript/module/lib/module/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
  439. package/lib/typescript/module/lib/module/components/Onboarding/Vender/Grid/index.d.ts +9 -0
  440. package/lib/typescript/module/lib/module/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
  441. package/lib/typescript/module/lib/module/components/Onboarding/Vender/index.d.ts +9 -0
  442. package/lib/typescript/module/lib/module/components/Onboarding/Vender/index.d.ts.map +1 -0
  443. package/lib/typescript/module/lib/module/components/SendSNS/index.d.ts +14 -0
  444. package/lib/typescript/module/lib/module/components/SendSNS/index.d.ts.map +1 -0
  445. package/lib/typescript/module/lib/module/components/SendSNS/legalLinks.d.ts +4 -0
  446. package/lib/typescript/module/lib/module/components/SendSNS/legalLinks.d.ts.map +1 -0
  447. package/lib/typescript/module/lib/module/components/SnapMatch.d.ts +12 -0
  448. package/lib/typescript/module/lib/module/components/SnapMatch.d.ts.map +1 -0
  449. package/lib/typescript/module/lib/module/components/SomethingWrong.d.ts +8 -0
  450. package/lib/typescript/module/lib/module/components/SomethingWrong.d.ts.map +1 -0
  451. package/lib/typescript/module/lib/module/components/SumsubLogin.d.ts +11 -0
  452. package/lib/typescript/module/lib/module/components/SumsubLogin.d.ts.map +1 -0
  453. package/lib/typescript/module/lib/module/components/SumsubOnboarding.d.ts +11 -0
  454. package/lib/typescript/module/lib/module/components/SumsubOnboarding.d.ts.map +1 -0
  455. package/lib/typescript/module/lib/module/components/VeriffLogin.d.ts +12 -0
  456. package/lib/typescript/module/lib/module/components/VeriffLogin.d.ts.map +1 -0
  457. package/lib/typescript/module/lib/module/components/VeriffOnboarding.d.ts +12 -0
  458. package/lib/typescript/module/lib/module/components/VeriffOnboarding.d.ts.map +1 -0
  459. package/lib/typescript/module/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts +13 -0
  460. package/lib/typescript/module/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
  461. package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts +10 -0
  462. package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
  463. package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/User.d.ts +11 -0
  464. package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
  465. package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts +7 -0
  466. package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
  467. package/lib/typescript/module/lib/module/components/YotiLogin.d.ts +11 -0
  468. package/lib/typescript/module/lib/module/components/YotiLogin.d.ts.map +1 -0
  469. package/lib/typescript/module/lib/module/components/YotiOnboarding.d.ts +12 -0
  470. package/lib/typescript/module/lib/module/components/YotiOnboarding.d.ts.map +1 -0
  471. package/lib/typescript/module/lib/module/components/biometrics/EnableBiometricsTypes.d.ts +3 -0
  472. package/lib/typescript/module/lib/module/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
  473. package/lib/typescript/module/lib/module/components/biometrics/index.d.ts +30 -0
  474. package/lib/typescript/module/lib/module/components/biometrics/index.d.ts.map +1 -0
  475. package/lib/typescript/module/lib/module/components/incodeLogin.d.ts +11 -0
  476. package/lib/typescript/module/lib/module/components/incodeLogin.d.ts.map +1 -0
  477. package/lib/typescript/module/lib/module/countryCode.d.ts +210 -0
  478. package/lib/typescript/module/lib/module/countryCode.d.ts.map +1 -0
  479. package/lib/typescript/module/lib/module/enum/index.d.ts +4 -0
  480. package/lib/typescript/module/lib/module/enum/index.d.ts.map +1 -0
  481. package/lib/typescript/module/lib/module/environmentDomains.d.ts +7 -0
  482. package/lib/typescript/module/lib/module/environmentDomains.d.ts.map +1 -0
  483. package/lib/typescript/module/lib/module/index.d.ts +9 -0
  484. package/lib/typescript/module/lib/module/index.d.ts.map +1 -0
  485. package/lib/typescript/module/lib/module/phoneNumberProcessor.d.ts +7 -0
  486. package/lib/typescript/module/lib/module/phoneNumberProcessor.d.ts.map +1 -0
  487. package/lib/typescript/module/metro.config.d.ts +3 -0
  488. package/lib/typescript/module/metro.config.d.ts.map +1 -0
  489. package/lib/typescript/module/package.json +1 -0
  490. package/lib/typescript/module/react-native.config.d.ts +7 -0
  491. package/lib/typescript/module/react-native.config.d.ts.map +1 -0
  492. package/lib/typescript/module/src/BerifymeModal/MainModal.d.ts +12 -0
  493. package/lib/typescript/module/src/BerifymeModal/MainModal.d.ts.map +1 -0
  494. package/lib/typescript/module/src/BerifymeModal/index.d.ts +14 -0
  495. package/lib/typescript/module/src/BerifymeModal/index.d.ts.map +1 -0
  496. package/lib/typescript/module/src/api/api.d.ts +462 -0
  497. package/lib/typescript/module/src/api/api.d.ts.map +1 -0
  498. package/lib/typescript/module/src/components/AllSet.d.ts +11 -0
  499. package/lib/typescript/module/src/components/AllSet.d.ts.map +1 -0
  500. package/lib/typescript/module/src/components/AuthenticationLogs.d.ts +21 -0
  501. package/lib/typescript/module/src/components/AuthenticationLogs.d.ts.map +1 -0
  502. package/lib/typescript/module/src/components/AuthidLogin.d.ts +13 -0
  503. package/lib/typescript/module/src/components/AuthidLogin.d.ts.map +1 -0
  504. package/lib/typescript/module/src/components/AuthidOnboarding.d.ts +16 -0
  505. package/lib/typescript/module/src/components/AuthidOnboarding.d.ts.map +1 -0
  506. package/lib/typescript/module/src/components/ClearLogin.d.ts +14 -0
  507. package/lib/typescript/module/src/components/ClearLogin.d.ts.map +1 -0
  508. package/lib/typescript/module/src/components/ClearOnboarding.d.ts +14 -0
  509. package/lib/typescript/module/src/components/ClearOnboarding.d.ts.map +1 -0
  510. package/lib/typescript/module/src/components/Footer.d.ts +4 -0
  511. package/lib/typescript/module/src/components/Footer.d.ts.map +1 -0
  512. package/lib/typescript/module/src/components/IncodeOnBoarding.d.ts +14 -0
  513. package/lib/typescript/module/src/components/IncodeOnBoarding.d.ts.map +1 -0
  514. package/lib/typescript/module/src/components/IncodeProvider.d.ts +1 -0
  515. package/lib/typescript/module/src/components/IncodeProvider.d.ts.map +1 -0
  516. package/lib/typescript/module/src/components/Onboarding/Authid/AuthIdSelectType.d.ts +7 -0
  517. package/lib/typescript/module/src/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
  518. package/lib/typescript/module/src/components/Onboarding/Authid/idOrPassport.d.ts +8 -0
  519. package/lib/typescript/module/src/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
  520. package/lib/typescript/module/src/components/Onboarding/Vender/Grid/index.d.ts +11 -0
  521. package/lib/typescript/module/src/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
  522. package/lib/typescript/module/src/components/Onboarding/Vender/index.d.ts +11 -0
  523. package/lib/typescript/module/src/components/Onboarding/Vender/index.d.ts.map +1 -0
  524. package/lib/typescript/module/src/components/SendSNS/index.d.ts +17 -0
  525. package/lib/typescript/module/src/components/SendSNS/index.d.ts.map +1 -0
  526. package/lib/typescript/module/src/components/SendSNS/legalLinks.d.ts +4 -0
  527. package/lib/typescript/module/src/components/SendSNS/legalLinks.d.ts.map +1 -0
  528. package/lib/typescript/module/src/components/SnapMatch.d.ts +26 -0
  529. package/lib/typescript/module/src/components/SnapMatch.d.ts.map +1 -0
  530. package/lib/typescript/module/src/components/SomethingWrong.d.ts +9 -0
  531. package/lib/typescript/module/src/components/SomethingWrong.d.ts.map +1 -0
  532. package/lib/typescript/module/src/components/SumsubLogin.d.ts +13 -0
  533. package/lib/typescript/module/src/components/SumsubLogin.d.ts.map +1 -0
  534. package/lib/typescript/module/src/components/SumsubOnboarding.d.ts +13 -0
  535. package/lib/typescript/module/src/components/SumsubOnboarding.d.ts.map +1 -0
  536. package/lib/typescript/module/src/components/VeriffLogin.d.ts +14 -0
  537. package/lib/typescript/module/src/components/VeriffLogin.d.ts.map +1 -0
  538. package/lib/typescript/module/src/components/VeriffOnboarding.d.ts +14 -0
  539. package/lib/typescript/module/src/components/VeriffOnboarding.d.ts.map +1 -0
  540. package/lib/typescript/module/src/components/VerifiedExternalPhoneNumber/index.d.ts +16 -0
  541. package/lib/typescript/module/src/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
  542. package/lib/typescript/module/src/components/VerifyWithPhoneNumber/NewUser.d.ts +12 -0
  543. package/lib/typescript/module/src/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
  544. package/lib/typescript/module/src/components/VerifyWithPhoneNumber/User.d.ts +13 -0
  545. package/lib/typescript/module/src/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
  546. package/lib/typescript/module/src/components/VerifyWithPhoneNumber/biometrics.d.ts +9 -0
  547. package/lib/typescript/module/src/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
  548. package/lib/typescript/module/src/components/YotiLogin.d.ts +13 -0
  549. package/lib/typescript/module/src/components/YotiLogin.d.ts.map +1 -0
  550. package/lib/typescript/module/src/components/YotiOnboarding.d.ts +14 -0
  551. package/lib/typescript/module/src/components/YotiOnboarding.d.ts.map +1 -0
  552. package/lib/typescript/module/src/components/biometrics/EnableBiometricsTypes.d.ts +8 -0
  553. package/lib/typescript/module/src/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
  554. package/lib/typescript/module/src/components/biometrics/index.d.ts +35 -0
  555. package/lib/typescript/module/src/components/biometrics/index.d.ts.map +1 -0
  556. package/lib/typescript/module/src/components/incodeLogin.d.ts +13 -0
  557. package/lib/typescript/module/src/components/incodeLogin.d.ts.map +1 -0
  558. package/lib/typescript/module/src/countryCode.d.ts +4 -0
  559. package/lib/typescript/module/src/countryCode.d.ts.map +1 -0
  560. package/lib/typescript/module/src/enum/index.d.ts +37 -0
  561. package/lib/typescript/module/src/enum/index.d.ts.map +1 -0
  562. package/lib/typescript/module/src/environmentDomains.d.ts +8 -0
  563. package/lib/typescript/module/src/environmentDomains.d.ts.map +1 -0
  564. package/lib/typescript/module/src/index.d.ts +10 -0
  565. package/lib/typescript/module/src/index.d.ts.map +1 -0
  566. package/lib/typescript/module/src/phoneNumberProcessor.d.ts +7 -0
  567. package/lib/typescript/module/src/phoneNumberProcessor.d.ts.map +1 -0
  568. package/package.json +38 -24
  569. package/lib/typescript/BerifymeModal/MainModal.d.ts.map +0 -1
  570. package/lib/typescript/BerifymeModal/index.d.ts.map +0 -1
  571. package/lib/typescript/api/api.d.ts.map +0 -1
  572. package/lib/typescript/components/AllSet.d.ts.map +0 -1
  573. package/lib/typescript/components/AuthenticationLogs.d.ts.map +0 -1
  574. package/lib/typescript/components/AuthidLogin.d.ts.map +0 -1
  575. package/lib/typescript/components/AuthidOnboarding.d.ts.map +0 -1
  576. package/lib/typescript/components/ClearLogin.d.ts.map +0 -1
  577. package/lib/typescript/components/ClearOnboarding.d.ts.map +0 -1
  578. package/lib/typescript/components/Footer.d.ts.map +0 -1
  579. package/lib/typescript/components/IncodeOnBoarding.d.ts.map +0 -1
  580. package/lib/typescript/components/IncodeProvider.d.ts.map +0 -1
  581. package/lib/typescript/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
  582. package/lib/typescript/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
  583. package/lib/typescript/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
  584. package/lib/typescript/components/Onboarding/Vender/index.d.ts.map +0 -1
  585. package/lib/typescript/components/SendSNS/index.d.ts.map +0 -1
  586. package/lib/typescript/components/SendSNS/legalLinks.d.ts.map +0 -1
  587. package/lib/typescript/components/SomethingWrong.d.ts.map +0 -1
  588. package/lib/typescript/components/SumsubLogin.d.ts.map +0 -1
  589. package/lib/typescript/components/SumsubOnboarding.d.ts.map +0 -1
  590. package/lib/typescript/components/VeriffLogin.d.ts.map +0 -1
  591. package/lib/typescript/components/VeriffOnboarding.d.ts.map +0 -1
  592. package/lib/typescript/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
  593. package/lib/typescript/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
  594. package/lib/typescript/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
  595. package/lib/typescript/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
  596. package/lib/typescript/components/YotiLogin.d.ts.map +0 -1
  597. package/lib/typescript/components/YotiOnboarding.d.ts.map +0 -1
  598. package/lib/typescript/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
  599. package/lib/typescript/components/biometrics/index.d.ts.map +0 -1
  600. package/lib/typescript/components/incodeLogin.d.ts.map +0 -1
  601. package/lib/typescript/countryCode.d.ts.map +0 -1
  602. package/lib/typescript/enum/index.d.ts.map +0 -1
  603. package/lib/typescript/environmentDomains.d.ts.map +0 -1
  604. package/lib/typescript/index.d.ts +0 -7
  605. package/lib/typescript/index.d.ts.map +0 -1
  606. package/lib/typescript/phoneNumberProcessor.d.ts +0 -7
  607. package/lib/typescript/phoneNumberProcessor.d.ts.map +0 -1
  608. /package/lib/typescript/{components → commonjs/lib/commonjs/components}/IncodeProvider.d.ts +0 -0
  609. /package/lib/{commonjs → typescript/commonjs}/package.json +0 -0
  610. /package/lib/typescript/{BerifymeModal → commonjs/src/BerifymeModal}/MainModal.d.ts +0 -0
  611. /package/lib/typescript/{BerifymeModal → commonjs/src/BerifymeModal}/index.d.ts +0 -0
  612. /package/lib/typescript/{components → commonjs/src/components}/AllSet.d.ts +0 -0
  613. /package/lib/typescript/{components → commonjs/src/components}/AuthidLogin.d.ts +0 -0
  614. /package/lib/typescript/{components → commonjs/src/components}/AuthidOnboarding.d.ts +0 -0
  615. /package/lib/typescript/{components → commonjs/src/components}/ClearLogin.d.ts +0 -0
  616. /package/lib/typescript/{components → commonjs/src/components}/ClearOnboarding.d.ts +0 -0
  617. /package/lib/typescript/{components → commonjs/src/components}/Footer.d.ts +0 -0
  618. /package/lib/typescript/{components → commonjs/src/components}/IncodeOnBoarding.d.ts +0 -0
  619. /package/lib/typescript/{components → commonjs/src/components}/Onboarding/Authid/AuthIdSelectType.d.ts +0 -0
  620. /package/lib/typescript/{components → commonjs/src/components}/Onboarding/Authid/idOrPassport.d.ts +0 -0
  621. /package/lib/typescript/{components → commonjs/src/components}/SendSNS/index.d.ts +0 -0
  622. /package/lib/typescript/{components → commonjs/src/components}/SendSNS/legalLinks.d.ts +0 -0
  623. /package/lib/typescript/{components → commonjs/src/components}/SomethingWrong.d.ts +0 -0
  624. /package/lib/typescript/{components → commonjs/src/components}/SumsubLogin.d.ts +0 -0
  625. /package/lib/typescript/{components → commonjs/src/components}/SumsubOnboarding.d.ts +0 -0
  626. /package/lib/typescript/{components → commonjs/src/components}/VeriffLogin.d.ts +0 -0
  627. /package/lib/typescript/{components → commonjs/src/components}/VeriffOnboarding.d.ts +0 -0
  628. /package/lib/typescript/{components → commonjs/src/components}/VerifiedExternalPhoneNumber/index.d.ts +0 -0
  629. /package/lib/typescript/{components → commonjs/src/components}/VerifyWithPhoneNumber/NewUser.d.ts +0 -0
  630. /package/lib/typescript/{components → commonjs/src/components}/VerifyWithPhoneNumber/User.d.ts +0 -0
  631. /package/lib/typescript/{components → commonjs/src/components}/VerifyWithPhoneNumber/biometrics.d.ts +0 -0
  632. /package/lib/typescript/{components → commonjs/src/components}/YotiLogin.d.ts +0 -0
  633. /package/lib/typescript/{components → commonjs/src/components}/YotiOnboarding.d.ts +0 -0
  634. /package/lib/typescript/{components → commonjs/src/components}/biometrics/EnableBiometricsTypes.d.ts +0 -0
  635. /package/lib/typescript/{components → commonjs/src/components}/incodeLogin.d.ts +0 -0
  636. /package/lib/typescript/{countryCode.d.ts → commonjs/src/countryCode.d.ts} +0 -0
  637. /package/lib/typescript/{enum → commonjs/src/enum}/index.d.ts +0 -0
  638. /package/lib/typescript/{environmentDomains.d.ts → commonjs/src/environmentDomains.d.ts} +0 -0
@@ -0,0 +1,11 @@
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
@@ -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;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;iCA4H3D,CAAC;AAuDF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { DimensionValue } from 'react-native';
3
+ import { UserWithAgeAndFullName } from '../../../api/api';
4
+ declare const Vender: ({ setPageStatus, setError, user, setModalHeight, }: {
5
+ setError: React.Dispatch<React.SetStateAction<string | undefined>>;
6
+ setPageStatus: React.Dispatch<React.SetStateAction<number>>;
7
+ user?: import("../../../api/api").User | undefined;
8
+ setModalHeight: React.Dispatch<React.SetStateAction<DimensionValue>>;
9
+ }) => React.JSX.Element;
10
+ export default Vender;
11
+ //# 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;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"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { DimensionValue } from 'react-native';
3
+ import { User } from '../../api/api';
4
+ import { Environment } from '../../enum';
5
+ declare const SendSns: ({ token, inputValue, setInputValue, setError, setPageStatus, setProcessedPhoneNumber, setUser, setModalHeight, environment, }: {
6
+ token: string | undefined;
7
+ inputValue: string;
8
+ setInputValue: React.Dispatch<React.SetStateAction<string>>;
9
+ setError: React.Dispatch<React.SetStateAction<string | undefined>>;
10
+ setPageStatus: React.Dispatch<React.SetStateAction<number>>;
11
+ setProcessedPhoneNumber: React.Dispatch<React.SetStateAction<string | undefined>>;
12
+ setUser: React.Dispatch<React.SetStateAction<User | undefined>>;
13
+ setModalHeight: React.Dispatch<React.SetStateAction<DimensionValue>>;
14
+ environment: Environment;
15
+ }) => React.JSX.Element;
16
+ export default SendSns;
17
+ //# sourceMappingURL=index.d.ts.map
@@ -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,4 @@
1
+ import React from 'react';
2
+ declare const LegalLinks: () => React.JSX.Element;
3
+ export default LegalLinks;
4
+ //# sourceMappingURL=legalLinks.d.ts.map
@@ -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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SnapMatch.d.ts","sourceRoot":"","sources":["../../../../../src/components/SnapMatch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAIxE,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGtC,+FAA+F;AAC/F,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,WAAW,CAAC;IACzB,SAAS,EAAE,CAAC,IAAI,EAAE,aAAa,KAAK,IAAI,CAAC;IACzC,OAAO,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,2EAA2E;IAC3E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oDAAoD;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,0DAA0D;IAC1D,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B,CAAC;AAQF,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAChC,QAAQ,EACR,SAAS,EACT,WAAW,EACX,SAAS,EACT,OAAO,EACP,KAAK,EAAE,SAAS,EAChB,MAAM,EAAE,UAAiB,EACzB,mBAA2C,GAC5C,EAAE,cAAc,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CA8MpC"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ interface SomethingWrongProps {
3
+ message?: string;
4
+ pressButton?: () => void;
5
+ venderErrorHandleBack?: () => void;
6
+ }
7
+ declare const SomethingWrong: React.FC<SomethingWrongProps>;
8
+ export default SomethingWrong;
9
+ //# sourceMappingURL=SomethingWrong.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { UserWithAgeAndFullName } from '../api/api';
3
+ import { Environment } from '../enum';
4
+ declare function SumsubLoginWebView({ token, setError, user, setUser, goToAllSet, environment, }: {
5
+ token: string;
6
+ setError: React.Dispatch<React.SetStateAction<string | undefined>>;
7
+ user: UserWithAgeAndFullName;
8
+ setUser: React.Dispatch<React.SetStateAction<UserWithAgeAndFullName | undefined>>;
9
+ goToAllSet: () => void;
10
+ environment: Environment;
11
+ }): React.JSX.Element;
12
+ export default SumsubLoginWebView;
13
+ //# sourceMappingURL=SumsubLogin.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { UserWithAgeAndFullName } from '../api/api';
3
+ import { Environment } from '../enum';
4
+ declare function SumsubOnboardingWebView({ token, setError, user, setUser, goToAllSet, environment, }: {
5
+ token: string;
6
+ setError: React.Dispatch<React.SetStateAction<string | undefined>>;
7
+ user: UserWithAgeAndFullName;
8
+ setUser: React.Dispatch<React.SetStateAction<UserWithAgeAndFullName | undefined>>;
9
+ goToAllSet: () => void;
10
+ environment: Environment;
11
+ }): React.JSX.Element;
12
+ export default SumsubOnboardingWebView;
13
+ //# sourceMappingURL=SumsubOnboarding.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import { UserWithAgeAndFullName } from '../api/api';
3
+ import { Environment } from '../enum';
4
+ declare function VeriffLoginWebView({ token, setError, user, setUser, goBack, goToAllSet, environment, }: {
5
+ token: string;
6
+ setError: React.Dispatch<React.SetStateAction<string | undefined>>;
7
+ user: UserWithAgeAndFullName;
8
+ setUser: React.Dispatch<React.SetStateAction<UserWithAgeAndFullName | undefined>>;
9
+ goBack: () => void;
10
+ goToAllSet: () => void;
11
+ environment: Environment;
12
+ }): React.JSX.Element;
13
+ export default VeriffLoginWebView;
14
+ //# sourceMappingURL=VeriffLogin.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import { UserWithAgeAndFullName } from '../api/api';
3
+ import { Environment } from '../enum';
4
+ declare function VeriffOnboardingWebView({ token, setError, user, setUser, goBack, goToAllSet, environment, }: {
5
+ token: string;
6
+ setError: React.Dispatch<React.SetStateAction<string | undefined>>;
7
+ user: UserWithAgeAndFullName;
8
+ setUser: React.Dispatch<React.SetStateAction<UserWithAgeAndFullName | undefined>>;
9
+ goBack: () => void;
10
+ goToAllSet: () => void;
11
+ environment: Environment;
12
+ }): React.JSX.Element;
13
+ export default VeriffOnboardingWebView;
14
+ //# sourceMappingURL=VeriffOnboarding.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { DimensionValue } from 'react-native';
3
+ import { User } from '../../api/api';
4
+ import { Environment } from '../../enum';
5
+ declare const VerifiedExternalPhoneNumber: ({ token, setError, setPageStatus, processedPhoneNumber, setProcessedPhoneNumber, setUser, setModalHeight, environment, }: {
6
+ token: string | undefined;
7
+ setError: React.Dispatch<React.SetStateAction<string | undefined>>;
8
+ setPageStatus: React.Dispatch<React.SetStateAction<number>>;
9
+ processedPhoneNumber: string | undefined;
10
+ setProcessedPhoneNumber: React.Dispatch<React.SetStateAction<string | undefined>>;
11
+ setUser: React.Dispatch<React.SetStateAction<User | undefined>>;
12
+ setModalHeight: React.Dispatch<React.SetStateAction<DimensionValue>>;
13
+ environment: Environment;
14
+ }) => React.JSX.Element;
15
+ export default VerifiedExternalPhoneNumber;
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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;uBA0GzB,CAAC;AAqHF,eAAe,2BAA2B,CAAC"}
@@ -0,0 +1,12 @@
1
+ import React from "react";
2
+ import { UserWithAgeAndFullName } from "../../api/api";
3
+ import { Environment } from "../../enum";
4
+ declare const VerifyNewUser: ({ token, inputValue, setPageStatus, setUser, environment, }: {
5
+ token: string | undefined;
6
+ inputValue: string;
7
+ setPageStatus: React.Dispatch<React.SetStateAction<number>>;
8
+ setUser: React.Dispatch<React.SetStateAction<UserWithAgeAndFullName | undefined>>;
9
+ environment: Environment;
10
+ }) => React.JSX.Element;
11
+ export default VerifyNewUser;
12
+ //# sourceMappingURL=NewUser.d.ts.map
@@ -0,0 +1 @@
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,EAAc,MAAM,YAAY,CAAC;AAQrD,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"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { DimensionValue } from 'react-native';
3
+ import { UserWithAgeAndFullName } from '../../api/api';
4
+ declare const VerifyUser: ({ token, inputValue, setError, setPageStatus, setUser, setModalHeight, }: {
5
+ token: string | undefined;
6
+ inputValue: string;
7
+ setError: React.Dispatch<React.SetStateAction<string | undefined>>;
8
+ setPageStatus: React.Dispatch<React.SetStateAction<number>>;
9
+ setUser: React.Dispatch<React.SetStateAction<UserWithAgeAndFullName | undefined>>;
10
+ setModalHeight: React.Dispatch<React.SetStateAction<DimensionValue>>;
11
+ }) => React.JSX.Element;
12
+ export default VerifyUser;
13
+ //# sourceMappingURL=User.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../../../../src/components/VerifyWithPhoneNumber/User.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,EAEL,cAAc,EAKf,MAAM,cAAc,CAAC;AACtB,OAAoB,EAAc,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAQhF,QAAA,MAAM,UAAU;WAQP,MAAM,GAAG,SAAS;gBACb,MAAM;cACR,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;mBACnD,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,CAAC,CAAC;aAClD,MAAM,QAAQ,CACrB,MAAM,cAAc,CAAC,sBAAsB,GAAG,SAAS,CAAC,CACzD;oBACe,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,cAAc,CAAC,CAAC;uBA6QrE,CAAC;AA2EF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,9 @@
1
+ import EnableBiometricsTypes from "../biometrics/EnableBiometricsTypes";
2
+ import { BiometryType } from "react-native-biometrics";
3
+ export declare const startBiometrics: (phoneNumber: string, { biometryType, getEnableBiometricsType, getBiometryType, enableBiometrics }: {
4
+ biometryType: BiometryType | "NotSupport" | undefined;
5
+ getEnableBiometricsType: (phoneNumber: string) => Promise<EnableBiometricsTypes | undefined>;
6
+ getBiometryType: () => Promise<BiometryType | "NotSupport">;
7
+ enableBiometrics: (phoneNumber: string) => Promise<any>;
8
+ }) => Promise<void>;
9
+ //# sourceMappingURL=biometrics.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"biometrics.d.ts","sourceRoot":"","sources":["../../../../../../src/components/VerifyWithPhoneNumber/biometrics.tsx"],"names":[],"mappings":"AACA,OAAO,qBAAqB,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AA8CvD,eAAO,MAAM,eAAe,gBACb,MAAM;kBAOH,YAAY,GAAG,YAAY,GAAG,SAAS;2CACd,MAAM,KAAK,QAAQ,qBAAqB,GAAG,SAAS,CAAC;qBAC3E,MAAM,QAAQ,YAAY,GAAG,YAAY,CAAC;oCAC3B,MAAM,KAAK,QAAQ,GAAG,CAAC;MAExD,QAAQ,IAAI,CA2Bd,CAAC"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { UserWithAgeAndFullName } from '../api/api';
3
+ import { Environment } from '../enum';
4
+ declare function YotiLoginWebView({ token, setError, user, setUser, goToAllSet, environment, }: {
5
+ token: string;
6
+ setError: React.Dispatch<React.SetStateAction<string | undefined>>;
7
+ user: UserWithAgeAndFullName;
8
+ setUser: React.Dispatch<React.SetStateAction<UserWithAgeAndFullName | undefined>>;
9
+ goToAllSet: () => void;
10
+ environment: Environment;
11
+ }): React.JSX.Element;
12
+ export default YotiLoginWebView;
13
+ //# sourceMappingURL=YotiLogin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"YotiLogin.d.ts","sourceRoot":"","sources":["../../../../../src/components/YotiLogin.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,gBAAgB,CAAC,EACxB,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,CAgCpB;AAID,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import { UserWithAgeAndFullName } from '../api/api';
3
+ import { Environment } from '../enum';
4
+ declare function YotiOnboardingWebView({ token, setError, user, setUser, goToAllSet, goBack, environment, }: {
5
+ token: string;
6
+ setError: React.Dispatch<React.SetStateAction<string | undefined>>;
7
+ user: UserWithAgeAndFullName;
8
+ setUser: React.Dispatch<React.SetStateAction<UserWithAgeAndFullName | undefined>>;
9
+ goToAllSet: () => void;
10
+ goBack: () => void;
11
+ environment: Environment;
12
+ }): React.JSX.Element;
13
+ export default YotiOnboardingWebView;
14
+ //# sourceMappingURL=YotiOnboarding.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"YotiOnboarding.d.ts","sourceRoot":"","sources":["../../../../../src/components/YotiOnboarding.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,qBAAqB,CAAC,EAC7B,KAAK,EACL,QAAQ,EACR,IAAI,EAAE,OAAO,EACb,UAAU,EACV,MAAM,EACN,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,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,WAAW,EAAE,WAAW,CAAC;CAC1B,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAoCpB;AAID,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export declare enum EnableBiometricsTypes {
2
+ Forbid = 0,
3
+ Repeat = 1,
4
+ Allow = 2,
5
+ Close = 3
6
+ }
7
+ export default EnableBiometricsTypes;
8
+ //# sourceMappingURL=EnableBiometricsTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EnableBiometricsTypes.d.ts","sourceRoot":"","sources":["../../../../../../src/components/biometrics/EnableBiometricsTypes.ts"],"names":[],"mappings":"AACA,oBAAY,qBAAqB;IAC7B,MAAM,IAAA;IACN,MAAM,IAAA;IACN,KAAK,IAAA;IACL,KAAK,IAAA;CACN;AAED,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,35 @@
1
+ import EnableBiometricsTypes from './EnableBiometricsTypes';
2
+ import { BiometryType } from 'react-native-biometrics';
3
+ type SimplePromptResult = {
4
+ success: boolean;
5
+ error?: string;
6
+ };
7
+ type StorageData = {
8
+ payload: string;
9
+ publicKey: string;
10
+ };
11
+ export declare const useRNBiometrics: () => {
12
+ simplePrompt: () => Promise<SimplePromptResult>;
13
+ getBiometricsData: () => Promise<StorageData | null>;
14
+ biometryType: BiometryType | "NotSupport" | undefined;
15
+ getBiometryType: () => Promise<BiometryType | "NotSupport">;
16
+ createSignature: () => Promise<{
17
+ payload: string;
18
+ publicKey: string;
19
+ success: boolean;
20
+ signature?: string | undefined;
21
+ error?: string | undefined;
22
+ } | undefined>;
23
+ enableBiometrics: (phoneNumber: string) => Promise<any>;
24
+ disableBiometrics: (phoneNumber: string) => Promise<void>;
25
+ getBiometricsEnableById: (phoneNumber?: string) => Promise<{
26
+ status: 'NotSet' | 'Match' | 'NotMatch';
27
+ error?: undefined;
28
+ } | {
29
+ status?: undefined;
30
+ error: 'userId not correct.' | 'id not found.' | 'have empty field.';
31
+ }>;
32
+ getEnableBiometricsType: (phoneNumber: string) => Promise<EnableBiometricsTypes | undefined>;
33
+ };
34
+ export {};
35
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/biometrics/index.tsx"],"names":[],"mappings":"AACA,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAE5D,OAA8B,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAI9E,KAAK,kBAAkB,GAAG;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAIF,KAAK,WAAW,GAAG;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,CAAC;AAC1D,eAAO,MAAM,eAAe;wBAiCK,QAAQ,kBAAkB,CAAC;6BA8BtB,QAAQ,WAAW,GAAG,IAAI,CAAC;;;;;;;;;;oCApBlB,MAAM,KACjD,QAAQ,GAAG,CAAC;qCAnBgC,MAAM;4CAkEH,MAAM,KAAG,QAAQ;QAChE,MAAM,EAAE,QAAQ,GAAG,OAAO,GAAG,UAAU,CAAC;QACxC,KAAK,CAAC,EAAE,SAAS,CAAC;KACnB,GAAG;QACF,MAAM,CAAC,EAAE,SAAS,CAAC;QACnB,KAAK,EAAE,qBAAqB,GAAG,eAAe,GAAG,mBAAmB,CAAC;KACtE,CAAC;2CAqCkD,MAAM;CA0D3D,CAAC"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { UserWithAgeAndFullName } from '../api/api';
3
+ import { Environment } from '../enum';
4
+ declare function IncodeLoginWebView({ token, setError, user, setUser, goToAllSet, environment }: {
5
+ token: string;
6
+ setError: React.Dispatch<React.SetStateAction<string | undefined>>;
7
+ user: UserWithAgeAndFullName;
8
+ setUser: React.Dispatch<React.SetStateAction<UserWithAgeAndFullName | undefined>>;
9
+ goToAllSet: () => void;
10
+ environment: Environment;
11
+ }): React.JSX.Element;
12
+ export default IncodeLoginWebView;
13
+ //# sourceMappingURL=incodeLogin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"incodeLogin.d.ts","sourceRoot":"","sources":["../../../../../src/components/incodeLogin.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAGjD,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,EACZ,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,CA0BpB;AAED,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const delay: (n: number) => Promise<unknown>;
2
+ export declare const countryCodesToName: Record<string, string>;
3
+ export declare function getCountryNameByCode(code: string): string;
4
+ //# sourceMappingURL=countryCode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"countryCode.d.ts","sourceRoot":"","sources":["../../../../src/countryCode.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,MAAO,MAAM,qBAI5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA8MrD,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,UAGhD"}
@@ -0,0 +1,37 @@
1
+ export declare enum Environment {
2
+ Sandbox = "sandbox",
3
+ Staging = "staging",
4
+ Idv = "idv"
5
+ }
6
+ export declare enum PageStatus {
7
+ Loading = -1,
8
+ SendSns = 0,
9
+ VerifiedExternalPhoneNumber = 0.1,
10
+ VerifyNewUser = 1,
11
+ Vender = 1.1,
12
+ IdOrPassport = 1.2,
13
+ VerifyUser = 1.5,
14
+ AuthIdOnboarding = 2,
15
+ ClearOnboarding = 2.1,
16
+ IncodeOnBoarding = 2.2,
17
+ SumsubOnBoarding = 2.3,
18
+ VeriffOnBoarding = 2.4,
19
+ YotiOnBoarding = 2.5,
20
+ AuthidLogin = 3,
21
+ ClearLogin = 4,
22
+ IncodeLogin = 5,
23
+ ClearLoginAllSet = 6,
24
+ ClearOnboardingAllSet = 7,
25
+ SumsubLogin = 8,
26
+ VeriffLogin = 9,
27
+ YotiLogin = 11,
28
+ AllSet = 10
29
+ }
30
+ export type UpdateData = {
31
+ page?: {
32
+ pageName: string;
33
+ };
34
+ message?: string;
35
+ };
36
+ export declare const getPageStatusString: (status: number) => string;
37
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/enum/index.tsx"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,GAAG,QAAQ;CACZ;AAED,oBAAY,UAAU;IACpB,OAAO,KAAK;IACZ,OAAO,IAAI;IACX,2BAA2B,MAAM;IACjC,aAAa,IAAI;IACjB,MAAM,MAAM;IACZ,YAAY,MAAM;IAClB,UAAU,MAAM;IAChB,gBAAgB,IAAI;IACpB,eAAe,MAAM;IACrB,gBAAgB,MAAM;IACtB,gBAAgB,MAAM;IACtB,gBAAgB,MAAM;IACtB,cAAc,MAAM;IACpB,WAAW,IAAI;IACf,UAAU,IAAI;IACd,WAAW,IAAI;IACf,gBAAgB,IAAI;IACpB,qBAAqB,IAAI;IACzB,WAAW,IAAI;IACf,WAAW,IAAI;IACf,SAAS,KAAK;IACd,MAAM,KAAK;CACZ;AAGD,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,CAAC,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAGF,eAAO,MAAM,mBAAmB,WAAY,MAAM,KAAG,MA+CpD,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { Environment } from "./enum";
2
+ export declare const environmentDomains: {
3
+ [key in Environment]: string;
4
+ };
5
+ export declare const environmentWebviewDomains: {
6
+ [key in Environment]: string;
7
+ };
8
+ //# sourceMappingURL=environmentDomains.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environmentDomains.d.ts","sourceRoot":"","sources":["../../../../src/environmentDomains.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAErC,eAAO,MAAM,kBAAkB,EAAE;KAAG,GAAG,IAAI,WAAW,GAAG,MAAM;CAI9D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE;KAAG,GAAG,IAAI,WAAW,GAAG,MAAM;CAIrE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import HomeModal from "./BerifymeModal";
2
+ import SnapMatch from "./components/SnapMatch";
3
+ import { Environment } from "./enum";
4
+ export declare const Berifyme: {
5
+ modal: typeof HomeModal;
6
+ snapMatch: typeof SnapMatch;
7
+ environment: typeof Environment;
8
+ };
9
+ export type { SnapMatchProps, SnapMatchUser } from "./components/SnapMatch";
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,iBAAiB,CAAC;AACxC,OAAO,SAAS,MAAM,wBAAwB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAErC,eAAO,MAAM,QAAQ;;;;CAIpB,CAAC;AAEF,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 處理電話號碼,根據不同國家的格式進行標準化
3
+ * @param {string} inputValue - 要處理的電話號碼
4
+ * @returns {string} - 標準化後的電話號碼
5
+ */
6
+ export declare function processPhoneNumber(inputValue: string): string;
7
+ //# sourceMappingURL=phoneNumberProcessor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"phoneNumberProcessor.d.ts","sourceRoot":"","sources":["../../../../src/phoneNumberProcessor.ts"],"names":[],"mappings":"AAoBA;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAgB7D"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/berifyme-react-native-sdk",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "scripts": {
5
5
  "android": "react-native run-android",
6
6
  "ios": "react-native run-ios",
@@ -29,29 +29,28 @@
29
29
  "@babel/core": "^7.20.0",
30
30
  "@babel/preset-env": "^7.20.0",
31
31
  "@babel/runtime": "^7.20.0",
32
- "@react-native-async-storage/async-storage": "2.2.0",
33
- "@react-native-community/cli": "20.1.0",
32
+ "@react-native-async-storage/async-storage": "2.0.0",
34
33
  "@react-native-material/core": "1.3.7",
35
- "@react-native/babel-preset": "0.83.1",
36
- "@react-native/eslint-config": "0.83.1",
37
- "@react-native/metro-config": "0.83.1",
38
- "@react-native/typescript-config": "0.83.1",
39
- "@types/react": "^19.2.9",
40
- "@types/react-test-renderer": "^19.1.0",
34
+ "@react-native/babel-preset": "0.75.4",
35
+ "@react-native/eslint-config": "0.75.4",
36
+ "@react-native/metro-config": "0.75.4",
37
+ "@react-native/typescript-config": "0.75.4",
38
+ "@types/react": "^18.2.6",
39
+ "@types/react-test-renderer": "^18.0.0",
41
40
  "babel-jest": "^29.6.3",
42
- "eslint": "^9.39.2",
41
+ "eslint": "^8.19.0",
43
42
  "jest": "^29.6.3",
44
- "prettier": "3.8.1",
45
- "react": "19.2.1",
46
- "react-native": "0.83.1",
43
+ "prettier": "2.8.8",
44
+ "react": "18.3.1",
45
+ "react-native": "0.75.4",
47
46
  "react-native-biometrics": "3.0.1",
48
- "react-native-builder-bob": "^0.40.17",
49
- "react-native-device-info": "15.0.1",
47
+ "react-native-builder-bob": "^0.30.2",
48
+ "react-native-device-info": "13.1.0",
50
49
  "react-native-phone-number-input": "2.1.0",
51
50
  "react-native-uuid": "2.0.2",
52
- "react-native-webview": "13.16.0",
53
- "react-test-renderer": "19.2.1",
54
- "typescript": "5.9.3"
51
+ "react-native-webview": "13.12.2",
52
+ "react-test-renderer": "18.3.1",
53
+ "typescript": "5.0.4"
55
54
  },
56
55
  "engines": {
57
56
  "node": ">=18"
@@ -60,15 +59,15 @@
60
59
  "source": "./src/index.tsx",
61
60
  "main": "./lib/commonjs/index.js",
62
61
  "module": "./lib/module/index.js",
63
- "types": "./lib/typescript/index.d.ts",
62
+ "types": "./lib/typescript/commonjs/src/index.d.ts",
64
63
  "exports": {
65
64
  ".": {
66
65
  "import": {
67
- "types": "./lib/typescript/index.d.ts",
66
+ "types": "./lib/typescript/module/src/index.d.ts",
68
67
  "default": "./lib/module/index.js"
69
68
  },
70
69
  "require": {
71
- "types": "./lib/typescript/index.d.ts",
70
+ "types": "./lib/typescript/commonjs/src/index.d.ts",
72
71
  "default": "./lib/commonjs/index.js"
73
72
  }
74
73
  }
@@ -84,9 +83,24 @@
84
83
  "source": "src",
85
84
  "output": "lib",
86
85
  "targets": [
87
- ["commonjs", {}],
88
- ["module", {}],
89
- ["typescript", { "project": "tsconfig.build.json" }]
86
+ [
87
+ "commonjs",
88
+ {
89
+ "esm": true
90
+ }
91
+ ],
92
+ [
93
+ "module",
94
+ {
95
+ "esm": true
96
+ }
97
+ ],
98
+ [
99
+ "typescript",
100
+ {
101
+ "esm": true
102
+ }
103
+ ]
90
104
  ]
91
105
  },
92
106
  "eslintIgnore": [
@@ -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;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,CAoWpB;AAED,eAAe,SAAS,CAAC"}
@@ -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,GAAI,wEAMb;IACD,IAAI,EAAE,IAAI,GAAG,SAAS,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,2BAA2B,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,CAAA;IAChF,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;CACpE,sBAqFA,CAAC;AAyDF,eAAe,MAAM,CAAC"}