@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,211 @@
1
+ export const __esModule: boolean;
2
+ export namespace countryCodesToName {
3
+ const AF: string;
4
+ const AL: string;
5
+ const DZ: string;
6
+ const AS: string;
7
+ const AD: string;
8
+ const AO: string;
9
+ const AI: string;
10
+ const AQ: string;
11
+ const AG: string;
12
+ const AR: string;
13
+ const AM: string;
14
+ const AW: string;
15
+ const AU: string;
16
+ const AT: string;
17
+ const AZ: string;
18
+ const BS: string;
19
+ const BH: string;
20
+ const BD: string;
21
+ const BB: string;
22
+ const BY: string;
23
+ const BE: string;
24
+ const BZ: string;
25
+ const BJ: string;
26
+ const BM: string;
27
+ const BT: string;
28
+ const BO: string;
29
+ const BA: string;
30
+ const BW: string;
31
+ const BR: string;
32
+ const BN: string;
33
+ const BG: string;
34
+ const BF: string;
35
+ const BI: string;
36
+ const KH: string;
37
+ const CM: string;
38
+ const CA: string;
39
+ const CV: string;
40
+ const KY: string;
41
+ const CF: string;
42
+ const TD: string;
43
+ const CL: string;
44
+ const CN: string;
45
+ const CO: string;
46
+ const KM: string;
47
+ const CG: string;
48
+ const CD: string;
49
+ const CR: string;
50
+ const CI: string;
51
+ const HR: string;
52
+ const CU: string;
53
+ const CY: string;
54
+ const CZ: string;
55
+ const DK: string;
56
+ const DJ: string;
57
+ const DM: string;
58
+ const DO: string;
59
+ const EC: string;
60
+ const EG: string;
61
+ const SV: string;
62
+ const GQ: string;
63
+ const ER: string;
64
+ const EE: string;
65
+ const ET: string;
66
+ const FJ: string;
67
+ const FI: string;
68
+ const FR: string;
69
+ const GA: string;
70
+ const GM: string;
71
+ const GE: string;
72
+ const DE: string;
73
+ const GH: string;
74
+ const GR: string;
75
+ const GL: string;
76
+ const GD: string;
77
+ const GU: string;
78
+ const GT: string;
79
+ const GN: string;
80
+ const GW: string;
81
+ const GY: string;
82
+ const HT: string;
83
+ const HN: string;
84
+ const HK: string;
85
+ const HU: string;
86
+ const IS: string;
87
+ const IN: string;
88
+ const ID: string;
89
+ const IR: string;
90
+ const IQ: string;
91
+ const IE: string;
92
+ const IL: string;
93
+ const IT: string;
94
+ const JM: string;
95
+ const JP: string;
96
+ const JO: string;
97
+ const KZ: string;
98
+ const KE: string;
99
+ const KI: string;
100
+ const KP: string;
101
+ const KR: string;
102
+ const KW: string;
103
+ const KG: string;
104
+ const LA: string;
105
+ const LV: string;
106
+ const LB: string;
107
+ const LS: string;
108
+ const LR: string;
109
+ const LY: string;
110
+ const LI: string;
111
+ const LT: string;
112
+ const LU: string;
113
+ const MO: string;
114
+ const MK: string;
115
+ const MG: string;
116
+ const MW: string;
117
+ const MY: string;
118
+ const MV: string;
119
+ const ML: string;
120
+ const MT: string;
121
+ const MH: string;
122
+ const MR: string;
123
+ const MU: string;
124
+ const MX: string;
125
+ const FM: string;
126
+ const MD: string;
127
+ const MC: string;
128
+ const MN: string;
129
+ const ME: string;
130
+ const MA: string;
131
+ const MZ: string;
132
+ const MM: string;
133
+ const NA: string;
134
+ const NR: string;
135
+ const NP: string;
136
+ const NL: string;
137
+ const NZ: string;
138
+ const NI: string;
139
+ const NE: string;
140
+ const NG: string;
141
+ const NU: string;
142
+ const NF: string;
143
+ const MP: string;
144
+ const NO: string;
145
+ const OM: string;
146
+ const PK: string;
147
+ const PW: string;
148
+ const PS: string;
149
+ const PA: string;
150
+ const PG: string;
151
+ const PY: string;
152
+ const PE: string;
153
+ const PH: string;
154
+ const PL: string;
155
+ const PT: string;
156
+ const PR: string;
157
+ const QA: string;
158
+ const RO: string;
159
+ const RU: string;
160
+ const RW: string;
161
+ const WS: string;
162
+ const SM: string;
163
+ const ST: string;
164
+ const SA: string;
165
+ const SN: string;
166
+ const RS: string;
167
+ const SC: string;
168
+ const SL: string;
169
+ const SG: string;
170
+ const SK: string;
171
+ const SI: string;
172
+ const SB: string;
173
+ const SO: string;
174
+ const ZA: string;
175
+ const ES: string;
176
+ const LK: string;
177
+ const SD: string;
178
+ const SR: string;
179
+ const SZ: string;
180
+ const SE: string;
181
+ const CH: string;
182
+ const SY: string;
183
+ const TW: string;
184
+ const TJ: string;
185
+ const TZ: string;
186
+ const TH: string;
187
+ const TL: string;
188
+ const TG: string;
189
+ const TO: string;
190
+ const TT: string;
191
+ const TN: string;
192
+ const TR: string;
193
+ const TM: string;
194
+ const TV: string;
195
+ const UG: string;
196
+ const UA: string;
197
+ const AE: string;
198
+ const GB: string;
199
+ const US: string;
200
+ const UY: string;
201
+ const UZ: string;
202
+ const VU: string;
203
+ const VE: string;
204
+ const VN: string;
205
+ const YE: string;
206
+ const ZM: string;
207
+ const ZW: string;
208
+ }
209
+ export function getCountryNameByCode(code: any): any;
210
+ export function delay(n: any): Promise<any>;
211
+ //# sourceMappingURL=countryCode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"countryCode.d.ts","sourceRoot":"","sources":["../../../../commonjs/countryCode.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4NA,qDAGC;AAxND,4CAIC"}
@@ -0,0 +1,5 @@
1
+ export const __esModule: boolean;
2
+ export const Environment: {};
3
+ export const PageStatus: {};
4
+ 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";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/enum/index.js"],"names":[],"mappings":";;;AAqCA,kdA+CC"}
@@ -0,0 +1,8 @@
1
+ export const __esModule: boolean;
2
+ export const environmentDomains: {
3
+ [x: number]: string;
4
+ };
5
+ export const environmentWebviewDomains: {
6
+ [x: number]: string;
7
+ };
8
+ //# sourceMappingURL=environmentDomains.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environmentDomains.d.ts","sourceRoot":"","sources":["../../../../commonjs/environmentDomains.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export const __esModule: boolean;
2
+ export namespace Berifyme {
3
+ const modal: any;
4
+ const snapMatch: any;
5
+ const environment: any;
6
+ }
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ export const __esModule: boolean;
2
+ /**
3
+ * 處理電話號碼,根據不同國家的格式進行標準化
4
+ * @param {string} inputValue - 要處理的電話號碼
5
+ * @returns {string} - 標準化後的電話號碼
6
+ */
7
+ export function processPhoneNumber(inputValue: string): string;
8
+ //# sourceMappingURL=phoneNumberProcessor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"phoneNumberProcessor.d.ts","sourceRoot":"","sources":["../../../../commonjs/phoneNumberProcessor.js"],"names":[],"mappings":";AA2DA;;;;GAIG;AACH,+CAHW,MAAM,GACJ,MAAM,CAoBlB"}
@@ -0,0 +1,11 @@
1
+ export default CustomModal;
2
+ declare function CustomModal({ pageStatus, visible, height, padding, children, onClose }: {
3
+ pageStatus: any;
4
+ visible: any;
5
+ height: any;
6
+ padding: any;
7
+ children: any;
8
+ onClose: any;
9
+ }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
10
+ import React from 'react';
11
+ //# sourceMappingURL=MainModal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MainModal.d.ts","sourceRoot":"","sources":["../../../../../module/BerifymeModal/MainModal.js"],"names":[],"mappings":";AAQA;;;;;;;uEA8CC;kBApD0C,OAAO"}
@@ -0,0 +1,11 @@
1
+ export default HomeModal;
2
+ declare function HomeModal({ apiKeyId, secretKey, environment, setGeneralVerificationToken, verifiedExternalPhoneNumber, onUpdate }: {
3
+ apiKeyId: any;
4
+ secretKey: any;
5
+ environment: any;
6
+ setGeneralVerificationToken: any;
7
+ verifiedExternalPhoneNumber: any;
8
+ onUpdate: any;
9
+ }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
10
+ import React from 'react';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/BerifymeModal/index.js"],"names":[],"mappings":";AAyBA;;;;;;;uEAiSC;kBAxT0C,OAAO"}
@@ -0,0 +1,256 @@
1
+ export function initializeBerifymeApi(userConfig: any): void;
2
+ export let ActionType: {};
3
+ export let VerificationStatus: {};
4
+ export default berifymeApi;
5
+ declare namespace berifymeApi {
6
+ export namespace authID {
7
+ export { getAuthIDToken };
8
+ export { getIdDocumentTypes };
9
+ export { createAccount };
10
+ export { checkBiometricExist };
11
+ export { proofUser };
12
+ export { getProofTransactionTempId };
13
+ export { createBiometricFromProof };
14
+ export { getAccount };
15
+ export { createLoginTransaction };
16
+ export { getTransactionStatus };
17
+ export { getOperationStatus };
18
+ export { searchUser };
19
+ export { getDocumentDetails };
20
+ export { updateAccount };
21
+ }
22
+ export namespace incode {
23
+ export { getIncodeStart };
24
+ export { getIncodeFinish };
25
+ export { getIncodeApprove };
26
+ export { getAppIncodeApprove };
27
+ }
28
+ export namespace clear {
29
+ export { createVerificationSession };
30
+ export { getClearApprove };
31
+ }
32
+ export namespace auth {
33
+ export { sendPhoneNumberCode };
34
+ }
35
+ export namespace user {
36
+ export { getUserBySessionId };
37
+ export { getUserByIncodeId };
38
+ export { getUserByClearId };
39
+ export { getUserVenderByPhone };
40
+ export { getUserByPhoneNumberAndVerifyCode };
41
+ export { uploadDeviceId };
42
+ export { checkDeviceId };
43
+ export { createUserByVerifiedExternalPhoneNumber };
44
+ }
45
+ export namespace thirdParty {
46
+ export { getRedirectUrl };
47
+ export { checkThirdPartyVerificationToken };
48
+ export { getGeneralVerificationToken };
49
+ }
50
+ export namespace scheduld {
51
+ export { initUpdateAdminTokenSchedule };
52
+ export { deleteUpdateAdminTokenSchedule };
53
+ }
54
+ export namespace pass {
55
+ export { generateAppleWalletPass };
56
+ }
57
+ export namespace tools {
58
+ export { createSessionToken };
59
+ export { createSessionTokenWithoutRedirectUrl };
60
+ }
61
+ export namespace biometrics {
62
+ export { checkBiometricsStatus };
63
+ export { createBiometrics };
64
+ export { deleteBiometrics };
65
+ }
66
+ export namespace AuthenticationLogs {
67
+ export { createAuthenticationLogs };
68
+ export { updateAuthenticationLogs };
69
+ }
70
+ export namespace blockchain {
71
+ export { checkAndIssueToken };
72
+ }
73
+ export namespace wallet {
74
+ export { getWallet };
75
+ }
76
+ export { getOrderByCountry };
77
+ }
78
+ declare function getAuthIDToken(): Promise<any>;
79
+ declare function getIdDocumentTypes({ token }: {
80
+ token: any;
81
+ }): Promise<any>;
82
+ declare function createAccount({ token, userId }: {
83
+ token: any;
84
+ userId: any;
85
+ }): Promise<any>;
86
+ declare function checkBiometricExist({ token, userId }: {
87
+ token: any;
88
+ userId: any;
89
+ }): Promise<any>;
90
+ declare function proofUser({ token, userId, idType }: {
91
+ token: any;
92
+ userId: any;
93
+ idType: any;
94
+ }): Promise<any>;
95
+ declare function getProofTransactionTempId({ token, operationId, userId }: {
96
+ token: any;
97
+ operationId: any;
98
+ userId: any;
99
+ }): Promise<any>;
100
+ declare function createBiometricFromProof({ token, tempId, userId }: {
101
+ token: any;
102
+ tempId: any;
103
+ userId: any;
104
+ }): Promise<any>;
105
+ declare function getAccount({ token, phone }: {
106
+ token: any;
107
+ phone: any;
108
+ }): Promise<any>;
109
+ declare function createLoginTransaction({ token, phone }: {
110
+ token: any;
111
+ phone: any;
112
+ }): Promise<any>;
113
+ declare function getTransactionStatus({ token, phone, transactionId }: {
114
+ token: any;
115
+ phone: any;
116
+ transactionId: any;
117
+ }): Promise<any>;
118
+ declare function getOperationStatus({ token, operationId }: {
119
+ token: any;
120
+ operationId: any;
121
+ }): Promise<any>;
122
+ declare function searchUser({ token, operationId }: {
123
+ token: any;
124
+ operationId: any;
125
+ }): Promise<any>;
126
+ declare function getDocumentDetails({ token, operationId, userId }: {
127
+ token: any;
128
+ operationId: any;
129
+ userId: any;
130
+ }): Promise<any>;
131
+ declare function updateAccount(token: any, data: any): Promise<any>;
132
+ declare function getIncodeStart(uniqueId: any): Promise<any>;
133
+ declare function getIncodeFinish({ token }: {
134
+ token: any;
135
+ }): Promise<any>;
136
+ declare function getIncodeApprove({ id, token, uniqueId }: {
137
+ id: any;
138
+ token: any;
139
+ uniqueId: any;
140
+ }): Promise<any>;
141
+ declare function getAppIncodeApprove({ id, incodeId }: {
142
+ id: any;
143
+ incodeId: any;
144
+ }): Promise<any>;
145
+ declare function createVerificationSession({ redirectUrl, token }: {
146
+ redirectUrl: any;
147
+ token: any;
148
+ }): Promise<any>;
149
+ declare function getClearApprove({ id, sessionId, token }: {
150
+ id: any;
151
+ sessionId: any;
152
+ token: any;
153
+ }): Promise<any>;
154
+ declare function sendPhoneNumberCode({ phoneNumber, token }: {
155
+ phoneNumber: any;
156
+ token: any;
157
+ }): Promise<any>;
158
+ declare function getUserBySessionId({ sessionId, verificationStatus, token }: {
159
+ sessionId: any;
160
+ verificationStatus: any;
161
+ token: any;
162
+ }): Promise<any>;
163
+ declare function getUserByIncodeId(incodeId: any): Promise<any>;
164
+ declare function getUserByClearId({ clearId, token }: {
165
+ clearId: any;
166
+ token: any;
167
+ }): Promise<any>;
168
+ declare function getUserVenderByPhone({ phoneNumber, token }: {
169
+ phoneNumber: any;
170
+ token: any;
171
+ }): Promise<any>;
172
+ declare function getUserByPhoneNumberAndVerifyCode({ phoneNumber, code }: {
173
+ phoneNumber: any;
174
+ code: any;
175
+ }): Promise<any>;
176
+ declare function uploadDeviceId({ id, deviceId, token }: {
177
+ id: any;
178
+ deviceId: any;
179
+ token: any;
180
+ }): Promise<any>;
181
+ declare function checkDeviceId({ phoneNumber, deviceId, token }: {
182
+ phoneNumber: any;
183
+ deviceId: any;
184
+ token: any;
185
+ }): Promise<any>;
186
+ declare function createUserByVerifiedExternalPhoneNumber({ phoneNumber, token }: {
187
+ phoneNumber: any;
188
+ token: any;
189
+ }): Promise<any>;
190
+ declare function getRedirectUrl({ userId, token }: {
191
+ userId: any;
192
+ token: any;
193
+ }): Promise<any>;
194
+ declare function checkThirdPartyVerificationToken(token: any): Promise<any>;
195
+ declare function getGeneralVerificationToken({ userId, token }: {
196
+ userId: any;
197
+ token: any;
198
+ }): Promise<any>;
199
+ declare function initUpdateAdminTokenSchedule(): Promise<any>;
200
+ declare function deleteUpdateAdminTokenSchedule(): Promise<any>;
201
+ declare function generateAppleWalletPass({ id, fullName, birthDate }: {
202
+ id: any;
203
+ fullName: any;
204
+ birthDate: any;
205
+ }): Promise<any>;
206
+ declare function createSessionToken({ apiKeyId, secretKey, redirectUrl }: {
207
+ apiKeyId: any;
208
+ secretKey: any;
209
+ redirectUrl: any;
210
+ }): Promise<any>;
211
+ declare function createSessionTokenWithoutRedirectUrl({ apiKeyId, secretKey }: {
212
+ apiKeyId: any;
213
+ secretKey: any;
214
+ }): Promise<any>;
215
+ declare function checkBiometricsStatus({ phoneNumber, publicKey }: {
216
+ phoneNumber: any;
217
+ publicKey: any;
218
+ }): Promise<any>;
219
+ declare function createBiometrics({ phoneNumber, publicKey, signature }: {
220
+ phoneNumber: any;
221
+ publicKey: any;
222
+ signature: any;
223
+ }): Promise<any>;
224
+ declare function deleteBiometrics({ phoneNumber }: {
225
+ phoneNumber: any;
226
+ }): Promise<any>;
227
+ declare function createAuthenticationLogs({ actionType, token, userId, vender, os, browser, device, transactionId, incodeSessionId, clearSessionId, isPass }: {
228
+ actionType: any;
229
+ token: any;
230
+ userId: any;
231
+ vender: any;
232
+ os: any;
233
+ browser: any;
234
+ device: any;
235
+ transactionId: any;
236
+ incodeSessionId: any;
237
+ clearSessionId: any;
238
+ isPass: any;
239
+ }): Promise<any>;
240
+ declare function updateAuthenticationLogs({ isPass, token, transactionId, incodeSessionId, clearSessionId }: {
241
+ isPass: any;
242
+ token: any;
243
+ transactionId: any;
244
+ incodeSessionId: any;
245
+ clearSessionId: any;
246
+ }): Promise<any>;
247
+ declare function checkAndIssueToken({ userId }: {
248
+ userId: any;
249
+ }): Promise<any>;
250
+ declare function getWallet({ phoneNumber }: {
251
+ phoneNumber: any;
252
+ }): Promise<any>;
253
+ declare function getOrderByCountry({ countryCode }: {
254
+ countryCode: any;
255
+ }): Promise<any>;
256
+ //# sourceMappingURL=api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../module/api/api.js"],"names":[],"mappings":"AASA,6DAEC;AARD,0BAIM;AAkRN,kCAKM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlRN,gDAIC;AACD;;iBAWC;AACD;;;iBAcC;AACD;;;iBAYC;AACD;;;;iBAgBC;AACD;;;;iBAaC;AACD;;;;iBAgBC;AACD;;;iBAYC;AACD;;;iBAcC;AACD;;;;iBAaC;AACD;;;iBAYC;AACD;;;iBAYC;AACD;;;;iBAaC;AACD,oEASC;AACD,6DAMC;AACD;;iBAQC;AACD;;;;iBAUC;AACD;;;iBASC;AACD;;;iBAaC;AACD;;;;iBAUC;AAaD;;;iBASC;AAOD;;;;iBAUC;AACD,gEAMC;AACD;;;iBASC;AACD;;;iBASC;AACD;;;iBASC;AACD;;;;iBAmBC;AACD;;;;iBAmBC;AACD;;;iBAiBC;AACD;;;iBAcC;AApJD,4EAWC;AA0ID;;;iBAcC;AACD,8DAKC;AACD,gEAKC;AACD;;;;iBAkBC;AACD;;;;iBAaC;AACD;;;iBA4BC;AAkCD;;;iBAWC;AACD;;;;iBAaC;AACD;;iBASC;AACD;;;;;;;;;;;;iBA6BC;AACD;;;;;;iBAiBC;AACD;;iBAQC;AACD;;iBAQC;AACD;;iBAMC"}
@@ -0,0 +1,10 @@
1
+ export default AllSet;
2
+ declare function AllSet({ user, token, setGeneralVerificationToken, closeBerifyme, setError }: {
3
+ user: any;
4
+ token: any;
5
+ setGeneralVerificationToken: any;
6
+ closeBerifyme: any;
7
+ setError: any;
8
+ }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
9
+ import React from "react";
10
+ //# sourceMappingURL=AllSet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AllSet.d.ts","sourceRoot":"","sources":["../../../../../module/components/AllSet.js"],"names":[],"mappings":";AAuBA;;;;;;uEAiHC;kBAtIgC,OAAO"}
@@ -0,0 +1,18 @@
1
+ export function createAuthenticationLog({ userId, vender, token, transactionId, incodeSessionId, clearSessionId, isPass, actionType }: {
2
+ userId: any;
3
+ vender: any;
4
+ token: any;
5
+ transactionId: any;
6
+ incodeSessionId: any;
7
+ clearSessionId: any;
8
+ isPass: any;
9
+ actionType: any;
10
+ }): Promise<void>;
11
+ export function updateAuthenticationLog({ isPass, token, transactionId, incodeSessionId, clearSessionId }: {
12
+ isPass: any;
13
+ token: any;
14
+ transactionId: any;
15
+ incodeSessionId: any;
16
+ clearSessionId: any;
17
+ }): Promise<void>;
18
+ //# sourceMappingURL=AuthenticationLogs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuthenticationLogs.d.ts","sourceRoot":"","sources":["../../../../../module/components/AuthenticationLogs.js"],"names":[],"mappings":"AAKO;;;;;;;;;kBA0CN;AACM;;;;;;kBAmBN"}
@@ -0,0 +1,11 @@
1
+ export default AuthidLoginWebView;
2
+ declare function AuthidLoginWebView({ setError, goToAllSet, token, setUser, phoneNumber, environment }: {
3
+ setError: any;
4
+ goToAllSet: any;
5
+ token: any;
6
+ setUser: any;
7
+ phoneNumber: any;
8
+ environment: any;
9
+ }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
10
+ import React from 'react';
11
+ //# sourceMappingURL=AuthidLogin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuthidLogin.d.ts","sourceRoot":"","sources":["../../../../../module/components/AuthidLogin.js"],"names":[],"mappings":";AASA;;;;;;;uEA8CC;kBArDiB,OAAO"}
@@ -0,0 +1,14 @@
1
+ export default AuthidOnboardingWebView;
2
+ declare function AuthidOnboardingWebView({ setError, goToAllSet, goToTryAgain, token, user, setUser, selectedIdType, setSelectedIdType, environment }: {
3
+ setError: any;
4
+ goToAllSet: any;
5
+ goToTryAgain: any;
6
+ token: any;
7
+ user: any;
8
+ setUser: any;
9
+ selectedIdType: any;
10
+ setSelectedIdType: any;
11
+ environment: any;
12
+ }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
13
+ import React from 'react';
14
+ //# sourceMappingURL=AuthidOnboarding.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuthidOnboarding.d.ts","sourceRoot":"","sources":["../../../../../module/components/AuthidOnboarding.js"],"names":[],"mappings":";AAQA;;;;;;;;;;uEA8CC;kBApDiB,OAAO"}
@@ -0,0 +1,12 @@
1
+ export default ClearLoginWebView;
2
+ declare function ClearLoginWebView({ setError, user, setUser, token, goToAllSet, closeBerifyme, environment }: {
3
+ setError: any;
4
+ user: any;
5
+ setUser: any;
6
+ token: any;
7
+ goToAllSet: any;
8
+ closeBerifyme: any;
9
+ environment: any;
10
+ }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
11
+ import React from 'react';
12
+ //# sourceMappingURL=ClearLogin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClearLogin.d.ts","sourceRoot":"","sources":["../../../../../module/components/ClearLogin.js"],"names":[],"mappings":";AASA;;;;;;;;uEAqDC;kBA5DiB,OAAO"}
@@ -0,0 +1,12 @@
1
+ export default ClearOnboardingWebView;
2
+ declare function ClearOnboardingWebView({ setError, token, user, setUser, closeBerifyme, goToAllSet, environment }: {
3
+ setError: any;
4
+ token: any;
5
+ user: any;
6
+ setUser: any;
7
+ closeBerifyme: any;
8
+ goToAllSet: any;
9
+ environment: any;
10
+ }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
11
+ import React from 'react';
12
+ //# sourceMappingURL=ClearOnboarding.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClearOnboarding.d.ts","sourceRoot":"","sources":["../../../../../module/components/ClearOnboarding.js"],"names":[],"mappings":";AASA;;;;;;;;uEAmEC;kBA1EiB,OAAO"}
@@ -0,0 +1,4 @@
1
+ export default Footer;
2
+ declare function Footer(): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
3
+ import React from "react";
4
+ //# sourceMappingURL=Footer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../../module/components/Footer.js"],"names":[],"mappings":";AAMA,8FAeC;kBAlBiB,OAAO"}