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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (617) hide show
  1. package/README.md +216 -46
  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 +72 -127
  5. package/lib/commonjs/BerifymeModal/index.js.map +1 -1
  6. package/lib/commonjs/api/api.js +2 -1
  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 -3
  18. package/lib/commonjs/components/Onboarding/Authid/idOrPassport.js.map +1 -1
  19. package/lib/commonjs/components/Onboarding/Vender/Grid/index.js +13 -35
  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 -40
  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/SomethingWrong.js +1 -1
  27. package/lib/commonjs/components/SumsubLogin.js +1 -1
  28. package/lib/commonjs/components/SumsubOnboarding.js +1 -1
  29. package/lib/commonjs/components/VeriffLogin.js +1 -1
  30. package/lib/commonjs/components/VeriffOnboarding.js +1 -1
  31. package/lib/commonjs/components/VerifiedExternalPhoneNumber/index.js +82 -90
  32. package/lib/commonjs/components/VerifiedExternalPhoneNumber/index.js.map +1 -1
  33. package/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.js +15 -12
  34. package/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.js.map +1 -1
  35. package/lib/commonjs/components/VerifyWithPhoneNumber/User.js +21 -35
  36. package/lib/commonjs/components/VerifyWithPhoneNumber/User.js.map +1 -1
  37. package/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.js +4 -4
  38. package/lib/commonjs/components/YotiLogin.js +1 -1
  39. package/lib/commonjs/components/YotiOnboarding.js +1 -1
  40. package/lib/commonjs/components/biometrics/index.js +13 -13
  41. package/lib/commonjs/components/incodeLogin.js +1 -1
  42. package/lib/commonjs/enum/index.js +2 -0
  43. package/lib/commonjs/enum/index.js.map +1 -1
  44. package/lib/commonjs/environmentDomains.js +7 -7
  45. package/lib/commonjs/environmentDomains.js.map +1 -1
  46. package/lib/commonjs/index.js +4 -4
  47. package/lib/commonjs/index.js.map +1 -1
  48. package/lib/commonjs/phoneNumberProcessor.js +16 -16
  49. package/lib/module/BerifymeModal/MainModal.js +9 -9
  50. package/lib/module/BerifymeModal/MainModal.js.map +1 -1
  51. package/lib/module/BerifymeModal/index.js +39 -93
  52. package/lib/module/BerifymeModal/index.js.map +1 -1
  53. package/lib/module/api/api.js +4 -1
  54. package/lib/module/api/api.js.map +1 -1
  55. package/lib/module/components/AllSet.js +2 -2
  56. package/lib/module/components/AllSet.js.map +1 -1
  57. package/lib/module/components/AuthenticationLogs.js +4 -4
  58. package/lib/module/components/AuthenticationLogs.js.map +1 -1
  59. package/lib/module/components/AuthidLogin.js +3 -3
  60. package/lib/module/components/AuthidLogin.js.map +1 -1
  61. package/lib/module/components/AuthidOnboarding.js +2 -2
  62. package/lib/module/components/AuthidOnboarding.js.map +1 -1
  63. package/lib/module/components/ClearLogin.js +3 -3
  64. package/lib/module/components/ClearLogin.js.map +1 -1
  65. package/lib/module/components/ClearOnboarding.js +5 -5
  66. package/lib/module/components/ClearOnboarding.js.map +1 -1
  67. package/lib/module/components/IncodeOnBoarding.js +1 -1
  68. package/lib/module/components/IncodeOnBoarding.js.map +1 -1
  69. package/lib/module/components/Onboarding/Authid/AuthIdSelectType.js +1 -1
  70. package/lib/module/components/Onboarding/Authid/AuthIdSelectType.js.map +1 -1
  71. package/lib/module/components/Onboarding/Authid/idOrPassport.js +4 -3
  72. package/lib/module/components/Onboarding/Authid/idOrPassport.js.map +1 -1
  73. package/lib/module/components/Onboarding/Vender/Grid/index.js +12 -34
  74. package/lib/module/components/Onboarding/Vender/Grid/index.js.map +1 -1
  75. package/lib/module/components/Onboarding/Vender/index.js +3 -3
  76. package/lib/module/components/Onboarding/Vender/index.js.map +1 -1
  77. package/lib/module/components/SendSNS/index.js +18 -33
  78. package/lib/module/components/SendSNS/index.js.map +1 -1
  79. package/lib/module/components/SendSNS/legalLinks.js +2 -2
  80. package/lib/module/components/SomethingWrong.js +1 -1
  81. package/lib/module/components/SomethingWrong.js.map +1 -1
  82. package/lib/module/components/SumsubLogin.js +1 -1
  83. package/lib/module/components/SumsubLogin.js.map +1 -1
  84. package/lib/module/components/SumsubOnboarding.js +1 -1
  85. package/lib/module/components/SumsubOnboarding.js.map +1 -1
  86. package/lib/module/components/VeriffLogin.js +1 -1
  87. package/lib/module/components/VeriffLogin.js.map +1 -1
  88. package/lib/module/components/VeriffOnboarding.js +1 -1
  89. package/lib/module/components/VeriffOnboarding.js.map +1 -1
  90. package/lib/module/components/VerifiedExternalPhoneNumber/index.js +83 -91
  91. package/lib/module/components/VerifiedExternalPhoneNumber/index.js.map +1 -1
  92. package/lib/module/components/VerifyWithPhoneNumber/NewUser.js +13 -10
  93. package/lib/module/components/VerifyWithPhoneNumber/NewUser.js.map +1 -1
  94. package/lib/module/components/VerifyWithPhoneNumber/User.js +12 -26
  95. package/lib/module/components/VerifyWithPhoneNumber/User.js.map +1 -1
  96. package/lib/module/components/VerifyWithPhoneNumber/biometrics.js +4 -4
  97. package/lib/module/components/VerifyWithPhoneNumber/biometrics.js.map +1 -1
  98. package/lib/module/components/YotiLogin.js +1 -1
  99. package/lib/module/components/YotiLogin.js.map +1 -1
  100. package/lib/module/components/YotiOnboarding.js +1 -1
  101. package/lib/module/components/YotiOnboarding.js.map +1 -1
  102. package/lib/module/components/biometrics/index.js +13 -13
  103. package/lib/module/components/biometrics/index.js.map +1 -1
  104. package/lib/module/components/incodeLogin.js +1 -1
  105. package/lib/module/components/incodeLogin.js.map +1 -1
  106. package/lib/module/enum/index.js +2 -0
  107. package/lib/module/enum/index.js.map +1 -1
  108. package/lib/module/environmentDomains.js +1 -1
  109. package/lib/module/environmentDomains.js.map +1 -1
  110. package/lib/module/index.js +2 -2
  111. package/lib/module/index.js.map +1 -1
  112. package/lib/module/phoneNumberProcessor.js +16 -16
  113. package/lib/typescript/BerifymeModal/MainModal.d.ts.map +1 -0
  114. package/lib/typescript/BerifymeModal/index.d.ts.map +1 -0
  115. package/lib/typescript/{module/src/api → api}/api.d.ts +42 -32
  116. package/lib/typescript/api/api.d.ts.map +1 -0
  117. package/lib/typescript/components/AllSet.d.ts.map +1 -0
  118. package/lib/typescript/{module/src/components → components}/AuthenticationLogs.d.ts +4 -4
  119. package/lib/typescript/components/AuthenticationLogs.d.ts.map +1 -0
  120. package/lib/typescript/components/AuthidLogin.d.ts.map +1 -0
  121. package/lib/typescript/components/AuthidOnboarding.d.ts.map +1 -0
  122. package/lib/typescript/components/ClearLogin.d.ts.map +1 -0
  123. package/lib/typescript/components/ClearOnboarding.d.ts.map +1 -0
  124. package/lib/typescript/components/Footer.d.ts.map +1 -0
  125. package/lib/typescript/components/IncodeOnBoarding.d.ts.map +1 -0
  126. package/lib/typescript/components/IncodeProvider.d.ts.map +1 -0
  127. package/lib/typescript/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
  128. package/lib/typescript/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
  129. package/lib/typescript/{module/src/components → components}/Onboarding/Vender/Grid/index.d.ts +1 -2
  130. package/lib/typescript/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
  131. package/lib/typescript/{commonjs/src/components → components}/Onboarding/Vender/index.d.ts +1 -1
  132. package/lib/typescript/components/Onboarding/Vender/index.d.ts.map +1 -0
  133. package/lib/typescript/components/SendSNS/index.d.ts.map +1 -0
  134. package/lib/typescript/components/SendSNS/legalLinks.d.ts.map +1 -0
  135. package/lib/typescript/components/SomethingWrong.d.ts.map +1 -0
  136. package/lib/typescript/components/SumsubLogin.d.ts.map +1 -0
  137. package/lib/typescript/components/SumsubOnboarding.d.ts.map +1 -0
  138. package/lib/typescript/components/VeriffLogin.d.ts.map +1 -0
  139. package/lib/typescript/components/VeriffOnboarding.d.ts.map +1 -0
  140. package/lib/typescript/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
  141. package/lib/typescript/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
  142. package/lib/typescript/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
  143. package/lib/typescript/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
  144. package/lib/typescript/components/YotiLogin.d.ts.map +1 -0
  145. package/lib/typescript/components/YotiOnboarding.d.ts.map +1 -0
  146. package/lib/typescript/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
  147. package/lib/typescript/{module/src/components → components}/biometrics/index.d.ts +6 -6
  148. package/lib/typescript/components/biometrics/index.d.ts.map +1 -0
  149. package/lib/typescript/components/incodeLogin.d.ts.map +1 -0
  150. package/lib/typescript/countryCode.d.ts.map +1 -0
  151. package/lib/typescript/enum/index.d.ts.map +1 -0
  152. package/lib/typescript/environmentDomains.d.ts.map +1 -0
  153. package/lib/typescript/index.d.ts.map +1 -0
  154. package/lib/typescript/phoneNumberProcessor.d.ts +7 -0
  155. package/lib/typescript/phoneNumberProcessor.d.ts.map +1 -0
  156. package/package.json +30 -44
  157. package/lib/typescript/commonjs/App.d.ts +0 -10
  158. package/lib/typescript/commonjs/App.d.ts.map +0 -1
  159. package/lib/typescript/commonjs/babel.config.d.ts +0 -2
  160. package/lib/typescript/commonjs/babel.config.d.ts.map +0 -1
  161. package/lib/typescript/commonjs/index.d.ts +0 -2
  162. package/lib/typescript/commonjs/index.d.ts.map +0 -1
  163. package/lib/typescript/commonjs/jest.config.d.ts +0 -2
  164. package/lib/typescript/commonjs/jest.config.d.ts.map +0 -1
  165. package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/MainModal.d.ts +0 -11
  166. package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/MainModal.d.ts.map +0 -1
  167. package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/index.d.ts +0 -11
  168. package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/index.d.ts.map +0 -1
  169. package/lib/typescript/commonjs/lib/commonjs/api/api.d.ts +0 -257
  170. package/lib/typescript/commonjs/lib/commonjs/api/api.d.ts.map +0 -1
  171. package/lib/typescript/commonjs/lib/commonjs/components/AllSet.d.ts +0 -10
  172. package/lib/typescript/commonjs/lib/commonjs/components/AllSet.d.ts.map +0 -1
  173. package/lib/typescript/commonjs/lib/commonjs/components/AuthenticationLogs.d.ts +0 -19
  174. package/lib/typescript/commonjs/lib/commonjs/components/AuthenticationLogs.d.ts.map +0 -1
  175. package/lib/typescript/commonjs/lib/commonjs/components/AuthidLogin.d.ts +0 -11
  176. package/lib/typescript/commonjs/lib/commonjs/components/AuthidLogin.d.ts.map +0 -1
  177. package/lib/typescript/commonjs/lib/commonjs/components/AuthidOnboarding.d.ts +0 -14
  178. package/lib/typescript/commonjs/lib/commonjs/components/AuthidOnboarding.d.ts.map +0 -1
  179. package/lib/typescript/commonjs/lib/commonjs/components/ClearLogin.d.ts +0 -12
  180. package/lib/typescript/commonjs/lib/commonjs/components/ClearLogin.d.ts.map +0 -1
  181. package/lib/typescript/commonjs/lib/commonjs/components/ClearOnboarding.d.ts +0 -12
  182. package/lib/typescript/commonjs/lib/commonjs/components/ClearOnboarding.d.ts.map +0 -1
  183. package/lib/typescript/commonjs/lib/commonjs/components/Footer.d.ts +0 -4
  184. package/lib/typescript/commonjs/lib/commonjs/components/Footer.d.ts.map +0 -1
  185. package/lib/typescript/commonjs/lib/commonjs/components/IncodeOnBoarding.d.ts +0 -12
  186. package/lib/typescript/commonjs/lib/commonjs/components/IncodeOnBoarding.d.ts.map +0 -1
  187. package/lib/typescript/commonjs/lib/commonjs/components/IncodeProvider.d.ts.map +0 -1
  188. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts +0 -7
  189. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
  190. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts +0 -8
  191. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
  192. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts +0 -10
  193. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
  194. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/index.d.ts +0 -9
  195. package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/index.d.ts.map +0 -1
  196. package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/index.d.ts +0 -14
  197. package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/index.d.ts.map +0 -1
  198. package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/legalLinks.d.ts +0 -4
  199. package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/legalLinks.d.ts.map +0 -1
  200. package/lib/typescript/commonjs/lib/commonjs/components/SomethingWrong.d.ts +0 -8
  201. package/lib/typescript/commonjs/lib/commonjs/components/SomethingWrong.d.ts.map +0 -1
  202. package/lib/typescript/commonjs/lib/commonjs/components/SumsubLogin.d.ts +0 -11
  203. package/lib/typescript/commonjs/lib/commonjs/components/SumsubLogin.d.ts.map +0 -1
  204. package/lib/typescript/commonjs/lib/commonjs/components/SumsubOnboarding.d.ts +0 -11
  205. package/lib/typescript/commonjs/lib/commonjs/components/SumsubOnboarding.d.ts.map +0 -1
  206. package/lib/typescript/commonjs/lib/commonjs/components/VeriffLogin.d.ts +0 -12
  207. package/lib/typescript/commonjs/lib/commonjs/components/VeriffLogin.d.ts.map +0 -1
  208. package/lib/typescript/commonjs/lib/commonjs/components/VeriffOnboarding.d.ts +0 -12
  209. package/lib/typescript/commonjs/lib/commonjs/components/VeriffOnboarding.d.ts.map +0 -1
  210. package/lib/typescript/commonjs/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts +0 -13
  211. package/lib/typescript/commonjs/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
  212. package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts +0 -10
  213. package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
  214. package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts +0 -11
  215. package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
  216. package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts +0 -8
  217. package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
  218. package/lib/typescript/commonjs/lib/commonjs/components/YotiLogin.d.ts +0 -11
  219. package/lib/typescript/commonjs/lib/commonjs/components/YotiLogin.d.ts.map +0 -1
  220. package/lib/typescript/commonjs/lib/commonjs/components/YotiOnboarding.d.ts +0 -12
  221. package/lib/typescript/commonjs/lib/commonjs/components/YotiOnboarding.d.ts.map +0 -1
  222. package/lib/typescript/commonjs/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts +0 -5
  223. package/lib/typescript/commonjs/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
  224. package/lib/typescript/commonjs/lib/commonjs/components/biometrics/index.d.ts +0 -25
  225. package/lib/typescript/commonjs/lib/commonjs/components/biometrics/index.d.ts.map +0 -1
  226. package/lib/typescript/commonjs/lib/commonjs/components/incodeLogin.d.ts +0 -11
  227. package/lib/typescript/commonjs/lib/commonjs/components/incodeLogin.d.ts.map +0 -1
  228. package/lib/typescript/commonjs/lib/commonjs/countryCode.d.ts +0 -211
  229. package/lib/typescript/commonjs/lib/commonjs/countryCode.d.ts.map +0 -1
  230. package/lib/typescript/commonjs/lib/commonjs/enum/index.d.ts +0 -5
  231. package/lib/typescript/commonjs/lib/commonjs/enum/index.d.ts.map +0 -1
  232. package/lib/typescript/commonjs/lib/commonjs/environmentDomains.d.ts +0 -8
  233. package/lib/typescript/commonjs/lib/commonjs/environmentDomains.d.ts.map +0 -1
  234. package/lib/typescript/commonjs/lib/commonjs/index.d.ts +0 -6
  235. package/lib/typescript/commonjs/lib/commonjs/index.d.ts.map +0 -1
  236. package/lib/typescript/commonjs/lib/commonjs/phoneNumberProcessor.d.ts +0 -8
  237. package/lib/typescript/commonjs/lib/commonjs/phoneNumberProcessor.d.ts.map +0 -1
  238. package/lib/typescript/commonjs/lib/module/BerifymeModal/MainModal.d.ts +0 -11
  239. package/lib/typescript/commonjs/lib/module/BerifymeModal/MainModal.d.ts.map +0 -1
  240. package/lib/typescript/commonjs/lib/module/BerifymeModal/index.d.ts +0 -11
  241. package/lib/typescript/commonjs/lib/module/BerifymeModal/index.d.ts.map +0 -1
  242. package/lib/typescript/commonjs/lib/module/api/api.d.ts +0 -256
  243. package/lib/typescript/commonjs/lib/module/api/api.d.ts.map +0 -1
  244. package/lib/typescript/commonjs/lib/module/components/AllSet.d.ts +0 -10
  245. package/lib/typescript/commonjs/lib/module/components/AllSet.d.ts.map +0 -1
  246. package/lib/typescript/commonjs/lib/module/components/AuthenticationLogs.d.ts +0 -18
  247. package/lib/typescript/commonjs/lib/module/components/AuthenticationLogs.d.ts.map +0 -1
  248. package/lib/typescript/commonjs/lib/module/components/AuthidLogin.d.ts +0 -11
  249. package/lib/typescript/commonjs/lib/module/components/AuthidLogin.d.ts.map +0 -1
  250. package/lib/typescript/commonjs/lib/module/components/AuthidOnboarding.d.ts +0 -14
  251. package/lib/typescript/commonjs/lib/module/components/AuthidOnboarding.d.ts.map +0 -1
  252. package/lib/typescript/commonjs/lib/module/components/ClearLogin.d.ts +0 -12
  253. package/lib/typescript/commonjs/lib/module/components/ClearLogin.d.ts.map +0 -1
  254. package/lib/typescript/commonjs/lib/module/components/ClearOnboarding.d.ts +0 -12
  255. package/lib/typescript/commonjs/lib/module/components/ClearOnboarding.d.ts.map +0 -1
  256. package/lib/typescript/commonjs/lib/module/components/Footer.d.ts +0 -4
  257. package/lib/typescript/commonjs/lib/module/components/Footer.d.ts.map +0 -1
  258. package/lib/typescript/commonjs/lib/module/components/IncodeOnBoarding.d.ts +0 -12
  259. package/lib/typescript/commonjs/lib/module/components/IncodeOnBoarding.d.ts.map +0 -1
  260. package/lib/typescript/commonjs/lib/module/components/IncodeProvider.d.ts +0 -1
  261. package/lib/typescript/commonjs/lib/module/components/IncodeProvider.d.ts.map +0 -1
  262. package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts +0 -7
  263. package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
  264. package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/idOrPassport.d.ts +0 -8
  265. package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
  266. package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/Grid/index.d.ts +0 -1
  267. package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
  268. package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/index.d.ts +0 -9
  269. package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/index.d.ts.map +0 -1
  270. package/lib/typescript/commonjs/lib/module/components/SendSNS/index.d.ts +0 -14
  271. package/lib/typescript/commonjs/lib/module/components/SendSNS/index.d.ts.map +0 -1
  272. package/lib/typescript/commonjs/lib/module/components/SendSNS/legalLinks.d.ts +0 -4
  273. package/lib/typescript/commonjs/lib/module/components/SendSNS/legalLinks.d.ts.map +0 -1
  274. package/lib/typescript/commonjs/lib/module/components/SomethingWrong.d.ts +0 -8
  275. package/lib/typescript/commonjs/lib/module/components/SomethingWrong.d.ts.map +0 -1
  276. package/lib/typescript/commonjs/lib/module/components/SumsubLogin.d.ts +0 -11
  277. package/lib/typescript/commonjs/lib/module/components/SumsubLogin.d.ts.map +0 -1
  278. package/lib/typescript/commonjs/lib/module/components/SumsubOnboarding.d.ts +0 -11
  279. package/lib/typescript/commonjs/lib/module/components/SumsubOnboarding.d.ts.map +0 -1
  280. package/lib/typescript/commonjs/lib/module/components/VeriffLogin.d.ts +0 -12
  281. package/lib/typescript/commonjs/lib/module/components/VeriffLogin.d.ts.map +0 -1
  282. package/lib/typescript/commonjs/lib/module/components/VeriffOnboarding.d.ts +0 -12
  283. package/lib/typescript/commonjs/lib/module/components/VeriffOnboarding.d.ts.map +0 -1
  284. package/lib/typescript/commonjs/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts +0 -13
  285. package/lib/typescript/commonjs/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
  286. package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts +0 -10
  287. package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
  288. package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/User.d.ts +0 -11
  289. package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
  290. package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts +0 -7
  291. package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
  292. package/lib/typescript/commonjs/lib/module/components/YotiLogin.d.ts +0 -11
  293. package/lib/typescript/commonjs/lib/module/components/YotiLogin.d.ts.map +0 -1
  294. package/lib/typescript/commonjs/lib/module/components/YotiOnboarding.d.ts +0 -12
  295. package/lib/typescript/commonjs/lib/module/components/YotiOnboarding.d.ts.map +0 -1
  296. package/lib/typescript/commonjs/lib/module/components/biometrics/EnableBiometricsTypes.d.ts +0 -3
  297. package/lib/typescript/commonjs/lib/module/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
  298. package/lib/typescript/commonjs/lib/module/components/biometrics/index.d.ts +0 -30
  299. package/lib/typescript/commonjs/lib/module/components/biometrics/index.d.ts.map +0 -1
  300. package/lib/typescript/commonjs/lib/module/components/incodeLogin.d.ts +0 -11
  301. package/lib/typescript/commonjs/lib/module/components/incodeLogin.d.ts.map +0 -1
  302. package/lib/typescript/commonjs/lib/module/countryCode.d.ts +0 -210
  303. package/lib/typescript/commonjs/lib/module/countryCode.d.ts.map +0 -1
  304. package/lib/typescript/commonjs/lib/module/enum/index.d.ts +0 -4
  305. package/lib/typescript/commonjs/lib/module/enum/index.d.ts.map +0 -1
  306. package/lib/typescript/commonjs/lib/module/environmentDomains.d.ts +0 -7
  307. package/lib/typescript/commonjs/lib/module/environmentDomains.d.ts.map +0 -1
  308. package/lib/typescript/commonjs/lib/module/index.d.ts +0 -7
  309. package/lib/typescript/commonjs/lib/module/index.d.ts.map +0 -1
  310. package/lib/typescript/commonjs/lib/module/phoneNumberProcessor.d.ts +0 -7
  311. package/lib/typescript/commonjs/lib/module/phoneNumberProcessor.d.ts.map +0 -1
  312. package/lib/typescript/commonjs/metro.config.d.ts +0 -3
  313. package/lib/typescript/commonjs/metro.config.d.ts.map +0 -1
  314. package/lib/typescript/commonjs/src/BerifymeModal/MainModal.d.ts.map +0 -1
  315. package/lib/typescript/commonjs/src/BerifymeModal/index.d.ts.map +0 -1
  316. package/lib/typescript/commonjs/src/api/api.d.ts +0 -462
  317. package/lib/typescript/commonjs/src/api/api.d.ts.map +0 -1
  318. package/lib/typescript/commonjs/src/components/AllSet.d.ts.map +0 -1
  319. package/lib/typescript/commonjs/src/components/AuthenticationLogs.d.ts +0 -21
  320. package/lib/typescript/commonjs/src/components/AuthenticationLogs.d.ts.map +0 -1
  321. package/lib/typescript/commonjs/src/components/AuthidLogin.d.ts.map +0 -1
  322. package/lib/typescript/commonjs/src/components/AuthidOnboarding.d.ts.map +0 -1
  323. package/lib/typescript/commonjs/src/components/ClearLogin.d.ts.map +0 -1
  324. package/lib/typescript/commonjs/src/components/ClearOnboarding.d.ts.map +0 -1
  325. package/lib/typescript/commonjs/src/components/Footer.d.ts.map +0 -1
  326. package/lib/typescript/commonjs/src/components/IncodeOnBoarding.d.ts.map +0 -1
  327. package/lib/typescript/commonjs/src/components/IncodeProvider.d.ts +0 -1
  328. package/lib/typescript/commonjs/src/components/IncodeProvider.d.ts.map +0 -1
  329. package/lib/typescript/commonjs/src/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
  330. package/lib/typescript/commonjs/src/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
  331. package/lib/typescript/commonjs/src/components/Onboarding/Vender/Grid/index.d.ts +0 -11
  332. package/lib/typescript/commonjs/src/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
  333. package/lib/typescript/commonjs/src/components/Onboarding/Vender/index.d.ts.map +0 -1
  334. package/lib/typescript/commonjs/src/components/SendSNS/index.d.ts.map +0 -1
  335. package/lib/typescript/commonjs/src/components/SendSNS/legalLinks.d.ts.map +0 -1
  336. package/lib/typescript/commonjs/src/components/SomethingWrong.d.ts.map +0 -1
  337. package/lib/typescript/commonjs/src/components/SumsubLogin.d.ts.map +0 -1
  338. package/lib/typescript/commonjs/src/components/SumsubOnboarding.d.ts.map +0 -1
  339. package/lib/typescript/commonjs/src/components/VeriffLogin.d.ts.map +0 -1
  340. package/lib/typescript/commonjs/src/components/VeriffOnboarding.d.ts.map +0 -1
  341. package/lib/typescript/commonjs/src/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
  342. package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
  343. package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
  344. package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
  345. package/lib/typescript/commonjs/src/components/YotiLogin.d.ts.map +0 -1
  346. package/lib/typescript/commonjs/src/components/YotiOnboarding.d.ts.map +0 -1
  347. package/lib/typescript/commonjs/src/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
  348. package/lib/typescript/commonjs/src/components/biometrics/index.d.ts +0 -35
  349. package/lib/typescript/commonjs/src/components/biometrics/index.d.ts.map +0 -1
  350. package/lib/typescript/commonjs/src/components/incodeLogin.d.ts.map +0 -1
  351. package/lib/typescript/commonjs/src/countryCode.d.ts.map +0 -1
  352. package/lib/typescript/commonjs/src/enum/index.d.ts.map +0 -1
  353. package/lib/typescript/commonjs/src/environmentDomains.d.ts.map +0 -1
  354. package/lib/typescript/commonjs/src/index.d.ts.map +0 -1
  355. package/lib/typescript/commonjs/src/phoneNumberProcessor.d.ts +0 -7
  356. package/lib/typescript/commonjs/src/phoneNumberProcessor.d.ts.map +0 -1
  357. package/lib/typescript/module/App.d.ts +0 -10
  358. package/lib/typescript/module/App.d.ts.map +0 -1
  359. package/lib/typescript/module/babel.config.d.ts +0 -2
  360. package/lib/typescript/module/babel.config.d.ts.map +0 -1
  361. package/lib/typescript/module/index.d.ts +0 -2
  362. package/lib/typescript/module/index.d.ts.map +0 -1
  363. package/lib/typescript/module/jest.config.d.ts +0 -2
  364. package/lib/typescript/module/jest.config.d.ts.map +0 -1
  365. package/lib/typescript/module/lib/commonjs/BerifymeModal/MainModal.d.ts +0 -11
  366. package/lib/typescript/module/lib/commonjs/BerifymeModal/MainModal.d.ts.map +0 -1
  367. package/lib/typescript/module/lib/commonjs/BerifymeModal/index.d.ts +0 -11
  368. package/lib/typescript/module/lib/commonjs/BerifymeModal/index.d.ts.map +0 -1
  369. package/lib/typescript/module/lib/commonjs/api/api.d.ts +0 -257
  370. package/lib/typescript/module/lib/commonjs/api/api.d.ts.map +0 -1
  371. package/lib/typescript/module/lib/commonjs/components/AllSet.d.ts +0 -10
  372. package/lib/typescript/module/lib/commonjs/components/AllSet.d.ts.map +0 -1
  373. package/lib/typescript/module/lib/commonjs/components/AuthenticationLogs.d.ts +0 -19
  374. package/lib/typescript/module/lib/commonjs/components/AuthenticationLogs.d.ts.map +0 -1
  375. package/lib/typescript/module/lib/commonjs/components/AuthidLogin.d.ts +0 -11
  376. package/lib/typescript/module/lib/commonjs/components/AuthidLogin.d.ts.map +0 -1
  377. package/lib/typescript/module/lib/commonjs/components/AuthidOnboarding.d.ts +0 -14
  378. package/lib/typescript/module/lib/commonjs/components/AuthidOnboarding.d.ts.map +0 -1
  379. package/lib/typescript/module/lib/commonjs/components/ClearLogin.d.ts +0 -12
  380. package/lib/typescript/module/lib/commonjs/components/ClearLogin.d.ts.map +0 -1
  381. package/lib/typescript/module/lib/commonjs/components/ClearOnboarding.d.ts +0 -12
  382. package/lib/typescript/module/lib/commonjs/components/ClearOnboarding.d.ts.map +0 -1
  383. package/lib/typescript/module/lib/commonjs/components/Footer.d.ts +0 -4
  384. package/lib/typescript/module/lib/commonjs/components/Footer.d.ts.map +0 -1
  385. package/lib/typescript/module/lib/commonjs/components/IncodeOnBoarding.d.ts +0 -12
  386. package/lib/typescript/module/lib/commonjs/components/IncodeOnBoarding.d.ts.map +0 -1
  387. package/lib/typescript/module/lib/commonjs/components/IncodeProvider.d.ts +0 -1
  388. package/lib/typescript/module/lib/commonjs/components/IncodeProvider.d.ts.map +0 -1
  389. package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts +0 -7
  390. package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
  391. package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts +0 -8
  392. package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
  393. package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts +0 -10
  394. package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
  395. package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/index.d.ts +0 -9
  396. package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/index.d.ts.map +0 -1
  397. package/lib/typescript/module/lib/commonjs/components/SendSNS/index.d.ts +0 -14
  398. package/lib/typescript/module/lib/commonjs/components/SendSNS/index.d.ts.map +0 -1
  399. package/lib/typescript/module/lib/commonjs/components/SendSNS/legalLinks.d.ts +0 -4
  400. package/lib/typescript/module/lib/commonjs/components/SendSNS/legalLinks.d.ts.map +0 -1
  401. package/lib/typescript/module/lib/commonjs/components/SomethingWrong.d.ts +0 -8
  402. package/lib/typescript/module/lib/commonjs/components/SomethingWrong.d.ts.map +0 -1
  403. package/lib/typescript/module/lib/commonjs/components/SumsubLogin.d.ts +0 -11
  404. package/lib/typescript/module/lib/commonjs/components/SumsubLogin.d.ts.map +0 -1
  405. package/lib/typescript/module/lib/commonjs/components/SumsubOnboarding.d.ts +0 -11
  406. package/lib/typescript/module/lib/commonjs/components/SumsubOnboarding.d.ts.map +0 -1
  407. package/lib/typescript/module/lib/commonjs/components/VeriffLogin.d.ts +0 -12
  408. package/lib/typescript/module/lib/commonjs/components/VeriffLogin.d.ts.map +0 -1
  409. package/lib/typescript/module/lib/commonjs/components/VeriffOnboarding.d.ts +0 -12
  410. package/lib/typescript/module/lib/commonjs/components/VeriffOnboarding.d.ts.map +0 -1
  411. package/lib/typescript/module/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts +0 -13
  412. package/lib/typescript/module/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
  413. package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts +0 -10
  414. package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
  415. package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts +0 -11
  416. package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
  417. package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts +0 -8
  418. package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
  419. package/lib/typescript/module/lib/commonjs/components/YotiLogin.d.ts +0 -11
  420. package/lib/typescript/module/lib/commonjs/components/YotiLogin.d.ts.map +0 -1
  421. package/lib/typescript/module/lib/commonjs/components/YotiOnboarding.d.ts +0 -12
  422. package/lib/typescript/module/lib/commonjs/components/YotiOnboarding.d.ts.map +0 -1
  423. package/lib/typescript/module/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts +0 -5
  424. package/lib/typescript/module/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
  425. package/lib/typescript/module/lib/commonjs/components/biometrics/index.d.ts +0 -25
  426. package/lib/typescript/module/lib/commonjs/components/biometrics/index.d.ts.map +0 -1
  427. package/lib/typescript/module/lib/commonjs/components/incodeLogin.d.ts +0 -11
  428. package/lib/typescript/module/lib/commonjs/components/incodeLogin.d.ts.map +0 -1
  429. package/lib/typescript/module/lib/commonjs/countryCode.d.ts +0 -211
  430. package/lib/typescript/module/lib/commonjs/countryCode.d.ts.map +0 -1
  431. package/lib/typescript/module/lib/commonjs/enum/index.d.ts +0 -5
  432. package/lib/typescript/module/lib/commonjs/enum/index.d.ts.map +0 -1
  433. package/lib/typescript/module/lib/commonjs/environmentDomains.d.ts +0 -8
  434. package/lib/typescript/module/lib/commonjs/environmentDomains.d.ts.map +0 -1
  435. package/lib/typescript/module/lib/commonjs/index.d.ts +0 -6
  436. package/lib/typescript/module/lib/commonjs/index.d.ts.map +0 -1
  437. package/lib/typescript/module/lib/commonjs/phoneNumberProcessor.d.ts +0 -8
  438. package/lib/typescript/module/lib/commonjs/phoneNumberProcessor.d.ts.map +0 -1
  439. package/lib/typescript/module/lib/module/BerifymeModal/MainModal.d.ts +0 -11
  440. package/lib/typescript/module/lib/module/BerifymeModal/MainModal.d.ts.map +0 -1
  441. package/lib/typescript/module/lib/module/BerifymeModal/index.d.ts +0 -11
  442. package/lib/typescript/module/lib/module/BerifymeModal/index.d.ts.map +0 -1
  443. package/lib/typescript/module/lib/module/api/api.d.ts +0 -256
  444. package/lib/typescript/module/lib/module/api/api.d.ts.map +0 -1
  445. package/lib/typescript/module/lib/module/components/AllSet.d.ts +0 -10
  446. package/lib/typescript/module/lib/module/components/AllSet.d.ts.map +0 -1
  447. package/lib/typescript/module/lib/module/components/AuthenticationLogs.d.ts +0 -18
  448. package/lib/typescript/module/lib/module/components/AuthenticationLogs.d.ts.map +0 -1
  449. package/lib/typescript/module/lib/module/components/AuthidLogin.d.ts +0 -11
  450. package/lib/typescript/module/lib/module/components/AuthidLogin.d.ts.map +0 -1
  451. package/lib/typescript/module/lib/module/components/AuthidOnboarding.d.ts +0 -14
  452. package/lib/typescript/module/lib/module/components/AuthidOnboarding.d.ts.map +0 -1
  453. package/lib/typescript/module/lib/module/components/ClearLogin.d.ts +0 -12
  454. package/lib/typescript/module/lib/module/components/ClearLogin.d.ts.map +0 -1
  455. package/lib/typescript/module/lib/module/components/ClearOnboarding.d.ts +0 -12
  456. package/lib/typescript/module/lib/module/components/ClearOnboarding.d.ts.map +0 -1
  457. package/lib/typescript/module/lib/module/components/Footer.d.ts +0 -4
  458. package/lib/typescript/module/lib/module/components/Footer.d.ts.map +0 -1
  459. package/lib/typescript/module/lib/module/components/IncodeOnBoarding.d.ts +0 -12
  460. package/lib/typescript/module/lib/module/components/IncodeOnBoarding.d.ts.map +0 -1
  461. package/lib/typescript/module/lib/module/components/IncodeProvider.d.ts +0 -1
  462. package/lib/typescript/module/lib/module/components/IncodeProvider.d.ts.map +0 -1
  463. package/lib/typescript/module/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts +0 -7
  464. package/lib/typescript/module/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
  465. package/lib/typescript/module/lib/module/components/Onboarding/Authid/idOrPassport.d.ts +0 -8
  466. package/lib/typescript/module/lib/module/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
  467. package/lib/typescript/module/lib/module/components/Onboarding/Vender/Grid/index.d.ts +0 -1
  468. package/lib/typescript/module/lib/module/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
  469. package/lib/typescript/module/lib/module/components/Onboarding/Vender/index.d.ts +0 -9
  470. package/lib/typescript/module/lib/module/components/Onboarding/Vender/index.d.ts.map +0 -1
  471. package/lib/typescript/module/lib/module/components/SendSNS/index.d.ts +0 -14
  472. package/lib/typescript/module/lib/module/components/SendSNS/index.d.ts.map +0 -1
  473. package/lib/typescript/module/lib/module/components/SendSNS/legalLinks.d.ts +0 -4
  474. package/lib/typescript/module/lib/module/components/SendSNS/legalLinks.d.ts.map +0 -1
  475. package/lib/typescript/module/lib/module/components/SomethingWrong.d.ts +0 -8
  476. package/lib/typescript/module/lib/module/components/SomethingWrong.d.ts.map +0 -1
  477. package/lib/typescript/module/lib/module/components/SumsubLogin.d.ts +0 -11
  478. package/lib/typescript/module/lib/module/components/SumsubLogin.d.ts.map +0 -1
  479. package/lib/typescript/module/lib/module/components/SumsubOnboarding.d.ts +0 -11
  480. package/lib/typescript/module/lib/module/components/SumsubOnboarding.d.ts.map +0 -1
  481. package/lib/typescript/module/lib/module/components/VeriffLogin.d.ts +0 -12
  482. package/lib/typescript/module/lib/module/components/VeriffLogin.d.ts.map +0 -1
  483. package/lib/typescript/module/lib/module/components/VeriffOnboarding.d.ts +0 -12
  484. package/lib/typescript/module/lib/module/components/VeriffOnboarding.d.ts.map +0 -1
  485. package/lib/typescript/module/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts +0 -13
  486. package/lib/typescript/module/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
  487. package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts +0 -10
  488. package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
  489. package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/User.d.ts +0 -11
  490. package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
  491. package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts +0 -7
  492. package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
  493. package/lib/typescript/module/lib/module/components/YotiLogin.d.ts +0 -11
  494. package/lib/typescript/module/lib/module/components/YotiLogin.d.ts.map +0 -1
  495. package/lib/typescript/module/lib/module/components/YotiOnboarding.d.ts +0 -12
  496. package/lib/typescript/module/lib/module/components/YotiOnboarding.d.ts.map +0 -1
  497. package/lib/typescript/module/lib/module/components/biometrics/EnableBiometricsTypes.d.ts +0 -3
  498. package/lib/typescript/module/lib/module/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
  499. package/lib/typescript/module/lib/module/components/biometrics/index.d.ts +0 -30
  500. package/lib/typescript/module/lib/module/components/biometrics/index.d.ts.map +0 -1
  501. package/lib/typescript/module/lib/module/components/incodeLogin.d.ts +0 -11
  502. package/lib/typescript/module/lib/module/components/incodeLogin.d.ts.map +0 -1
  503. package/lib/typescript/module/lib/module/countryCode.d.ts +0 -210
  504. package/lib/typescript/module/lib/module/countryCode.d.ts.map +0 -1
  505. package/lib/typescript/module/lib/module/enum/index.d.ts +0 -4
  506. package/lib/typescript/module/lib/module/enum/index.d.ts.map +0 -1
  507. package/lib/typescript/module/lib/module/environmentDomains.d.ts +0 -7
  508. package/lib/typescript/module/lib/module/environmentDomains.d.ts.map +0 -1
  509. package/lib/typescript/module/lib/module/index.d.ts +0 -7
  510. package/lib/typescript/module/lib/module/index.d.ts.map +0 -1
  511. package/lib/typescript/module/lib/module/phoneNumberProcessor.d.ts +0 -7
  512. package/lib/typescript/module/lib/module/phoneNumberProcessor.d.ts.map +0 -1
  513. package/lib/typescript/module/metro.config.d.ts +0 -3
  514. package/lib/typescript/module/metro.config.d.ts.map +0 -1
  515. package/lib/typescript/module/package.json +0 -1
  516. package/lib/typescript/module/src/BerifymeModal/MainModal.d.ts +0 -12
  517. package/lib/typescript/module/src/BerifymeModal/MainModal.d.ts.map +0 -1
  518. package/lib/typescript/module/src/BerifymeModal/index.d.ts +0 -14
  519. package/lib/typescript/module/src/BerifymeModal/index.d.ts.map +0 -1
  520. package/lib/typescript/module/src/api/api.d.ts.map +0 -1
  521. package/lib/typescript/module/src/components/AllSet.d.ts +0 -11
  522. package/lib/typescript/module/src/components/AllSet.d.ts.map +0 -1
  523. package/lib/typescript/module/src/components/AuthenticationLogs.d.ts.map +0 -1
  524. package/lib/typescript/module/src/components/AuthidLogin.d.ts +0 -13
  525. package/lib/typescript/module/src/components/AuthidLogin.d.ts.map +0 -1
  526. package/lib/typescript/module/src/components/AuthidOnboarding.d.ts +0 -16
  527. package/lib/typescript/module/src/components/AuthidOnboarding.d.ts.map +0 -1
  528. package/lib/typescript/module/src/components/ClearLogin.d.ts +0 -14
  529. package/lib/typescript/module/src/components/ClearLogin.d.ts.map +0 -1
  530. package/lib/typescript/module/src/components/ClearOnboarding.d.ts +0 -14
  531. package/lib/typescript/module/src/components/ClearOnboarding.d.ts.map +0 -1
  532. package/lib/typescript/module/src/components/Footer.d.ts +0 -4
  533. package/lib/typescript/module/src/components/Footer.d.ts.map +0 -1
  534. package/lib/typescript/module/src/components/IncodeOnBoarding.d.ts +0 -14
  535. package/lib/typescript/module/src/components/IncodeOnBoarding.d.ts.map +0 -1
  536. package/lib/typescript/module/src/components/IncodeProvider.d.ts +0 -1
  537. package/lib/typescript/module/src/components/IncodeProvider.d.ts.map +0 -1
  538. package/lib/typescript/module/src/components/Onboarding/Authid/AuthIdSelectType.d.ts +0 -7
  539. package/lib/typescript/module/src/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
  540. package/lib/typescript/module/src/components/Onboarding/Authid/idOrPassport.d.ts +0 -8
  541. package/lib/typescript/module/src/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
  542. package/lib/typescript/module/src/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
  543. package/lib/typescript/module/src/components/Onboarding/Vender/index.d.ts +0 -11
  544. package/lib/typescript/module/src/components/Onboarding/Vender/index.d.ts.map +0 -1
  545. package/lib/typescript/module/src/components/SendSNS/index.d.ts +0 -17
  546. package/lib/typescript/module/src/components/SendSNS/index.d.ts.map +0 -1
  547. package/lib/typescript/module/src/components/SendSNS/legalLinks.d.ts +0 -4
  548. package/lib/typescript/module/src/components/SendSNS/legalLinks.d.ts.map +0 -1
  549. package/lib/typescript/module/src/components/SomethingWrong.d.ts +0 -9
  550. package/lib/typescript/module/src/components/SomethingWrong.d.ts.map +0 -1
  551. package/lib/typescript/module/src/components/SumsubLogin.d.ts +0 -13
  552. package/lib/typescript/module/src/components/SumsubLogin.d.ts.map +0 -1
  553. package/lib/typescript/module/src/components/SumsubOnboarding.d.ts +0 -13
  554. package/lib/typescript/module/src/components/SumsubOnboarding.d.ts.map +0 -1
  555. package/lib/typescript/module/src/components/VeriffLogin.d.ts +0 -14
  556. package/lib/typescript/module/src/components/VeriffLogin.d.ts.map +0 -1
  557. package/lib/typescript/module/src/components/VeriffOnboarding.d.ts +0 -14
  558. package/lib/typescript/module/src/components/VeriffOnboarding.d.ts.map +0 -1
  559. package/lib/typescript/module/src/components/VerifiedExternalPhoneNumber/index.d.ts +0 -16
  560. package/lib/typescript/module/src/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
  561. package/lib/typescript/module/src/components/VerifyWithPhoneNumber/NewUser.d.ts +0 -12
  562. package/lib/typescript/module/src/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
  563. package/lib/typescript/module/src/components/VerifyWithPhoneNumber/User.d.ts +0 -13
  564. package/lib/typescript/module/src/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
  565. package/lib/typescript/module/src/components/VerifyWithPhoneNumber/biometrics.d.ts +0 -9
  566. package/lib/typescript/module/src/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
  567. package/lib/typescript/module/src/components/YotiLogin.d.ts +0 -13
  568. package/lib/typescript/module/src/components/YotiLogin.d.ts.map +0 -1
  569. package/lib/typescript/module/src/components/YotiOnboarding.d.ts +0 -14
  570. package/lib/typescript/module/src/components/YotiOnboarding.d.ts.map +0 -1
  571. package/lib/typescript/module/src/components/biometrics/EnableBiometricsTypes.d.ts +0 -8
  572. package/lib/typescript/module/src/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
  573. package/lib/typescript/module/src/components/biometrics/index.d.ts.map +0 -1
  574. package/lib/typescript/module/src/components/incodeLogin.d.ts +0 -13
  575. package/lib/typescript/module/src/components/incodeLogin.d.ts.map +0 -1
  576. package/lib/typescript/module/src/countryCode.d.ts +0 -4
  577. package/lib/typescript/module/src/countryCode.d.ts.map +0 -1
  578. package/lib/typescript/module/src/enum/index.d.ts +0 -37
  579. package/lib/typescript/module/src/enum/index.d.ts.map +0 -1
  580. package/lib/typescript/module/src/environmentDomains.d.ts +0 -8
  581. package/lib/typescript/module/src/environmentDomains.d.ts.map +0 -1
  582. package/lib/typescript/module/src/index.d.ts +0 -7
  583. package/lib/typescript/module/src/index.d.ts.map +0 -1
  584. package/lib/typescript/module/src/phoneNumberProcessor.d.ts +0 -7
  585. package/lib/typescript/module/src/phoneNumberProcessor.d.ts.map +0 -1
  586. /package/lib/{typescript/commonjs → commonjs}/package.json +0 -0
  587. /package/lib/typescript/{commonjs/src/BerifymeModal → BerifymeModal}/MainModal.d.ts +0 -0
  588. /package/lib/typescript/{commonjs/src/BerifymeModal → BerifymeModal}/index.d.ts +0 -0
  589. /package/lib/typescript/{commonjs/src/components → components}/AllSet.d.ts +0 -0
  590. /package/lib/typescript/{commonjs/src/components → components}/AuthidLogin.d.ts +0 -0
  591. /package/lib/typescript/{commonjs/src/components → components}/AuthidOnboarding.d.ts +0 -0
  592. /package/lib/typescript/{commonjs/src/components → components}/ClearLogin.d.ts +0 -0
  593. /package/lib/typescript/{commonjs/src/components → components}/ClearOnboarding.d.ts +0 -0
  594. /package/lib/typescript/{commonjs/src/components → components}/Footer.d.ts +0 -0
  595. /package/lib/typescript/{commonjs/src/components → components}/IncodeOnBoarding.d.ts +0 -0
  596. /package/lib/typescript/{commonjs/lib/commonjs/components → components}/IncodeProvider.d.ts +0 -0
  597. /package/lib/typescript/{commonjs/src/components → components}/Onboarding/Authid/AuthIdSelectType.d.ts +0 -0
  598. /package/lib/typescript/{commonjs/src/components → components}/Onboarding/Authid/idOrPassport.d.ts +0 -0
  599. /package/lib/typescript/{commonjs/src/components → components}/SendSNS/index.d.ts +0 -0
  600. /package/lib/typescript/{commonjs/src/components → components}/SendSNS/legalLinks.d.ts +0 -0
  601. /package/lib/typescript/{commonjs/src/components → components}/SomethingWrong.d.ts +0 -0
  602. /package/lib/typescript/{commonjs/src/components → components}/SumsubLogin.d.ts +0 -0
  603. /package/lib/typescript/{commonjs/src/components → components}/SumsubOnboarding.d.ts +0 -0
  604. /package/lib/typescript/{commonjs/src/components → components}/VeriffLogin.d.ts +0 -0
  605. /package/lib/typescript/{commonjs/src/components → components}/VeriffOnboarding.d.ts +0 -0
  606. /package/lib/typescript/{commonjs/src/components → components}/VerifiedExternalPhoneNumber/index.d.ts +0 -0
  607. /package/lib/typescript/{commonjs/src/components → components}/VerifyWithPhoneNumber/NewUser.d.ts +0 -0
  608. /package/lib/typescript/{commonjs/src/components → components}/VerifyWithPhoneNumber/User.d.ts +0 -0
  609. /package/lib/typescript/{commonjs/src/components → components}/VerifyWithPhoneNumber/biometrics.d.ts +0 -0
  610. /package/lib/typescript/{commonjs/src/components → components}/YotiLogin.d.ts +0 -0
  611. /package/lib/typescript/{commonjs/src/components → components}/YotiOnboarding.d.ts +0 -0
  612. /package/lib/typescript/{commonjs/src/components → components}/biometrics/EnableBiometricsTypes.d.ts +0 -0
  613. /package/lib/typescript/{commonjs/src/components → components}/incodeLogin.d.ts +0 -0
  614. /package/lib/typescript/{commonjs/src/countryCode.d.ts → countryCode.d.ts} +0 -0
  615. /package/lib/typescript/{commonjs/src/enum → enum}/index.d.ts +0 -0
  616. /package/lib/typescript/{commonjs/src/environmentDomains.d.ts → environmentDomains.d.ts} +0 -0
  617. /package/lib/typescript/{commonjs/src/index.d.ts → index.d.ts} +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"AuthidLogin.d.ts","sourceRoot":"","sources":["../../../../../module/components/AuthidLogin.js"],"names":[],"mappings":";AASA;;;;;;;uEA8CC;kBArDiB,OAAO"}
