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