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