@@ -1,14 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"AuthidOnboarding.d.ts","sourceRoot":"","sources":["../../../../../module/components/AuthidOnboarding.js"],"names":[],"mappings":";AAQA;;;;;;;;;;uEA8CC;kBApDiB,OAAO"}
@@ -1,12 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"ClearLogin.d.ts","sourceRoot":"","sources":["../../../../../module/components/ClearLogin.js"],"names":[],"mappings":";AASA;;;;;;;;uEAqDC;kBA5DiB,OAAO"}
@@ -1,12 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"ClearOnboarding.d.ts","sourceRoot":"","sources":["../../../../../module/components/ClearOnboarding.js"],"names":[],"mappings":";AASA;;;;;;;;uEAmEC;kBA1EiB,OAAO"}
@@ -1,4 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../../module/components/Footer.js"],"names":[],"mappings":";AAMA,8FAeC;kBAlBiB,OAAO"}
@@ -1,12 +0,0 @@
1
- export default IncodeOnboardingWebView;
2
- declare function IncodeOnboardingWebView({ token, setError, user, setUser, goBack, goToAllSet, environment }: {
3
- token: any;
4
- setError: any;
5
- user: any;
6
- setUser: any;
7
- goBack: any;
8
- goToAllSet: any;
9
- environment: any;
10
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
11
- import React from 'react';
12
- //# sourceMappingURL=IncodeOnBoarding.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IncodeOnBoarding.d.ts","sourceRoot":"","sources":["../../../../../module/components/IncodeOnBoarding.js"],"names":[],"mappings":";AAOA;;;;;;;;uEAkDC;kBAvDiB,OAAO"}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=IncodeProvider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IncodeProvider.d.ts","sourceRoot":"","sources":["../../../../../module/components/IncodeProvider.js"],"names":[],"mappings":""}
@@ -1,7 +0,0 @@
1
- export default AuthIdSelectType;
2
- declare function AuthIdSelectType({ setSelectedIdType, setError }: {
3
- setSelectedIdType: any;
4
- setError: any;
5
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
6
- import React from "react";
7
- //# sourceMappingURL=AuthIdSelectType.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AuthIdSelectType.d.ts","sourceRoot":"","sources":["../../../../../../../module/components/Onboarding/Authid/AuthIdSelectType.js"],"names":[],"mappings":";AAQA;;;uEAmDC;kBAzD0C,OAAO"}
@@ -1,8 +0,0 @@
1
- export default IdOrPassport;
2
- declare function IdOrPassport({ setError, setPageStatus, setSelectedIdType }: {
3
- setError: any;
4
- setPageStatus: any;
5
- setSelectedIdType: any;
6
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
7
- import React from "react";
8
- //# sourceMappingURL=idOrPassport.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"idOrPassport.d.ts","sourceRoot":"","sources":["../../../../../../../module/components/Onboarding/Authid/idOrPassport.js"],"names":[],"mappings":";AAQA;;;;uEA2DC;kBAjEiB,OAAO"}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../module/components/Onboarding/Vender/Grid/index.js"],"names":[],"mappings":""}
@@ -1,9 +0,0 @@
1
- export default Vender;
2
- declare function Vender({ setPageStatus, setError, user, setModalHeight }: {
3
- setPageStatus: any;
4
- setError: any;
5
- user: any;
6
- setModalHeight: any;
7
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
8
- import React from 'react';
9
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../module/components/Onboarding/Vender/index.js"],"names":[],"mappings":";AAqBA;;;;;uEAsFC;kBAxG0C,OAAO"}
@@ -1,14 +0,0 @@
1
- export default SendSns;
2
- declare function SendSns({ token, inputValue, setInputValue, setError, setPageStatus, setProcessedPhoneNumber, setUser, setModalHeight, environment }: {
3
- token: any;
4
- inputValue: any;
5
- setInputValue: any;
6
- setError: any;
7
- setPageStatus: any;
8
- setProcessedPhoneNumber: any;
9
- setUser: any;
10
- setModalHeight: any;
11
- environment: any;
12
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
13
- import React from 'react';
14
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/components/SendSNS/index.js"],"names":[],"mappings":";AAeA;;;;;;;;;;uEA+OC;kBA1PuC,OAAO"}
@@ -1,4 +0,0 @@
1
- export default LegalLinks;
2
- declare function LegalLinks(): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
3
- import React from 'react';
4
- //# sourceMappingURL=legalLinks.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"legalLinks.d.ts","sourceRoot":"","sources":["../../../../../../module/components/SendSNS/legalLinks.js"],"names":[],"mappings":";AAKA,kGAgBC;kBAnBiB,OAAO"}
@@ -1,8 +0,0 @@
1
- export default SomethingWrong;
2
- declare function SomethingWrong({ message, pressButton, venderErrorHandleBack }: {
3
- message: any;
4
- pressButton: any;
5
- venderErrorHandleBack: any;
6
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
7
- import React from 'react';
8
- //# sourceMappingURL=SomethingWrong.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SomethingWrong.d.ts","sourceRoot":"","sources":["../../../../../module/components/SomethingWrong.js"],"names":[],"mappings":";AAOA;;;;uEA2DC;kBAhE0C,OAAO"}
@@ -1,11 +0,0 @@
1
- export default SumsubLoginWebView;
2
- declare function SumsubLoginWebView({ token, setError, user, setUser, goToAllSet, environment }: {
3
- token: any;
4
- setError: any;
5
- user: any;
6
- setUser: any;
7
- goToAllSet: any;
8
- environment: any;
9
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
10
- import React from 'react';
11
- //# sourceMappingURL=SumsubLogin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SumsubLogin.d.ts","sourceRoot":"","sources":["../../../../../module/components/SumsubLogin.js"],"names":[],"mappings":";AAOA;;;;;;;uEAoCC;kBAzCiB,OAAO"}
@@ -1,11 +0,0 @@
1
- export default SumsubOnboardingWebView;
2
- declare function SumsubOnboardingWebView({ token, setError, user, setUser, goToAllSet, environment }: {
3
- token: any;
4
- setError: any;
5
- user: any;
6
- setUser: any;
7
- goToAllSet: any;
8
- environment: any;
9
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
10
- import React from 'react';
11
- //# sourceMappingURL=SumsubOnboarding.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SumsubOnboarding.d.ts","sourceRoot":"","sources":["../../../../../module/components/SumsubOnboarding.js"],"names":[],"mappings":";AAOA;;;;;;;uEAoCC;kBAzCiB,OAAO"}
@@ -1,12 +0,0 @@
1
- export default VeriffLoginWebView;
2
- declare function VeriffLoginWebView({ token, setError, user, setUser, goBack, goToAllSet, environment }: {
3
- token: any;
4
- setError: any;
5
- user: any;
6
- setUser: any;
7
- goBack: any;
8
- goToAllSet: any;
9
- environment: any;
10
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
11
- import React from 'react';
12
- //# sourceMappingURL=VeriffLogin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VeriffLogin.d.ts","sourceRoot":"","sources":["../../../../../module/components/VeriffLogin.js"],"names":[],"mappings":";AAOA;;;;;;;;uEA8CC;kBAnDiB,OAAO"}
@@ -1,12 +0,0 @@
1
- export default VeriffOnboardingWebView;
2
- declare function VeriffOnboardingWebView({ token, setError, user, setUser, goBack, goToAllSet, environment }: {
3
- token: any;
4
- setError: any;
5
- user: any;
6
- setUser: any;
7
- goBack: any;
8
- goToAllSet: any;
9
- environment: any;
10
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
11
- import React from 'react';
12
- //# sourceMappingURL=VeriffOnboarding.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VeriffOnboarding.d.ts","sourceRoot":"","sources":["../../../../../module/components/VeriffOnboarding.js"],"names":[],"mappings":";AAOA;;;;;;;;uEA8CC;kBAnDiB,OAAO"}
@@ -1,13 +0,0 @@
1
- export default VerifiedExternalPhoneNumber;
2
- declare function VerifiedExternalPhoneNumber({ token, setError, setPageStatus, processedPhoneNumber, setProcessedPhoneNumber, setUser, setModalHeight, environment }: {
3
- token: any;
4
- setError: any;
5
- setPageStatus: any;
6
- processedPhoneNumber: any;
7
- setProcessedPhoneNumber: any;
8
- setUser: any;
9
- setModalHeight: any;
10
- environment: any;
11
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
12
- import React from 'react';
13
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/components/VerifiedExternalPhoneNumber/index.js"],"names":[],"mappings":";AAWA;;;;;;;;;uEAoKC;kBA3K0C,OAAO"}
@@ -1,10 +0,0 @@
1
- export default VerifyNewUser;
2
- declare function VerifyNewUser({ token, inputValue, setPageStatus, setUser, environment }: {
3
- token: any;
4
- inputValue: any;
5
- setPageStatus: any;
6
- setUser: any;
7
- environment: any;
8
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
9
- import React from "react";
10
- //# sourceMappingURL=NewUser.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NewUser.d.ts","sourceRoot":"","sources":["../../../../../../module/components/VerifyWithPhoneNumber/NewUser.js"],"names":[],"mappings":";AAWA;;;;;;uEAoLC;kBA7LkD,OAAO"}
@@ -1,11 +0,0 @@
1
- export default VerifyUser;
2
- declare function VerifyUser({ token, inputValue, setError, setPageStatus, setUser, setModalHeight }: {
3
- token: any;
4
- inputValue: any;
5
- setError: any;
6
- setPageStatus: any;
7
- setUser: any;
8
- setModalHeight: any;
9
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
10
- import React from 'react';
11
- //# sourceMappingURL=User.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../../../../module/components/VerifyWithPhoneNumber/User.js"],"names":[],"mappings":";AAcA;;;;;;;uEA2QC;kBArRkD,OAAO"}
@@ -1,7 +0,0 @@
1
- export function startBiometrics(phoneNumber: any, { biometryType, getEnableBiometricsType, getBiometryType, enableBiometrics }: {
2
- biometryType: any;
3
- getEnableBiometricsType: any;
4
- getBiometryType: any;
5
- enableBiometrics: any;
6
- }): Promise<void>;
7
- //# sourceMappingURL=biometrics.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"biometrics.d.ts","sourceRoot":"","sources":["../../../../../../module/components/VerifyWithPhoneNumber/biometrics.js"],"names":[],"mappings":"AAoCO;;;;;kBA6BN"}
@@ -1,11 +0,0 @@
1
- export default YotiLoginWebView;
2
- declare function YotiLoginWebView({ token, setError, user, setUser, goToAllSet, environment }: {
3
- token: any;
4
- setError: any;
5
- user: any;
6
- setUser: any;
7
- goToAllSet: any;
8
- environment: any;
9
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
10
- import React from 'react';
11
- //# sourceMappingURL=YotiLogin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"YotiLogin.d.ts","sourceRoot":"","sources":["../../../../../module/components/YotiLogin.js"],"names":[],"mappings":";AAOA;;;;;;;uEAyCC;kBA9CiB,OAAO"}
@@ -1,12 +0,0 @@
1
- export default YotiOnboardingWebView;
2
- declare function YotiOnboardingWebView({ token, setError, user, setUser, goToAllSet, goBack, environment }: {
3
- token: any;
4
- setError: any;
5
- user: any;
6
- setUser: any;
7
- goToAllSet: any;
8
- goBack: any;
9
- environment: any;
10
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
11
- import React from 'react';
12
- //# sourceMappingURL=YotiOnboarding.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"YotiOnboarding.d.ts","sourceRoot":"","sources":["../../../../../module/components/YotiOnboarding.js"],"names":[],"mappings":";AAOA;;;;;;;;uEA8CC;kBAnDiB,OAAO"}
@@ -1,3 +0,0 @@
1
- export let EnableBiometricsTypes: {};
2
- export default EnableBiometricsTypes;
3
- //# sourceMappingURL=EnableBiometricsTypes.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EnableBiometricsTypes.d.ts","sourceRoot":"","sources":["../../../../../../module/components/biometrics/EnableBiometricsTypes.js"],"names":[],"mappings":"AAGA,qCAMM"}
@@ -1,30 +0,0 @@
1
- export function useRNBiometrics(): {
2
- simplePrompt: () => Promise<{
3
- success: boolean;
4
- error?: undefined;
5
- } | {
6
- success: boolean;
7
- error: any;
8
- }>;
9
- getBiometricsData: () => Promise<any>;
10
- biometryType: undefined;
11
- getBiometryType: () => Promise<"NotSupport" | import("react-native-biometrics").BiometryType>;
12
- createSignature: () => Promise<{
13
- payload: any;
14
- publicKey: any;
15
- success: boolean;
16
- signature?: string | undefined;
17
- error?: string | undefined;
18
- } | undefined>;
19
- enableBiometrics: (phoneNumber: any) => Promise<any>;
20
- disableBiometrics: (phoneNumber: any) => Promise<void>;
21
- getBiometricsEnableById: (phoneNumber: any) => Promise<{
22
- error: any;
23
- status?: undefined;
24
- } | {
25
- status: any;
26
- error?: undefined;
27
- }>;
28
- getEnableBiometricsType: (phoneNumber: any) => Promise<any>;
29
- };
30
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/components/biometrics/index.js"],"names":[],"mappings":"AAYO;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8NN"}
@@ -1,11 +0,0 @@
1
- export default IncodeLoginWebView;
2
- declare function IncodeLoginWebView({ token, setError, user, setUser, goToAllSet, environment }: {
3
- token: any;
4
- setError: any;
5
- user: any;
6
- setUser: any;
7
- goToAllSet: any;
8
- environment: any;
9
- }): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
10
- import React from 'react';
11
- //# sourceMappingURL=incodeLogin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"incodeLogin.d.ts","sourceRoot":"","sources":["../../../../../module/components/incodeLogin.js"],"names":[],"mappings":";AAOA;;;;;;;uEAsCC;kBA3CiB,OAAO"}
@@ -1,210 +0,0 @@
1
- export function getCountryNameByCode(code: any): any;
2
- export function delay(n: any): Promise<any>;
3
- export namespace countryCodesToName {
4
- const AF: string;
5
- const AL: string;
6
- const DZ: string;
7
- const AS: string;
8
- const AD: string;
9
- const AO: string;
10
- const AI: string;
11
- const AQ: string;
12
- const AG: string;
13
- const AR: string;
14
- const AM: string;
15
- const AW: string;
16
- const AU: string;
17
- const AT: string;
18
- const AZ: string;
19
- const BS: string;
20
- const BH: string;
21
- const BD: string;
22
- const BB: string;
23
- const BY: string;
24
- const BE: string;
25
- const BZ: string;
26
- const BJ: string;
27
- const BM: string;
28
- const BT: string;
29
- const BO: string;
30
- const BA: string;
31
- const BW: string;
32
- const BR: string;
33
- const BN: string;
34
- const BG: string;
35
- const BF: string;
36
- const BI: string;
37
- const KH: string;
38
- const CM: string;
39
- const CA: string;
40
- const CV: string;
41
- const KY: string;
42
- const CF: string;
43
- const TD: string;
44
- const CL: string;
45
- const CN: string;
46
- const CO: string;
47
- const KM: string;
48
- const CG: string;
49
- const CD: string;
50
- const CR: string;
51
- const CI: string;
52
- const HR: string;
53
- const CU: string;
54
- const CY: string;
55
- const CZ: string;
56
- const DK: string;
57
- const DJ: string;
58
- const DM: string;
59
- const DO: string;
60
- const EC: string;
61
- const EG: string;
62
- const SV: string;
63
- const GQ: string;
64
- const ER: string;
65
- const EE: string;
66
- const ET: string;
67
- const FJ: string;
68
- const FI: string;
69
- const FR: string;
70
- const GA: string;
71
- const GM: string;
72
- const GE: string;
73
- const DE: string;
74
- const GH: string;
75
- const GR: string;
76
- const GL: string;
77
- const GD: string;
78
- const GU: string;
79
- const GT: string;
80
- const GN: string;
81
- const GW: string;
82
- const GY: string;
83
- const HT: string;
84
- const HN: string;
85
- const HK: string;
86
- const HU: string;
87
- const IS: string;
88
- const IN: string;
89
- const ID: string;
90
- const IR: string;
91
- const IQ: string;
92
- const IE: string;
93
- const IL: string;
94
- const IT: string;
95
- const JM: string;
96
- const JP: string;
97
- const JO: string;
98
- const KZ: string;
99
- const KE: string;
100
- const KI: string;
101
- const KP: string;
102
- const KR: string;
103
- const KW: string;
104
- const KG: string;
105
- const LA: string;
106
- const LV: string;
107
- const LB: string;
108
- const LS: string;
109
- const LR: string;
110
- const LY: string;
111
- const LI: string;
112
- const LT: string;
113
- const LU: string;
114
- const MO: string;
115
- const MK: string;
116
- const MG: string;
117
- const MW: string;
118
- const MY: string;
119
- const MV: string;
120
- const ML: string;
121
- const MT: string;
122
- const MH: string;
123
- const MR: string;
124
- const MU: string;
125
- const MX: string;
126
- const FM: string;
127
- const MD: string;
128
- const MC: string;
129
- const MN: string;
130
- const ME: string;
131
- const MA: string;
132
- const MZ: string;
133
- const MM: string;
134
- const NA: string;
135
- const NR: string;
136
- const NP: string;
137
- const NL: string;
138
- const NZ: string;
139
- const NI: string;
140
- const NE: string;
141
- const NG: string;
142
- const NU: string;
143
- const NF: string;
144
- const MP: string;
145
- const NO: string;
146
- const OM: string;
147
- const PK: string;
148
- const PW: string;
149
- const PS: string;
150
- const PA: string;
151
- const PG: string;
152
- const PY: string;
153
- const PE: string;
154
- const PH: string;
155
- const PL: string;
156
- const PT: string;
157
- const PR: string;
158
- const QA: string;
159
- const RO: string;
160
- const RU: string;
161
- const RW: string;
162
- const WS: string;
163
- const SM: string;
164
- const ST: string;
165
- const SA: string;
166
- const SN: string;
167
- const RS: string;
168
- const SC: string;
169
- const SL: string;
170
- const SG: string;
171
- const SK: string;
172
- const SI: string;
173
- const SB: string;
174
- const SO: string;
175
- const ZA: string;
176
- const ES: string;
177
- const LK: string;
178
- const SD: string;
179
- const SR: string;
180
- const SZ: string;
181
- const SE: string;
182
- const CH: string;
183
- const SY: string;
184
- const TW: string;
185
- const TJ: string;
186
- const TZ: string;
187
- const TH: string;
188
- const TL: string;
189
- const TG: string;
190
- const TO: string;
191
- const TT: string;
192
- const TN: string;
193
- const TR: string;
194
- const TM: string;
195
- const TV: string;
196
- const UG: string;
197
- const UA: string;
198
- const AE: string;
199
- const GB: string;
200
- const US: string;
201
- const UY: string;
202
- const UZ: string;
203
- const VU: string;
204
- const VE: string;
205
- const VN: string;
206
- const YE: string;
207
- const ZM: string;
208
- const ZW: string;
209
- }
210
- //# sourceMappingURL=countryCode.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"countryCode.d.ts","sourceRoot":"","sources":["../../../../module/countryCode.js"],"names":[],"mappings":"AAsNA,qDAGC;AAvNM,4CAIN"}
@@ -1,4 +0,0 @@
1
- export let Environment: {};
2
- export let PageStatus: {};
3
- export function getPageStatusString(status: any): "Loading" | "AuthStart" | "VerifyNewUser" | "Vender" | "BerifymeChooseIdOrPassport" | "VerifyUser" | "BerifymeOnboarding" | "ClearOnboarding" | "IncodeOnBoarding" | "SumsubOnBoarding" | "VeriffOnBoarding" | "YotiOnBoarding" | "BerifymeLogin" | "ClearLogin" | "IncodeLogin" | "ClearLoginVerifySuccess" | "ClearOnboardingVerifySuccess" | "SumsubLogin" | "VeriffLogin" | "YotiLogin" | "VerifySuccess" | "UnknownStatus";
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/enum/index.js"],"names":[],"mappings":"AAEA,2BAKM;AACN,0BAwBM;AACC,kdA+CN"}
@@ -1,7 +0,0 @@
1
- export const environmentDomains: {
2
- [x: number]: string;
3
- };
4
- export const environmentWebviewDomains: {
5
- [x: number]: string;
6
- };
7
- //# sourceMappingURL=environmentDomains.d.ts.map