@tap-payments/auth-jsconnect 2.4.20-test → 2.4.21

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 (672) hide show
  1. package/README.md +1 -1
  2. package/build/@types/app.d.ts +185 -18
  3. package/build/@types/app.js +7 -0
  4. package/build/@types/config.d.ts +35 -0
  5. package/build/@types/config.js +1 -0
  6. package/build/@types/form.d.ts +36 -23
  7. package/build/@types/index.d.ts +1 -0
  8. package/build/@types/index.js +1 -0
  9. package/build/@types/theme.d.ts +5 -1
  10. package/build/@types/theme.js +5 -0
  11. package/build/@types/user.d.ts +39 -3
  12. package/build/api/account.d.ts +5 -2
  13. package/build/api/account.js +1 -1
  14. package/build/api/auth.d.ts +17 -11
  15. package/build/api/auth.js +10 -1
  16. package/build/api/availabilityServices.d.ts +4 -3
  17. package/build/api/axios.js +1 -1
  18. package/build/api/board.d.ts +3 -3
  19. package/build/api/brand.d.ts +1 -1
  20. package/build/api/country.d.ts +2 -1
  21. package/build/api/country.js +8 -1
  22. package/build/api/data.d.ts +17 -10
  23. package/build/api/data.js +26 -2
  24. package/build/api/document.d.ts +2 -2
  25. package/build/api/entity.d.ts +32 -8
  26. package/build/api/entity.js +37 -1
  27. package/build/api/file.d.ts +1 -1
  28. package/build/api/index.d.ts +29 -6
  29. package/build/api/individual.d.ts +26 -9
  30. package/build/api/individual.js +9 -1
  31. package/build/api/init.d.ts +2 -1
  32. package/build/api/lead.d.ts +18 -10
  33. package/build/api/lead.js +58 -1
  34. package/build/api/operator.d.ts +10 -1
  35. package/build/api/operator.js +10 -2
  36. package/build/api/user.d.ts +2 -2
  37. package/build/app/rootReducer.d.ts +1 -0
  38. package/build/app/rootReducer.js +3 -1
  39. package/build/app/settings.d.ts +37 -3
  40. package/build/app/settings.js +128 -43
  41. package/build/app/store.d.ts +6 -4
  42. package/build/assets/locales/ar.json +24 -1
  43. package/build/assets/locales/en.json +24 -1
  44. package/build/components/AnimationFlow/AnimationFlow.d.ts +10 -3
  45. package/build/components/AnimationFlow/AnimationFlow.js +4 -4
  46. package/build/components/AnimationFlow/BottomSheet.d.ts +5 -2
  47. package/build/components/AnimationFlow/BottomSheet.js +28 -6
  48. package/build/components/AnimationFlow/Dialog.d.ts +10 -2
  49. package/build/components/AnimationFlow/Dialog.js +6 -6
  50. package/build/components/AnimationFlow/Error.d.ts +1 -2
  51. package/build/components/AnimationFlow/Loader.d.ts +1 -2
  52. package/build/components/ArabicDatePicker/ArabicDatePicker.d.ts +5 -2
  53. package/build/components/ArabicDatePicker/ArabicDatePicker.js +45 -23
  54. package/build/components/ArabicDatePicker/arabicAr.d.ts +8 -0
  55. package/build/components/ArabicDatePicker/arabicAr.js +32 -0
  56. package/build/components/ArabicDatePicker/arabicEn.d.ts +8 -0
  57. package/build/components/ArabicDatePicker/arabicEn.js +32 -0
  58. package/build/components/ArabicDatePicker/style.css +45 -5
  59. package/build/components/Button/Button.d.ts +1 -1
  60. package/build/components/CheckBox/CheckBox.d.ts +1 -1
  61. package/build/components/Collapse/Collapse.d.ts +1 -2
  62. package/build/components/DatePicker/DatePicker.d.ts +2 -1
  63. package/build/components/DatePicker/DatePicker.js +12 -7
  64. package/build/components/ExpandIcon/ExpandIcon.d.ts +3 -2
  65. package/build/components/FileInput/DragAndDrop.d.ts +1 -2
  66. package/build/components/FileInput/UploadInput.d.ts +1 -2
  67. package/build/components/Footer/Footer.d.ts +1 -1
  68. package/build/components/Form/Form.d.ts +1 -1
  69. package/build/components/Input/Input.d.ts +1 -1
  70. package/build/components/InputAdornment/InputAdornment.d.ts +1 -1
  71. package/build/components/List/List.d.ts +1 -1
  72. package/build/components/ListItem/ListItem.d.ts +1 -1
  73. package/build/components/Loader/Loader.d.ts +1 -1
  74. package/build/components/LogoBadge/LogoBadge.d.ts +1 -1
  75. package/build/components/OTPField/OTPField.d.ts +1 -1
  76. package/build/components/OTPTimer/OTPTimer.d.ts +1 -1
  77. package/build/components/ProgressBar/CircularProgressBar.d.ts +1 -2
  78. package/build/components/ProgressBar/ProgressBar.d.ts +1 -1
  79. package/build/components/Providers/ReduxProvider.d.ts +1 -1
  80. package/build/components/Providers/ThemeProvider.d.ts +1 -1
  81. package/build/components/Radio/Radio.d.ts +1 -1
  82. package/build/components/RadioGroup/RadioGroup.d.ts +1 -1
  83. package/build/components/RadioLabel/RadioLabel.d.ts +1 -1
  84. package/build/components/SimpleList/SimpleList.d.ts +2 -1
  85. package/build/components/SimpleList/SimpleList.js +10 -7
  86. package/build/components/Slide/Slide.d.ts +1 -1
  87. package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
  88. package/build/components/Text/Text.d.ts +1 -1
  89. package/build/components/ToggleButton/ToggleButton.d.ts +1 -1
  90. package/build/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
  91. package/build/components/Tooltip/Tooltip.d.ts +1 -1
  92. package/build/components/Warning/Warning.d.ts +1 -1
  93. package/build/constants/api.d.ts +10 -0
  94. package/build/constants/api.js +20 -1
  95. package/build/constants/app.d.ts +23 -1
  96. package/build/constants/app.js +116 -16
  97. package/build/constants/assets.d.ts +4 -0
  98. package/build/constants/assets.js +4 -0
  99. package/build/constants/dummy.d.ts +62 -0
  100. package/build/constants/dummy.js +603 -0
  101. package/build/constants/validation.d.ts +6 -2
  102. package/build/constants/validation.js +7 -3
  103. package/build/features/app/bank/bankStore.d.ts +93 -10
  104. package/build/features/app/bank/bankStore.js +85 -34
  105. package/build/features/app/board/boardStore.d.ts +69 -0
  106. package/build/features/app/board/boardStore.js +237 -0
  107. package/build/features/app/brand/brandStore.d.ts +159 -18
  108. package/build/features/app/brand/brandStore.js +266 -111
  109. package/build/features/app/business/businessStore.d.ts +171 -18
  110. package/build/features/app/business/businessStore.js +303 -206
  111. package/build/features/app/connect/connectStore.d.ts +166 -14
  112. package/build/features/app/connect/connectStore.js +279 -106
  113. package/build/features/app/connectExpress/connectExpressStore.d.ts +294 -25
  114. package/build/features/app/connectExpress/connectExpressStore.js +611 -114
  115. package/build/features/app/entity/entityStore.d.ts +98 -10
  116. package/build/features/app/entity/entityStore.js +169 -84
  117. package/build/features/app/individual/individualStore.d.ts +200 -28
  118. package/build/features/app/individual/individualStore.js +365 -234
  119. package/build/features/app/password/passwordStore.d.ts +114 -12
  120. package/build/features/app/password/passwordStore.js +121 -44
  121. package/build/features/app/signIn/signInStore.d.ts +61 -7
  122. package/build/features/app/signIn/signInStore.js +1 -1
  123. package/build/features/app/tax/taxStore.d.ts +83 -9
  124. package/build/features/app/tax/taxStore.js +84 -34
  125. package/build/features/bank/Bank.d.ts +2 -2
  126. package/build/features/bank/Bank.js +12 -7
  127. package/build/features/bank/screens/BankDetails/BankDetails.d.ts +1 -2
  128. package/build/features/bank/screens/BankDetails/BankDetails.js +2 -2
  129. package/build/features/bank/screens/BankDetails/BankName.d.ts +2 -3
  130. package/build/features/bank/screens/BankDetails/BankStatement.d.ts +2 -3
  131. package/build/features/bank/screens/BankDetails/Beneficiary.d.ts +1 -2
  132. package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +2 -3
  133. package/build/features/bank/screens/BankDetails/IBAN.d.ts +1 -2
  134. package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
  135. package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  136. package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  137. package/build/features/bank/screens/Success/Success.d.ts +1 -1
  138. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  139. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -5
  140. package/build/features/bank/screens/Verify/OTPInput.d.ts +1 -1
  141. package/build/features/bank/screens/Verify/OTPInput.js +3 -1
  142. package/build/features/bank/screens/Verify/Verify.d.ts +1 -1
  143. package/build/features/bank/screens/Verify/Verify.js +2 -2
  144. package/build/features/board/Board.d.ts +9 -0
  145. package/build/features/board/Board.js +74 -0
  146. package/build/features/board/index.d.ts +1 -0
  147. package/build/features/board/index.js +1 -0
  148. package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +5 -0
  149. package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +21 -0
  150. package/build/features/board/screens/ResetPasswordSuccess/index.d.ts +3 -0
  151. package/build/features/board/screens/ResetPasswordSuccess/index.js +2 -0
  152. package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +3 -0
  153. package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +35 -0
  154. package/build/features/board/screens/SuccessWithFlowButtons/index.d.ts +2 -0
  155. package/build/features/board/screens/SuccessWithFlowButtons/index.js +2 -0
  156. package/build/features/board/screens/Verify/OTPInput.d.ts +7 -0
  157. package/build/features/board/screens/Verify/OTPInput.js +51 -0
  158. package/build/features/board/screens/Verify/Verify.d.ts +5 -0
  159. package/build/features/board/screens/Verify/Verify.js +74 -0
  160. package/build/features/board/screens/Verify/index.d.ts +2 -0
  161. package/build/features/board/screens/Verify/index.js +2 -0
  162. package/build/features/board/screens/Verify/validation.d.ts +8 -0
  163. package/build/features/board/screens/Verify/validation.js +4 -0
  164. package/build/features/brand/Brand.d.ts +2 -2
  165. package/build/features/brand/Brand.js +12 -7
  166. package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +15 -31
  167. package/build/features/brand/screens/BrandActivities/ActivitiesList.js +21 -13
  168. package/build/features/brand/screens/BrandActivities/BrandActivities.d.ts +1 -2
  169. package/build/features/brand/screens/BrandActivities/BrandActivities.js +2 -1
  170. package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +13 -37
  171. package/build/features/brand/screens/BrandActivities/CustomerBase.js +6 -9
  172. package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +1 -2
  173. package/build/features/brand/screens/BrandActivities/ExpectedCustomers.js +7 -9
  174. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +1 -2
  175. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +10 -12
  176. package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +12 -20
  177. package/build/features/brand/screens/BrandActivities/TAC.d.ts +3 -3
  178. package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +2 -3
  179. package/build/features/brand/screens/BrandActivities/validation.d.ts +36 -36
  180. package/build/features/brand/screens/BrandActivities/validation.js +5 -10
  181. package/build/features/brand/screens/BrandInfo/BrandInfo.d.ts +1 -2
  182. package/build/features/brand/screens/BrandInfo/BrandInfo.js +15 -34
  183. package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +2 -4
  184. package/build/features/brand/screens/BrandInfo/BrandLogo.js +2 -14
  185. package/build/features/brand/screens/BrandInfo/BrandName.d.ts +1 -2
  186. package/build/features/brand/screens/BrandInfo/BrandName.js +7 -5
  187. package/build/features/brand/screens/BrandInfo/SalesChannels.d.ts +1 -2
  188. package/build/features/brand/screens/BrandInfo/SalesChannels.js +4 -4
  189. package/build/features/brand/screens/BrandInfo/validation.d.ts +21 -6
  190. package/build/features/brand/screens/BrandInfo/validation.js +11 -10
  191. package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.d.ts +4 -0
  192. package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.js +103 -0
  193. package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.d.ts +9 -0
  194. package/build/features/brand/screens/{BrandInfo/Segments.js → BrandSegmentInfo/SegmentLocations.js} +6 -14
  195. package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.d.ts +9 -0
  196. package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.js +69 -0
  197. package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.d.ts +9 -0
  198. package/build/features/{connect/screens/Merchant/Segments.js → brand/screens/BrandSegmentInfo/SegmentTechs.js} +23 -25
  199. package/build/features/brand/screens/{BrandInfo → BrandSegmentInfo}/TeamSize.d.ts +1 -2
  200. package/build/features/brand/screens/{BrandInfo → BrandSegmentInfo}/TeamSize.js +2 -10
  201. package/build/features/brand/screens/BrandSegmentInfo/index.d.ts +2 -0
  202. package/build/features/brand/screens/BrandSegmentInfo/index.js +2 -0
  203. package/build/features/brand/screens/BrandSegmentInfo/validation.d.ts +17 -0
  204. package/build/features/brand/screens/BrandSegmentInfo/validation.js +9 -0
  205. package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  206. package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  207. package/build/features/brand/screens/Success/Success.d.ts +1 -1
  208. package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  209. package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -5
  210. package/build/features/brand/screens/Verify/OTPInput.d.ts +1 -1
  211. package/build/features/brand/screens/Verify/OTPInput.js +3 -1
  212. package/build/features/brand/screens/Verify/Verify.d.ts +1 -1
  213. package/build/features/brand/screens/Verify/Verify.js +2 -2
  214. package/build/features/business/Business.d.ts +1 -2
  215. package/build/features/business/Business.js +5 -2
  216. package/build/features/business/screens/Activities/Activities.d.ts +1 -2
  217. package/build/features/business/screens/Activities/Activities.js +2 -1
  218. package/build/features/business/screens/Activities/ActivitiesList.d.ts +14 -64
  219. package/build/features/business/screens/Activities/ActivitiesList.js +225 -94
  220. package/build/features/business/screens/Activities/LicenseName.d.ts +1 -1
  221. package/build/features/business/screens/Activities/OperationStartDate.d.ts +5 -13
  222. package/build/features/business/screens/Activities/OperationStartDate.js +2 -2
  223. package/build/features/business/screens/Activities/validation.d.ts +165 -30
  224. package/build/features/business/screens/Activities/validation.js +5 -2
  225. package/build/features/business/screens/BrandDetails/BrandDetails.d.ts +1 -1
  226. package/build/features/business/screens/BrandDetails/BrandName.d.ts +1 -1
  227. package/build/features/business/screens/BrandDetails/Header.d.ts +1 -1
  228. package/build/features/business/screens/BrandDetails/LicenseInfo.d.ts +1 -1
  229. package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +5 -13
  230. package/build/features/business/screens/BusinessType/Article.d.ts +2 -3
  231. package/build/features/business/screens/BusinessType/BusinessType.d.ts +1 -1
  232. package/build/features/business/screens/BusinessType/BusinessType.js +14 -6
  233. package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +1 -1
  234. package/build/features/business/screens/BusinessType/EntityLicenseList.js +3 -6
  235. package/build/features/business/screens/BusinessType/EntityName.d.ts +1 -2
  236. package/build/features/business/screens/BusinessType/EntityName.js +3 -3
  237. package/build/features/business/screens/BusinessType/LicenseCertificate.d.ts +1 -2
  238. package/build/features/business/screens/BusinessType/LicenseList.d.ts +1 -1
  239. package/build/features/business/screens/BusinessType/LicenseList.js +6 -9
  240. package/build/features/business/screens/BusinessType/LicenseNumber.d.ts +1 -1
  241. package/build/features/business/screens/BusinessType/LicenseNumber.js +10 -9
  242. package/build/features/business/screens/BusinessType/LicenseType.d.ts +6 -6
  243. package/build/features/business/screens/BusinessType/SelectType.d.ts +1 -1
  244. package/build/features/business/screens/BusinessType/Switch.d.ts +1 -1
  245. package/build/features/business/screens/BusinessType/validation.d.ts +10 -0
  246. package/build/features/business/screens/BusinessType/validation.js +18 -2
  247. package/build/features/business/screens/CivilID/CivilID.d.ts +1 -1
  248. package/build/features/business/screens/CivilID/CivilID.js +2 -1
  249. package/build/features/business/screens/Customers/CustomerLocations.d.ts +45 -33
  250. package/build/features/business/screens/Customers/CustomerLocations.js +33 -9
  251. package/build/features/business/screens/Customers/Customers.d.ts +1 -1
  252. package/build/features/business/screens/Customers/Customers.js +2 -1
  253. package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +1 -2
  254. package/build/features/business/screens/Customers/ExpectedCustomers.js +4 -7
  255. package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +1 -2
  256. package/build/features/business/screens/Customers/ExpectedSalesRange.js +7 -10
  257. package/build/features/business/screens/Customers/RefundPolicy.d.ts +11 -19
  258. package/build/features/business/screens/Customers/TransactionPolicy.d.ts +1 -2
  259. package/build/features/business/screens/IDBOD/DOB.d.ts +1 -1
  260. package/build/features/business/screens/IDBOD/DOB.js +2 -2
  261. package/build/features/business/screens/IDBOD/ID.d.ts +1 -1
  262. package/build/features/business/screens/IDBOD/ID.js +6 -2
  263. package/build/features/business/screens/IDBOD/IDBOD.d.ts +1 -1
  264. package/build/features/business/screens/IDBOD/IDBOD.js +9 -17
  265. package/build/features/business/screens/IDBOD/validation.d.ts +10 -0
  266. package/build/features/business/screens/IDBOD/validation.js +4 -0
  267. package/build/features/business/screens/OTP/OTP.d.ts +1 -1
  268. package/build/features/business/screens/OTP/OTP.js +2 -2
  269. package/build/features/business/screens/OTP/OTPInput.d.ts +1 -1
  270. package/build/features/business/screens/OTP/OTPInput.js +5 -2
  271. package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  272. package/build/features/business/screens/Success/Success.d.ts +1 -1
  273. package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  274. package/build/features/business/screens/Verify/OTPInput.d.ts +1 -1
  275. package/build/features/business/screens/Verify/OTPInput.js +3 -1
  276. package/build/features/business/screens/Verify/Verify.d.ts +1 -1
  277. package/build/features/business/screens/Verify/Verify.js +2 -2
  278. package/build/features/business/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  279. package/build/features/connect/Connect.d.ts +3 -2
  280. package/build/features/connect/Connect.js +99 -13
  281. package/build/features/connect/screens/BrandSegment/BrandSegment.d.ts +5 -0
  282. package/build/features/connect/screens/BrandSegment/BrandSegment.js +62 -0
  283. package/build/features/connect/screens/{Merchant → BrandSegment}/TeamSize.d.ts +1 -2
  284. package/build/features/connect/screens/{Merchant → BrandSegment}/TeamSize.js +3 -8
  285. package/build/features/connect/screens/BrandSegment/index.d.ts +3 -0
  286. package/build/features/connect/screens/BrandSegment/index.js +2 -0
  287. package/build/features/connect/screens/BrandSegment/validation.d.ts +8 -0
  288. package/build/features/connect/screens/BrandSegment/validation.js +6 -0
  289. package/build/features/connect/screens/BusinessCountry/BusinessCountry.d.ts +5 -0
  290. package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +103 -0
  291. package/build/features/connect/screens/BusinessCountry/index.d.ts +3 -0
  292. package/build/features/connect/screens/BusinessCountry/index.js +2 -0
  293. package/build/features/connect/screens/CivilID/CivilID.d.ts +1 -1
  294. package/build/features/connect/screens/CivilID/CivilID.js +7 -3
  295. package/build/features/connect/screens/Individual/Email.d.ts +1 -1
  296. package/build/features/connect/screens/Individual/Email.js +1 -1
  297. package/build/features/connect/screens/Individual/Individual.d.ts +1 -1
  298. package/build/features/connect/screens/Individual/Individual.js +9 -2
  299. package/build/features/connect/screens/Individual/Name.d.ts +1 -1
  300. package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
  301. package/build/features/connect/screens/Merchant/BrandList.js +4 -22
  302. package/build/features/connect/screens/Merchant/BrandName.d.ts +1 -1
  303. package/build/features/connect/screens/Merchant/BrandName.js +6 -3
  304. package/build/features/connect/screens/Merchant/Merchant.d.ts +1 -1
  305. package/build/features/connect/screens/Merchant/Merchant.js +13 -16
  306. package/build/features/connect/screens/Merchant/SalesChannels.d.ts +1 -2
  307. package/build/features/connect/screens/Merchant/SalesChannels.js +6 -6
  308. package/build/features/connect/screens/Merchant/TAC.d.ts +1 -1
  309. package/build/features/connect/screens/Merchant/validation.d.ts +0 -6
  310. package/build/features/connect/screens/Merchant/validation.js +10 -14
  311. package/build/features/connect/screens/Mobile/Mobile.d.ts +1 -1
  312. package/build/features/connect/screens/Mobile/Mobile.js +23 -22
  313. package/build/features/connect/screens/Mobile/MobileNumber.js +16 -6
  314. package/build/features/connect/screens/Mobile/Title.d.ts +1 -1
  315. package/build/features/connect/screens/NID/DOB.d.ts +1 -2
  316. package/build/features/connect/screens/NID/DOB.js +3 -3
  317. package/build/features/connect/screens/NID/NID.d.ts +1 -1
  318. package/build/features/connect/screens/NID/NID.js +17 -4
  319. package/build/features/connect/screens/OTP/OTP.d.ts +1 -1
  320. package/build/features/connect/screens/OTP/OTP.js +14 -16
  321. package/build/features/connect/screens/OTP/OTPInput.d.ts +1 -1
  322. package/build/features/connect/screens/OTP/OTPInput.js +14 -2
  323. package/build/features/connect/screens/OperatorError/OperatorError.d.ts +5 -0
  324. package/build/features/connect/screens/OperatorError/OperatorError.js +9 -0
  325. package/build/features/connect/screens/OperatorError/index.d.ts +3 -0
  326. package/build/features/connect/screens/OperatorError/index.js +2 -0
  327. package/build/features/connect/screens/ThankYou/ThankYou.d.ts +1 -1
  328. package/build/features/connect/screens/ThankYou/ThankYou.js +17 -2
  329. package/build/features/connect/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  330. package/build/features/connectExpress/ConnectExpress.d.ts +2 -3
  331. package/build/features/connectExpress/ConnectExpress.js +87 -19
  332. package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.d.ts +1 -1
  333. package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.js +14 -2
  334. package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +5 -0
  335. package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.js +36 -0
  336. package/build/features/connectExpress/screens/AccountCreatedLoader/index.d.ts +2 -0
  337. package/build/features/connectExpress/screens/AccountCreatedLoader/index.js +2 -0
  338. package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.d.ts +5 -0
  339. package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.js +74 -0
  340. package/build/features/connectExpress/screens/AuthMerchant/MerchantList.d.ts +11 -0
  341. package/build/features/connectExpress/screens/AuthMerchant/MerchantList.js +64 -0
  342. package/build/features/connectExpress/screens/AuthMerchant/index.d.ts +2 -0
  343. package/build/features/connectExpress/screens/AuthMerchant/index.js +2 -0
  344. package/build/features/connectExpress/screens/AuthMerchant/validation.d.ts +8 -0
  345. package/build/features/connectExpress/screens/AuthMerchant/validation.js +4 -0
  346. package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.d.ts +5 -0
  347. package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.js +101 -0
  348. package/build/features/connectExpress/screens/AuthenticationList/BrandList.d.ts +10 -0
  349. package/build/features/connectExpress/screens/AuthenticationList/BrandList.js +81 -0
  350. package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.d.ts +2 -0
  351. package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.js +48 -0
  352. package/build/features/connectExpress/screens/AuthenticationList/EntityList.d.ts +11 -0
  353. package/build/features/connectExpress/screens/AuthenticationList/EntityList.js +133 -0
  354. package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.d.ts +3 -0
  355. package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.js +36 -0
  356. package/build/features/connectExpress/screens/AuthenticationList/index.d.ts +3 -0
  357. package/build/features/connectExpress/screens/AuthenticationList/index.js +2 -0
  358. package/build/features/connectExpress/screens/AuthenticationList/validation.d.ts +17 -0
  359. package/build/features/connectExpress/screens/AuthenticationList/validation.js +58 -0
  360. package/build/features/connectExpress/screens/Brand/Brand.d.ts +1 -1
  361. package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.d.ts +5 -0
  362. package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.js +105 -0
  363. package/build/features/connectExpress/screens/BusinessCountry/index.d.ts +3 -0
  364. package/build/features/connectExpress/screens/BusinessCountry/index.js +2 -0
  365. package/build/features/connectExpress/screens/CivilID/CivilID.d.ts +1 -1
  366. package/build/features/connectExpress/screens/CivilID/CivilID.js +11 -4
  367. package/build/features/connectExpress/screens/CivilID/IDNumber.js +7 -2
  368. package/build/features/connectExpress/screens/CivilIDMissed/CivilID.d.ts +1 -1
  369. package/build/features/connectExpress/screens/CivilIDMissed/CivilID.js +3 -2
  370. package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.d.ts +1 -1
  371. package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +6 -3
  372. package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.d.ts +1 -1
  373. package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +13 -5
  374. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.d.ts +1 -1
  375. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.js +10 -12
  376. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.d.ts +1 -1
  377. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +9 -8
  378. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +6 -6
  379. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.js +1 -1
  380. package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +3 -3
  381. package/build/features/connectExpress/screens/CollectBusinessInfo/validation.d.ts +13 -0
  382. package/build/features/connectExpress/screens/CollectBusinessInfo/validation.js +72 -5
  383. package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.d.ts +1 -1
  384. package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.js +6 -2
  385. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.d.ts +1 -1
  386. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
  387. package/build/features/connectExpress/screens/CollectIndividualInfo/Name.d.ts +1 -1
  388. package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.d.ts +1 -1
  389. package/build/features/connectExpress/screens/IdentityOTP/OTP.d.ts +1 -1
  390. package/build/features/connectExpress/screens/IdentityOTP/OTP.js +4 -4
  391. package/build/features/connectExpress/screens/IdentityOTP/OTPInput.d.ts +1 -1
  392. package/build/features/connectExpress/screens/IdentityOTP/OTPInput.js +5 -3
  393. package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.d.ts +1 -1
  394. package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.js +2 -2
  395. package/build/features/connectExpress/screens/Mobile/Mobile.d.ts +1 -1
  396. package/build/features/connectExpress/screens/Mobile/Mobile.js +9 -5
  397. package/build/features/connectExpress/screens/Mobile/MobileNumber.js +9 -6
  398. package/build/features/connectExpress/screens/Mobile/TAC.d.ts +1 -1
  399. package/build/features/connectExpress/screens/Mobile/TAC.js +1 -1
  400. package/build/features/connectExpress/screens/Mobile/Title.d.ts +1 -1
  401. package/build/features/connectExpress/screens/NID/DOB.d.ts +1 -2
  402. package/build/features/connectExpress/screens/NID/DOB.js +2 -2
  403. package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
  404. package/build/features/connectExpress/screens/NID/NID.js +7 -3
  405. package/build/features/connectExpress/screens/NID/TAC.d.ts +3 -3
  406. package/build/features/connectExpress/screens/NID/TAC.js +2 -2
  407. package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +1 -2
  408. package/build/features/connectExpress/screens/NIDMissed/DOB.js +2 -2
  409. package/build/features/connectExpress/screens/NIDMissed/IDNumber.js +6 -2
  410. package/build/features/connectExpress/screens/NIDMissed/NID.d.ts +1 -1
  411. package/build/features/connectExpress/screens/NIDMissed/NID.js +7 -4
  412. package/build/features/connectExpress/screens/NIDMissed/validation.d.ts +10 -0
  413. package/build/features/connectExpress/screens/NIDMissed/validation.js +4 -0
  414. package/build/features/connectExpress/screens/OTP/OTP.d.ts +1 -1
  415. package/build/features/connectExpress/screens/OTP/OTP.js +3 -3
  416. package/build/features/connectExpress/screens/OTP/OTPInput.d.ts +1 -1
  417. package/build/features/connectExpress/screens/OTP/OTPInput.js +4 -2
  418. package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  419. package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +15 -6
  420. package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  421. package/build/features/entity/Entity.d.ts +2 -2
  422. package/build/features/entity/Entity.js +12 -7
  423. package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +10 -25
  424. package/build/features/entity/screens/EntityCapital/ActivityList.js +14 -12
  425. package/build/features/entity/screens/EntityCapital/CapitalPaid.d.ts +1 -1
  426. package/build/features/entity/screens/EntityCapital/CapitalPaid.js +6 -12
  427. package/build/features/entity/screens/EntityCapital/CapitalShareCount.d.ts +1 -1
  428. package/build/features/entity/screens/EntityCapital/CapitalShareCount.js +5 -9
  429. package/build/features/entity/screens/EntityCapital/CapitalShareValue.d.ts +1 -1
  430. package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +6 -12
  431. package/build/features/entity/screens/EntityCapital/EntityCapital.d.ts +1 -2
  432. package/build/features/entity/screens/EntityCapital/EntityCapital.js +2 -2
  433. package/build/features/entity/screens/EntityCapital/validation.d.ts +90 -90
  434. package/build/features/entity/screens/EntityCapital/validation.js +2 -2
  435. package/build/features/entity/screens/EntityName/Article.d.ts +2 -3
  436. package/build/features/entity/screens/EntityName/EntityName.d.ts +1 -2
  437. package/build/features/entity/screens/EntityName/EntityName.js +13 -6
  438. package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +16 -31
  439. package/build/features/entity/screens/EntityName/EntityTypeList.js +10 -9
  440. package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +5 -13
  441. package/build/features/entity/screens/EntityName/ExpiryDate.js +3 -2
  442. package/build/features/entity/screens/EntityName/IssuingDate.d.ts +5 -13
  443. package/build/features/entity/screens/EntityName/IssuingDate.js +3 -2
  444. package/build/features/entity/screens/EntityName/LegalName.d.ts +1 -1
  445. package/build/features/entity/screens/EntityName/LegalName.js +1 -1
  446. package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +1 -2
  447. package/build/features/entity/screens/EntityName/LicenseNumber.d.ts +1 -1
  448. package/build/features/entity/screens/EntityName/LicenseNumber.js +6 -5
  449. package/build/features/entity/screens/EntityName/UnifiedNumber.d.ts +1 -1
  450. package/build/features/entity/screens/EntityName/validation.d.ts +28 -0
  451. package/build/features/entity/screens/EntityName/validation.js +40 -2
  452. package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  453. package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  454. package/build/features/entity/screens/Success/Success.d.ts +1 -1
  455. package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  456. package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -5
  457. package/build/features/entity/screens/Verify/OTPInput.d.ts +1 -1
  458. package/build/features/entity/screens/Verify/OTPInput.js +3 -1
  459. package/build/features/entity/screens/Verify/Verify.d.ts +1 -1
  460. package/build/features/entity/screens/Verify/Verify.js +2 -2
  461. package/build/features/featuresScreens.d.ts +1 -0
  462. package/build/features/featuresScreens.js +59 -2
  463. package/build/features/individual/Individual.d.ts +2 -2
  464. package/build/features/individual/Individual.js +12 -7
  465. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +5 -13
  466. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +22 -18
  467. package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +2 -3
  468. package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.d.ts +1 -1
  469. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
  470. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +5 -13
  471. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -4
  472. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.js +91 -43
  473. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +5 -5
  474. package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.d.ts +1 -1
  475. package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.d.ts +1 -1
  476. package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +3 -5
  477. package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +1 -2
  478. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
  479. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.js +2 -10
  480. package/build/features/individual/screens/AdditionalIndividualInfo/validation.d.ts +7 -7
  481. package/build/features/individual/screens/AdditionalIndividualInfo/validation.js +8 -7
  482. package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +1 -1
  483. package/build/features/individual/screens/IndividualList/Email.d.ts +1 -1
  484. package/build/features/individual/screens/IndividualList/Email.js +1 -1
  485. package/build/features/individual/screens/IndividualList/IndividualList.d.ts +9 -25
  486. package/build/features/individual/screens/IndividualList/UserList.d.ts +1 -2
  487. package/build/features/individual/screens/IndividualList/UserList.js +10 -6
  488. package/build/features/individual/screens/IndividualPersonalInfo/BirthCity.js +2 -10
  489. package/build/features/individual/screens/IndividualPersonalInfo/BirthCountry.js +2 -10
  490. package/build/features/individual/screens/IndividualPersonalInfo/DOB.d.ts +1 -1
  491. package/build/features/individual/screens/IndividualPersonalInfo/DOB.js +2 -2
  492. package/build/features/individual/screens/IndividualPersonalInfo/Email.d.ts +1 -1
  493. package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.d.ts +1 -1
  494. package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.js +2 -2
  495. package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +6 -6
  496. package/build/features/individual/screens/IndividualPersonalInfo/ID.d.ts +1 -1
  497. package/build/features/individual/screens/IndividualPersonalInfo/ID.js +6 -2
  498. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +5 -13
  499. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +10 -29
  500. package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.js +2 -10
  501. package/build/features/individual/screens/IndividualPersonalInfo/Name.d.ts +1 -1
  502. package/build/features/individual/screens/IndividualPersonalInfo/Nationality.js +2 -10
  503. package/build/features/individual/screens/IndividualPersonalInfo/validation.d.ts +1 -1
  504. package/build/features/individual/screens/IndividualPersonalInfo/validation.js +67 -63
  505. package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.d.ts +1 -1
  506. package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.js +2 -1
  507. package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  508. package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  509. package/build/features/individual/screens/Success/Success.d.ts +1 -1
  510. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  511. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -5
  512. package/build/features/individual/screens/Verify/OTPInput.d.ts +1 -1
  513. package/build/features/individual/screens/Verify/OTPInput.js +3 -1
  514. package/build/features/individual/screens/Verify/Verify.d.ts +1 -1
  515. package/build/features/individual/screens/Verify/Verify.js +2 -2
  516. package/build/features/password/Password.d.ts +2 -2
  517. package/build/features/password/Password.js +21 -6
  518. package/build/features/password/screens/CreatePassword/ConditionText.d.ts +1 -2
  519. package/build/features/password/screens/CreatePassword/ConfirmPassword.d.ts +1 -1
  520. package/build/features/password/screens/CreatePassword/CreatePassword.d.ts +1 -1
  521. package/build/features/password/screens/CreatePassword/CreatePassword.js +3 -2
  522. package/build/features/password/screens/CreatePassword/Password.d.ts +1 -1
  523. package/build/features/password/screens/CreatePassword/PasswordBar.d.ts +1 -2
  524. package/build/features/password/screens/OTP/OTP.d.ts +1 -1
  525. package/build/features/password/screens/OTP/OTP.js +2 -2
  526. package/build/features/password/screens/OTP/OTPInput.d.ts +1 -1
  527. package/build/features/password/screens/OTP/OTPInput.js +5 -2
  528. package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  529. package/build/features/password/screens/Success/Success.d.ts +1 -1
  530. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  531. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -5
  532. package/build/features/password/screens/Verify/OTPInput.d.ts +1 -1
  533. package/build/features/password/screens/Verify/OTPInput.js +3 -1
  534. package/build/features/password/screens/Verify/Verify.d.ts +1 -1
  535. package/build/features/password/screens/Verify/Verify.js +2 -2
  536. package/build/features/shared/AcceptancePayouts/AcceptancePayouts.d.ts +1 -2
  537. package/build/features/shared/Address/Address.d.ts +1 -2
  538. package/build/features/shared/Address/CountryList.d.ts +14 -30
  539. package/build/features/shared/Address/InputSelect.d.ts +14 -30
  540. package/build/features/shared/Address/InputSelect.js +1 -1
  541. package/build/features/shared/Address/InputText.d.ts +1 -1
  542. package/build/features/shared/Background/Background.d.ts +1 -1
  543. package/build/features/shared/Background/LogoBackground.d.ts +1 -1
  544. package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.d.ts +1 -2
  545. package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +14 -0
  546. package/build/features/shared/BusinessCountry/BusinessCountry.js +179 -0
  547. package/build/features/shared/BusinessCountry/index.d.ts +2 -0
  548. package/build/features/shared/BusinessCountry/index.js +2 -0
  549. package/build/features/shared/Button/AbsherButton.d.ts +1 -2
  550. package/build/features/shared/Button/Button.d.ts +1 -2
  551. package/build/features/shared/Button/Button.js +8 -4
  552. package/build/features/shared/Button/EmailProvidersButtons.d.ts +2 -3
  553. package/build/features/shared/Button/EmailProvidersButtons.js +9 -2
  554. package/build/features/shared/Button/FlowsButtons.d.ts +4 -3
  555. package/build/features/shared/Button/FlowsButtons.js +16 -25
  556. package/build/features/shared/Button/IndividualActionButtons.d.ts +5 -3
  557. package/build/features/shared/Button/IndividualActionButtons.js +26 -2
  558. package/build/features/shared/Button/MobileButton.d.ts +1 -2
  559. package/build/features/shared/Button/SuccessButton.d.ts +1 -2
  560. package/build/features/shared/Calender/Calender.d.ts +12 -0
  561. package/build/features/shared/Calender/Calender.js +56 -0
  562. package/build/features/shared/Calender/index.d.ts +2 -0
  563. package/build/features/shared/Calender/index.js +2 -0
  564. package/build/features/shared/CheckIcon/CheckIcon.d.ts +2 -3
  565. package/build/features/shared/Chip/Chip.d.ts +1 -2
  566. package/build/features/shared/ClearIcon/ClearIcon.d.ts +1 -2
  567. package/build/features/shared/Containers/FeatureContainer.d.ts +1 -1
  568. package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
  569. package/build/features/shared/CreateAccountLoading/CreateAccountLoading.d.ts +1 -1
  570. package/build/features/shared/DataLoading/DataLoading.d.ts +4 -1
  571. package/build/features/shared/DataLoading/DataLoading.js +2 -2
  572. package/build/features/shared/Dialog/CloseDialog.d.ts +1 -2
  573. package/build/features/shared/Dialog/DialogContainer.d.ts +1 -1
  574. package/build/features/shared/Dot/Dot.d.ts +7 -0
  575. package/build/features/shared/Dot/Dot.js +29 -0
  576. package/build/features/shared/Dot/index.d.ts +2 -0
  577. package/build/features/shared/Dot/index.js +2 -0
  578. package/build/features/shared/EndAdornment/EndAdornment.d.ts +1 -2
  579. package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +1 -2
  580. package/build/features/shared/Footer/Footer.d.ts +1 -2
  581. package/build/features/shared/Footer/Footer.js +10 -1
  582. package/build/features/shared/Footer/PoweredByFooter.d.ts +2 -3
  583. package/build/features/shared/GenericError/GenericError.d.ts +1 -1
  584. package/build/features/shared/Input/Input.d.ts +7 -16
  585. package/build/features/shared/Input/index.d.ts +2 -1
  586. package/build/features/shared/InputSelect/InputSelect.d.ts +3 -0
  587. package/build/features/shared/InputSelect/InputSelect.js +33 -0
  588. package/build/features/shared/InputSelect/index.d.ts +2 -0
  589. package/build/features/shared/InputSelect/index.js +2 -0
  590. package/build/features/shared/Mandatory/Mandatory.d.ts +1 -2
  591. package/build/features/shared/OTP/OTP.d.ts +1 -1
  592. package/build/features/shared/PaciVerification/PaciVerification.d.ts +1 -1
  593. package/build/features/shared/PasswordIcon/PasswordIcon.d.ts +1 -2
  594. package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +1 -2
  595. package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
  596. package/build/features/shared/Search/Search.d.ts +1 -2
  597. package/build/features/shared/SearchIcon/SearchIcon.d.ts +1 -2
  598. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +3 -1
  599. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +10 -8
  600. package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -1
  601. package/build/features/shared/SuccessScreen/SuccessScreen.js +1 -1
  602. package/build/features/shared/UploadFile/FileUpload.d.ts +4 -4
  603. package/build/features/shared/UploadFile/FileUpload.js +2 -2
  604. package/build/features/shared/UploadFile/UploadFile.d.ts +3 -3
  605. package/build/features/shared/UploadFile/UploadWrapper.d.ts +3 -3
  606. package/build/features/shared/UploadFile/UploadWrapper.js +1 -1
  607. package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +4 -4
  608. package/build/features/shared/UploadMultipleFile/UploadFile.js +2 -2
  609. package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +3 -3
  610. package/build/features/signIn/SignIn.d.ts +1 -2
  611. package/build/features/signIn/SignIn.js +1 -1
  612. package/build/features/signIn/screens/Email/Email.d.ts +1 -1
  613. package/build/features/signIn/screens/Email/Email.js +2 -1
  614. package/build/features/signIn/screens/Mobile/Mobile.d.ts +1 -1
  615. package/build/features/signIn/screens/Mobile/Mobile.js +2 -1
  616. package/build/features/signIn/screens/OTP/OTP.d.ts +1 -1
  617. package/build/features/signIn/screens/OTP/OTP.js +2 -2
  618. package/build/features/signIn/screens/OTP/OTPInput.d.ts +1 -1
  619. package/build/features/signIn/screens/OTP/OTPInput.js +4 -2
  620. package/build/features/signIn/screens/Password/Password.d.ts +1 -1
  621. package/build/features/signIn/screens/Password/Password.js +2 -1
  622. package/build/features/signIn/screens/Password/PasswordInput.d.ts +1 -1
  623. package/build/features/tax/Tax.d.ts +2 -2
  624. package/build/features/tax/Tax.js +12 -7
  625. package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  626. package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  627. package/build/features/tax/screens/Success/Success.d.ts +1 -1
  628. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  629. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -5
  630. package/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +2 -3
  631. package/build/features/tax/screens/TaxDetails/TaxDetails.d.ts +1 -2
  632. package/build/features/tax/screens/TaxDetails/TaxDetails.js +2 -2
  633. package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +1 -2
  634. package/build/features/tax/screens/TaxDetails/VATId.d.ts +2 -3
  635. package/build/features/tax/screens/Verify/OTPInput.d.ts +1 -1
  636. package/build/features/tax/screens/Verify/OTPInput.js +3 -1
  637. package/build/features/tax/screens/Verify/Verify.d.ts +1 -1
  638. package/build/features/tax/screens/Verify/Verify.js +2 -2
  639. package/build/hooks/useAppConfig.d.ts +4 -2
  640. package/build/hooks/useAppConfig.js +18 -18
  641. package/build/hooks/useAppDispatch.d.ts +1 -0
  642. package/build/hooks/useCountry.d.ts +1 -0
  643. package/build/hooks/useCountry.js +4 -3
  644. package/build/hooks/useDataVerified.d.ts +1 -1
  645. package/build/hooks/useErrorListener.d.ts +2 -1
  646. package/build/hooks/useErrorListener.js +16 -1
  647. package/build/hooks/useExcludeReadOnlyFelids.d.ts +2 -2
  648. package/build/hooks/useFormErrorAndUpdateReadOnly.d.ts +2 -2
  649. package/build/hooks/useFormReadOnly.d.ts +2 -2
  650. package/build/hooks/useSetFromDefaultValues.d.ts +1 -1
  651. package/build/hooks/useVerifyToken.js +1 -1
  652. package/build/index.d.ts +3 -2
  653. package/build/index.js +4 -2
  654. package/build/utils/array.d.ts +12 -2
  655. package/build/utils/array.js +106 -2
  656. package/build/utils/common.d.ts +1 -0
  657. package/build/utils/common.js +10 -0
  658. package/build/utils/device.d.ts +2 -0
  659. package/build/utils/device.js +6 -0
  660. package/build/utils/gtm.d.ts +6 -0
  661. package/build/utils/gtm.js +29 -0
  662. package/build/utils/index.d.ts +1 -0
  663. package/build/utils/index.js +1 -0
  664. package/build/utils/object.d.ts +1 -0
  665. package/build/utils/object.js +14 -0
  666. package/build/utils/string.d.ts +1 -0
  667. package/build/utils/string.js +3 -0
  668. package/build/utils/validation.d.ts +2 -0
  669. package/build/utils/validation.js +6 -0
  670. package/package.json +4 -2
  671. package/build/features/brand/screens/BrandInfo/Segments.d.ts +0 -10
  672. package/build/features/connect/screens/Merchant/Segments.d.ts +0 -8
@@ -24,7 +24,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
24
24
  function verb(n) { return function (v) { return step([n, v]); }; }
25
25
  function step(op) {
26
26
  if (f) throw new TypeError("Generator is already executing.");
27
- while (_) try {
27
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
28
28
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
29
29
  if (y = 0, t) op = [op[0] & 2, t.value];
30
30
  switch (op[0]) {
@@ -68,29 +68,30 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
68
68
  var _a;
69
69
  import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
70
70
  import API from '../../../api';
71
- import { FlowsTypes, IndividualGender, IndividualType, DocumentPurpose } from '../../../@types';
72
- import { handleNextScreenStep, handlePrevScreenStep, handleSetCountryByIso2 } from '../../../app/settings';
73
- import { defaultCountry, IDENTIFICATION_TYPE, INDIVIDUAl_STEP_NAMES } from '../../../constants';
74
- import { convertNumbers2English, dateFormat, findCountryByIddPrefix, findCountryByIso2, hasNoneEditableValue, getUserNameObject, getUserName, sleep, isValidEmail, getRecentDocumentBasedOnPurpose, formatNumberAsCurrency, removeAllCharsFromNumber } from '../../../utils';
71
+ import { FlowsTypes, IndividualGender, DocumentPurpose } from '../../../@types';
72
+ import { handleNextScreenStep, handlePrevScreenStep, handlePublicKey, handleSetCountryByIso2, onCloseComplete } from '../../../app/settings';
73
+ import { defaultCountry, IDENTIFICATION_TYPE, INDIVIDUAl_STEP_NAMES, MONTHLY_INCOME_LIST } from '../../../constants';
74
+ import { convertNumbers2English, dateFormat, findCountryByIddPrefix, findCountryByIso2, hasNoneEditableValue, getUserNameObject, getUserName, sleep, isValidEmail, getRecentDocumentBasedOnPurpose, formatNumberAsCurrency, removeAllCharsFromNumber, mapUserList, sortUserList, getIndividualType, isOtherThanKWOrSA } from '../../../utils';
75
75
  export var verifyToken = createAsyncThunk('individual/verifyToken', function (_a, thunkApi) {
76
76
  var token = _a.token, isInternally = _a.isInternally, isUpdatePhoneInfo = _a.isUpdatePhoneInfo;
77
77
  return __awaiter(void 0, void 0, void 0, function () {
78
- var payload, settings, data, boardData, individualData, countryCode, boardInfoData, boardInfoStatus, countries, board_id, board_info_id, notification, _b, id, type, data_1, birthCountry;
79
- var _c, _d, _e, _f, _g, _h, _j;
80
- return __generator(this, function (_k) {
81
- switch (_k.label) {
78
+ var payload, settings, data, boardData, individualData, countryCode, boardInfoData, boardInfoStatus, countries, publicKey, board_id, board_info_id, notification, _b, id, type, data_1, birthCountry, individuals, _c, is_authorized, data_state;
79
+ var _d, _e, _f, _g, _h, _j, _k, _l;
80
+ return __generator(this, function (_m) {
81
+ switch (_m.label) {
82
82
  case 0:
83
- payload = {
84
- service_name: 'tap_email',
85
- verify_token: token
86
- };
83
+ payload = __assign({ service_name: 'tap_email', verify_token: token }, (isInternally && {
84
+ notification: {
85
+ sms: false
86
+ }
87
+ }));
87
88
  settings = thunkApi.getState().settings;
88
89
  return [4, API.leadService.verifyLeadToken(payload)];
89
90
  case 1:
90
- data = (_k.sent()).data;
91
+ data = (_m.sent()).data;
91
92
  boardInfoStatus = undefined;
92
93
  countries = settings.data.countries;
93
- if (((_c = data.errors) === null || _c === void 0 ? void 0 : _c.length) || (data === null || data === void 0 ? void 0 : data.mw_error))
94
+ if (((_d = data.errors) === null || _d === void 0 ? void 0 : _d.length) || (data === null || data === void 0 ? void 0 : data.mw_error))
94
95
  throw new Error(data.errors[0].description || (data === null || data === void 0 ? void 0 : data.mw_error));
95
96
  if (isInternally)
96
97
  data.step_name = INDIVIDUAl_STEP_NAMES.INDIVIDUAl_INFO;
@@ -98,6 +99,10 @@ export var verifyToken = createAsyncThunk('individual/verifyToken', function (_a
98
99
  countryCode = data === null || data === void 0 ? void 0 : data.country_code;
99
100
  thunkApi.dispatch(handleSetCountryByIso2(countryCode));
100
101
  }
102
+ publicKey = (_e = data === null || data === void 0 ? void 0 : data.config) === null || _e === void 0 ? void 0 : _e.public_key;
103
+ if (publicKey) {
104
+ thunkApi.dispatch(handlePublicKey(publicKey));
105
+ }
101
106
  if (!(data.step_name === INDIVIDUAl_STEP_NAMES.PHONE_INFO)) return [3, 2];
102
107
  thunkApi.dispatch(handleNextScreenStep('INDIVIDUAL_PHONE_INFO_STEP'));
103
108
  return [3, 16];
@@ -108,73 +113,75 @@ export var verifyToken = createAsyncThunk('individual/verifyToken', function (_a
108
113
  if (!(board_id && board_info_id)) return [3, 5];
109
114
  return [4, API.boardService.retrieveBoardInfo({ id: board_id, infoId: board_info_id })];
110
115
  case 3:
111
- boardInfoData = _k.sent();
116
+ boardInfoData = _m.sent();
112
117
  notification = (boardInfoData || {}).notification;
113
118
  _b = (notification === null || notification === void 0 ? void 0 : notification.recipient) || {}, id = _b.id, type = _b.type;
114
119
  if (!(id && type)) return [3, 5];
115
120
  return [4, thunkApi.dispatch(retrieveIndividualInfo({ id: id, type: type, countryCode: countryCode })).unwrap()];
116
121
  case 4:
117
- data_1 = (_k.sent()).data;
122
+ data_1 = (_m.sent()).data;
118
123
  individualData = data_1 || {};
119
- _k.label = 5;
124
+ _m.label = 5;
120
125
  case 5:
121
126
  if (!board_id) return [3, 7];
122
127
  return [4, API.boardService.retrieveBoardDetails(board_id)];
123
128
  case 6:
124
- boardData = _k.sent();
125
- _k.label = 7;
129
+ boardData = _m.sent();
130
+ _m.label = 7;
126
131
  case 7:
127
- if (!countryCode) {
128
- countryCode = (_d = boardData === null || boardData === void 0 ? void 0 : boardData.entity) === null || _d === void 0 ? void 0 : _d.country;
129
- if (countryCode)
130
- thunkApi.dispatch(handleSetCountryByIso2(countryCode));
132
+ if (!countryCode && ((_f = boardData === null || boardData === void 0 ? void 0 : boardData.entity) === null || _f === void 0 ? void 0 : _f.country)) {
133
+ countryCode = boardData.entity.country;
134
+ thunkApi.dispatch(handleSetCountryByIso2(countryCode));
131
135
  }
132
136
  if (!(individualData === null || individualData === void 0 ? void 0 : individualData.is_authorized)) return [3, 11];
133
- if (!((_e = boardData === null || boardData === void 0 ? void 0 : boardData.business) === null || _e === void 0 ? void 0 : _e.id)) return [3, 9];
134
- return [4, thunkApi.dispatch(getIndividualList((_f = boardData === null || boardData === void 0 ? void 0 : boardData.business) === null || _f === void 0 ? void 0 : _f.id))];
137
+ if (!((_g = boardData === null || boardData === void 0 ? void 0 : boardData.business) === null || _g === void 0 ? void 0 : _g.id)) return [3, 9];
138
+ return [4, thunkApi.dispatch(getIndividualList((_h = boardData === null || boardData === void 0 ? void 0 : boardData.business) === null || _h === void 0 ? void 0 : _h.id))];
135
139
  case 8:
136
- _k.sent();
137
- _k.label = 9;
140
+ _m.sent();
141
+ _m.label = 9;
138
142
  case 9: return [4, API.boardService.retrieveBoardInfoStatus(board_id)];
139
143
  case 10:
140
- boardInfoStatus = _k.sent();
144
+ boardInfoStatus = _m.sent();
141
145
  thunkApi.dispatch(handleNextScreenStep('INDIVIDUAL_LIST_STEP'));
142
146
  return [3, 14];
143
147
  case 11:
144
- birthCountry = ((_g = individualData === null || individualData === void 0 ? void 0 : individualData.birth) === null || _g === void 0 ? void 0 : _g.country) || countryCode;
148
+ birthCountry = ((_j = individualData === null || individualData === void 0 ? void 0 : individualData.birth) === null || _j === void 0 ? void 0 : _j.country) || countryCode;
145
149
  if (!birthCountry) return [3, 13];
146
150
  return [4, thunkApi.dispatch(getCityList(birthCountry))];
147
151
  case 12:
148
- _k.sent();
149
- _k.label = 13;
152
+ _m.sent();
153
+ _m.label = 13;
150
154
  case 13:
151
- sleep(100).then(function () { return thunkApi.dispatch(handleNextScreenStep('INDIVIDUAL_PERSONAL_INDIVIDUAL_INFO_STEP')); });
152
- _k.label = 14;
155
+ thunkApi.dispatch(handleNextScreenStep('INDIVIDUAL_PERSONAL_INDIVIDUAL_INFO_STEP'));
156
+ _m.label = 14;
153
157
  case 14: return [3, 16];
154
158
  case 15:
155
159
  if (isUpdatePhoneInfo) {
156
160
  thunkApi.dispatch(handleNextScreenStep('INDIVIDUAL_VERIFY_STEP'));
157
161
  }
158
- _k.label = 16;
159
- case 16: return [2, {
160
- data: data,
161
- boardResponse: {
162
- brand: boardData === null || boardData === void 0 ? void 0 : boardData.brand,
163
- bank_account: boardData === null || boardData === void 0 ? void 0 : boardData.bank_account,
164
- entity: boardData === null || boardData === void 0 ? void 0 : boardData.entity,
165
- merchant: boardData === null || boardData === void 0 ? void 0 : boardData.merchant,
166
- merchant_id: boardInfoData === null || boardInfoData === void 0 ? void 0 : boardInfoData.merchant_id,
167
- name: (_h = boardData === null || boardData === void 0 ? void 0 : boardData.user) === null || _h === void 0 ? void 0 : _h.names,
168
- contact: (_j = boardData === null || boardData === void 0 ? void 0 : boardData.user) === null || _j === void 0 ? void 0 : _j.contact,
169
- individuals: boardData === null || boardData === void 0 ? void 0 : boardData.individuals,
170
- countries: countries,
171
- countryCode: countryCode,
172
- notification: boardInfoData === null || boardInfoData === void 0 ? void 0 : boardInfoData.notification,
173
- business: boardData === null || boardData === void 0 ? void 0 : boardData.business,
174
- flows: (boardInfoStatus === null || boardInfoStatus === void 0 ? void 0 : boardInfoStatus.info) || []
175
- },
176
- token: token
177
- }];
162
+ _m.label = 16;
163
+ case 16:
164
+ individuals = (boardData || {}).individuals;
165
+ _c = individualData || {}, is_authorized = _c.is_authorized, data_state = _c.data_state;
166
+ return [2, {
167
+ data: data,
168
+ boardResponse: {
169
+ brand: boardData === null || boardData === void 0 ? void 0 : boardData.brand,
170
+ bank_account: boardData === null || boardData === void 0 ? void 0 : boardData.bank_account,
171
+ entity: boardData === null || boardData === void 0 ? void 0 : boardData.entity,
172
+ merchant: boardData === null || boardData === void 0 ? void 0 : boardData.merchant,
173
+ merchant_id: boardInfoData === null || boardInfoData === void 0 ? void 0 : boardInfoData.merchant_id,
174
+ name: (_k = boardData === null || boardData === void 0 ? void 0 : boardData.user) === null || _k === void 0 ? void 0 : _k.names,
175
+ contact: (_l = boardData === null || boardData === void 0 ? void 0 : boardData.user) === null || _l === void 0 ? void 0 : _l.contact,
176
+ individuals: is_authorized ? individuals : __assign(__assign({}, individuals), (!!data_state && { data_state: data_state })),
177
+ countries: countries,
178
+ countryCode: countryCode,
179
+ notification: boardInfoData === null || boardInfoData === void 0 ? void 0 : boardInfoData.notification,
180
+ business: boardData === null || boardData === void 0 ? void 0 : boardData.business,
181
+ flows: (boardInfoStatus === null || boardInfoStatus === void 0 ? void 0 : boardInfoStatus.info) || []
182
+ },
183
+ token: token
184
+ }];
178
185
  }
179
186
  });
180
187
  });
@@ -215,29 +222,27 @@ export var resendOTP = createAsyncThunk('resendOTPIndividual', function (params,
215
222
  });
216
223
  }); });
217
224
  export var addDetailsAsync = createAsyncThunk('individual/addDetailsAsync', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
218
- var settings, user, userList, id, type, birth, countryCode;
225
+ var settings, user, userList, birth, individual_id, countryCode;
219
226
  return __generator(this, function (_a) {
220
227
  switch (_a.label) {
221
228
  case 0:
222
229
  settings = thunkApi.getState().settings;
223
230
  user = params.user, userList = params.userList;
224
- id = user.id, type = user.type, birth = user.birth;
231
+ birth = user.birth, individual_id = user.individual_id;
225
232
  countryCode = (birth === null || birth === void 0 ? void 0 : birth.country) || settings.data.businessCountry.iso2;
226
233
  if (!countryCode) return [3, 2];
227
234
  return [4, thunkApi.dispatch(getCityList(countryCode))];
228
235
  case 1:
229
236
  _a.sent();
230
237
  _a.label = 2;
231
- case 2: return [4, thunkApi.dispatch(retrieveIndividualInfo({ id: id, type: type }))];
232
- case 3:
233
- _a.sent();
238
+ case 2:
234
239
  sleep(100).then(function () { return thunkApi.dispatch(handleNextScreenStep('INDIVIDUAL_PERSONAL_INDIVIDUAL_INFO_STEP')); });
235
- return [2, { userList: userList }];
240
+ return [2, { userList: userList, individualId: individual_id, countryCode: settings.data.businessCountry.iso2, countries: settings.data.countries }];
236
241
  }
237
242
  });
238
243
  }); });
239
244
  export var requestDetailsByEmail = createAsyncThunk('individual/requestDetailsByEmail', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
240
- var individual, _a, merchant_id, board_id, user, collectInfo, id, type, _b, resEmail, resPhone, isPhoneAndEmailAvailable, email, mobile, countryCode, hasContact, individualData, hasPhone, requestBody, data_2, payload, data;
245
+ var individual, _a, merchant_id, board_id, user, collectInfo, id, objects, ids, _b, resEmail, resPhone, isPhoneAndEmailAvailable, email, mobile, countryCode, hasContact, individualData, hasPhone, requestBody, data_2, user_1, payload, data;
241
246
  var _c;
242
247
  return __generator(this, function (_d) {
243
248
  switch (_d.label) {
@@ -245,7 +250,7 @@ export var requestDetailsByEmail = createAsyncThunk('individual/requestDetailsBy
245
250
  individual = thunkApi.getState().individual;
246
251
  _a = individual.data.verify.responseBody || {}, merchant_id = _a.merchant_id, board_id = _a.board_id;
247
252
  user = params.user, collectInfo = params.collectInfo;
248
- id = user.id, type = user.type;
253
+ id = user.id, objects = user.objects, ids = user.ids;
249
254
  _b = (user === null || user === void 0 ? void 0 : user.contact) || {}, resEmail = _b.email, resPhone = _b.phone;
250
255
  isPhoneAndEmailAvailable = isValidEmail(resEmail) && (resPhone === null || resPhone === void 0 ? void 0 : resPhone.country_code) && (resPhone === null || resPhone === void 0 ? void 0 : resPhone.number);
251
256
  email = collectInfo.email, mobile = collectInfo.mobile, countryCode = collectInfo.countryCode;
@@ -254,8 +259,7 @@ export var requestDetailsByEmail = createAsyncThunk('individual/requestDetailsBy
254
259
  if (!(!isPhoneAndEmailAvailable && hasContact)) return [3, 2];
255
260
  hasPhone = mobile && (countryCode === null || countryCode === void 0 ? void 0 : countryCode.idd_prefix);
256
261
  requestBody = {
257
- id: id,
258
- type: type,
262
+ ids: (ids === null || ids === void 0 ? void 0 : ids.length) ? ids : [id],
259
263
  contact: {
260
264
  email: email,
261
265
  phone: hasPhone
@@ -266,18 +270,11 @@ export var requestDetailsByEmail = createAsyncThunk('individual/requestDetailsBy
266
270
  : undefined
267
271
  }
268
272
  };
269
- return [4, API.individualService.updateIndividual(requestBody)];
273
+ return [4, API.individualService.updateMultipleIndividual(requestBody)];
270
274
  case 1:
271
275
  data_2 = _d.sent();
272
- individualData = data_2 === null || data_2 === void 0 ? void 0 : data_2.user;
273
- if (type === IndividualType.SHARE_HOLDER)
274
- individualData = data_2 === null || data_2 === void 0 ? void 0 : data_2.shareholder;
275
- else if (type === IndividualType.BOARD_MEMBER)
276
- individualData = data_2 === null || data_2 === void 0 ? void 0 : data_2.board_member;
277
- else if (type === IndividualType.BUYER)
278
- individualData = data_2 === null || data_2 === void 0 ? void 0 : data_2.buyer;
279
- else if (type === IndividualType.CUSTOMER)
280
- individualData = data_2 === null || data_2 === void 0 ? void 0 : data_2.customer;
276
+ user_1 = (sortUserList(mapUserList(data_2 === null || data_2 === void 0 ? void 0 : data_2.individuals)) || [])[0];
277
+ individualData = user_1;
281
278
  _d.label = 2;
282
279
  case 2:
283
280
  payload = {
@@ -291,7 +288,7 @@ export var requestDetailsByEmail = createAsyncThunk('individual/requestDetailsBy
291
288
  notification: {
292
289
  recipient: {
293
290
  id: id,
294
- type: type
291
+ type: (objects === null || objects === void 0 ? void 0 : objects[0]) || ''
295
292
  },
296
293
  channel: ['email']
297
294
  }
@@ -299,14 +296,14 @@ export var requestDetailsByEmail = createAsyncThunk('individual/requestDetailsBy
299
296
  return [4, API.boardService.requestDetailsByEmail(payload)];
300
297
  case 3:
301
298
  data = _d.sent();
302
- return [2, { data: data, userData: __assign(__assign({}, individualData), { type: type }) }];
299
+ return [2, { data: data, individualData: individualData }];
303
300
  }
304
301
  });
305
302
  }); });
306
303
  export var getIndividualList = createAsyncThunk('individual/getIndividualList', function (businessId) { return __awaiter(void 0, void 0, void 0, function () {
307
- var payload, _a, users, shareholders, board_members, userList, shareHolderList, boardMemberList, individualList;
308
- return __generator(this, function (_b) {
309
- switch (_b.label) {
304
+ var payload, individuals, list;
305
+ return __generator(this, function (_a) {
306
+ switch (_a.label) {
310
307
  case 0:
311
308
  payload = {
312
309
  page: 1,
@@ -315,12 +312,9 @@ export var getIndividualList = createAsyncThunk('individual/getIndividualList',
315
312
  };
316
313
  return [4, API.individualService.getIndividualList(payload)];
317
314
  case 1:
318
- _a = _b.sent(), users = _a.users, shareholders = _a.shareholders, board_members = _a.board_members;
319
- userList = (users || []).map(function (user) { return (__assign(__assign({}, user), { type: IndividualType.USER })); });
320
- shareHolderList = (shareholders || []).map(function (shareholder) { return (__assign(__assign({}, shareholder), { type: IndividualType.SHARE_HOLDER })); });
321
- boardMemberList = (board_members || []).map(function (board_member) { return (__assign(__assign({}, board_member), { type: IndividualType.BOARD_MEMBER })); });
322
- individualList = __spreadArray(__spreadArray(__spreadArray([], userList, true), shareHolderList, true), boardMemberList, true);
323
- return [2, individualList];
315
+ individuals = (_a.sent()).individuals;
316
+ list = sortUserList(mapUserList(individuals)) || [];
317
+ return [2, __spreadArray([], list, true)];
324
318
  }
325
319
  });
326
320
  }); });
@@ -340,30 +334,35 @@ export var getCityList = createAsyncThunk('individual/getCityList', function (co
340
334
  });
341
335
  }); });
342
336
  export var retrieveIndividualInfo = createAsyncThunk('individual/retrieveIndividualInfo', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
343
- var id, type, countryCode, settings, data, individualData;
344
- return __generator(this, function (_a) {
345
- switch (_a.label) {
337
+ var id, type, countryCode, settings, data, _a, isShareholder, isBoardMember, isBuyer, isCustomer, individualData;
338
+ return __generator(this, function (_b) {
339
+ switch (_b.label) {
346
340
  case 0:
347
341
  id = params.id, type = params.type, countryCode = params.countryCode;
348
342
  settings = thunkApi.getState().settings;
349
343
  return [4, API.individualService.retrieveIndividual(id, type)];
350
344
  case 1:
351
- data = _a.sent();
345
+ data = _b.sent();
346
+ _a = getIndividualType([type]), isShareholder = _a.isShareholder, isBoardMember = _a.isBoardMember, isBuyer = _a.isBuyer, isCustomer = _a.isCustomer;
352
347
  individualData = data === null || data === void 0 ? void 0 : data.user;
353
- if (type === IndividualType.SHARE_HOLDER)
348
+ if (isShareholder)
354
349
  individualData = data === null || data === void 0 ? void 0 : data.shareholder;
355
- else if (type === IndividualType.BOARD_MEMBER)
350
+ else if (isBoardMember)
356
351
  individualData = data === null || data === void 0 ? void 0 : data.board_member;
357
- else if (type === IndividualType.BUYER)
352
+ else if (isBuyer)
358
353
  individualData = data === null || data === void 0 ? void 0 : data.buyer;
359
- else if (type === IndividualType.CUSTOMER)
354
+ else if (isCustomer)
360
355
  individualData = data === null || data === void 0 ? void 0 : data.customer;
361
- return [2, { data: __assign(__assign({}, (individualData || {})), { type: type }), countryCode: countryCode, countries: settings.data.countries }];
356
+ return [2, {
357
+ data: __assign(__assign({}, (individualData || {})), { objects: [type], individual_data_state: individualData === null || individualData === void 0 ? void 0 : individualData.data_state, object: type }),
358
+ countryCode: countryCode,
359
+ countries: settings.data.countries
360
+ }];
362
361
  }
363
362
  });
364
363
  }); });
365
364
  export var retrieveDataList = createAsyncThunk('individualRetrieveDataList', function (countryCode) { return __awaiter(void 0, void 0, void 0, function () {
366
- var monthlyIncomeBody, dataBody, _a, sourceIncome, monthlyIncome, occupation;
365
+ var monthlyIncomeBody, dataBody, _a, sourceIncome, monthlyIncome, occupationData, occupation, mappedOccupation;
367
366
  return __generator(this, function (_b) {
368
367
  switch (_b.label) {
369
368
  case 0:
@@ -380,11 +379,16 @@ export var retrieveDataList = createAsyncThunk('individualRetrieveDataList', fun
380
379
  API.dataService.getOccupation(dataBody)
381
380
  ])];
382
381
  case 1:
383
- _a = _b.sent(), sourceIncome = _a[0], monthlyIncome = _a[1], occupation = _a[2];
382
+ _a = _b.sent(), sourceIncome = _a[0], monthlyIncome = _a[1], occupationData = _a[2];
383
+ occupation = (occupationData === null || occupationData === void 0 ? void 0 : occupationData.occupation) || {};
384
+ mappedOccupation = (occupation.section || []).map(function (section) {
385
+ var sub = (occupation.chapter || []).filter(function (chapter) { return chapter.section_code === section.code; });
386
+ return __assign(__assign({}, section), { sub: sub });
387
+ });
384
388
  return [2, {
385
389
  sourceIncome: sourceIncome,
386
390
  monthlyIncome: monthlyIncome,
387
- occupation: occupation
391
+ occupation: { list: mappedOccupation || [] }
388
392
  }];
389
393
  }
390
394
  });
@@ -419,10 +423,10 @@ export var retrieveBoardDetails = createAsyncThunk('retrieveIndividualBoardDetai
419
423
  });
420
424
  }); });
421
425
  export var verifyLeadOTP = createAsyncThunk('verifyIndividualLeadOTP', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
422
- var _a, individual, settings, responseBody, _b, board_id, board_info_id, countries, payload, data, boardInfoData, individualData, boardData, boardInfoStatus, countryCode, notification, _c, id, type, data_3, birthCountry;
423
- var _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
424
- return __generator(this, function (_p) {
425
- switch (_p.label) {
426
+ var _a, individual, settings, responseBody, _b, board_id, board_info_id, countries, payload, data, boardInfoData, individualData, boardData, boardInfoStatus, countryCode, publicKey, notification, _c, id, type, data_3, birthCountry, individuals, _d, is_authorized, data_state;
427
+ var _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
428
+ return __generator(this, function (_r) {
429
+ switch (_r.label) {
426
430
  case 0:
427
431
  _a = thunkApi.getState(), individual = _a.individual, settings = _a.settings;
428
432
  responseBody = individual.data.verify.responseBody;
@@ -430,62 +434,75 @@ export var verifyLeadOTP = createAsyncThunk('verifyIndividualLeadOTP', function
430
434
  countries = settings.data.countries;
431
435
  payload = {
432
436
  data: params.otp,
433
- service_name: (_d = responseBody === null || responseBody === void 0 ? void 0 : responseBody.verification_by) === null || _d === void 0 ? void 0 : _d.service_name,
437
+ service_name: (_e = responseBody === null || responseBody === void 0 ? void 0 : responseBody.verification_by) === null || _e === void 0 ? void 0 : _e.service_name,
434
438
  verify_token: responseBody === null || responseBody === void 0 ? void 0 : responseBody.verify_token,
435
439
  step_name: INDIVIDUAl_STEP_NAMES.PHONE_AUTH,
436
440
  encryption_contract: ['data']
437
441
  };
438
442
  return [4, API.leadService.verifyLeadOTP(payload)];
439
443
  case 1:
440
- data = (_p.sent()).data;
441
- boardInfoStatus = undefined;
442
- if ((_e = data.errors) === null || _e === void 0 ? void 0 : _e.length)
444
+ data = (_r.sent()).data;
445
+ countryCode = undefined;
446
+ if ((_f = data.errors) === null || _f === void 0 ? void 0 : _f.length)
443
447
  throw new Error(data.errors[0].description);
448
+ publicKey = (_g = data === null || data === void 0 ? void 0 : data.config) === null || _g === void 0 ? void 0 : _g.public_key;
449
+ if (publicKey) {
450
+ thunkApi.dispatch(handlePublicKey(publicKey));
451
+ }
452
+ if (data === null || data === void 0 ? void 0 : data.country_code) {
453
+ countryCode = data.country_code;
454
+ thunkApi.dispatch(handleSetCountryByIso2(data.country_code));
455
+ }
444
456
  if (!board_id) return [3, 3];
445
457
  return [4, API.boardService.retrieveBoardDetails(board_id)];
446
458
  case 2:
447
- boardData = _p.sent();
448
- _p.label = 3;
459
+ boardData = _r.sent();
460
+ _r.label = 3;
449
461
  case 3:
450
- countryCode = (_f = boardData === null || boardData === void 0 ? void 0 : boardData.entity) === null || _f === void 0 ? void 0 : _f.country;
462
+ if (!countryCode && ((_h = boardData === null || boardData === void 0 ? void 0 : boardData.entity) === null || _h === void 0 ? void 0 : _h.country)) {
463
+ countryCode = boardData.entity.country;
464
+ thunkApi.dispatch(handleSetCountryByIso2(countryCode));
465
+ }
451
466
  if (!(board_id && board_info_id)) return [3, 6];
452
467
  return [4, API.boardService.retrieveBoardInfo({ id: board_id, infoId: board_info_id })];
453
468
  case 4:
454
- boardInfoData = _p.sent();
469
+ boardInfoData = _r.sent();
455
470
  notification = (boardInfoData || {}).notification;
456
471
  _c = (notification === null || notification === void 0 ? void 0 : notification.recipient) || {}, id = _c.id, type = _c.type;
457
472
  if (!(id && type)) return [3, 6];
458
473
  return [4, thunkApi.dispatch(retrieveIndividualInfo({ id: id, type: type, countryCode: countryCode })).unwrap()];
459
474
  case 5:
460
- data_3 = (_p.sent()).data;
475
+ data_3 = (_r.sent()).data;
461
476
  individualData = data_3 || {};
462
- _p.label = 6;
477
+ _r.label = 6;
463
478
  case 6:
464
479
  if (countryCode)
465
480
  thunkApi.dispatch(handleSetCountryByIso2(countryCode));
466
481
  if (!(individualData === null || individualData === void 0 ? void 0 : individualData.is_authorized)) return [3, 10];
467
- if (!((_g = boardData === null || boardData === void 0 ? void 0 : boardData.business) === null || _g === void 0 ? void 0 : _g.id)) return [3, 8];
468
- return [4, thunkApi.dispatch(getIndividualList((_h = boardData === null || boardData === void 0 ? void 0 : boardData.business) === null || _h === void 0 ? void 0 : _h.id))];
482
+ if (!((_j = boardData === null || boardData === void 0 ? void 0 : boardData.business) === null || _j === void 0 ? void 0 : _j.id)) return [3, 8];
483
+ return [4, thunkApi.dispatch(getIndividualList((_k = boardData === null || boardData === void 0 ? void 0 : boardData.business) === null || _k === void 0 ? void 0 : _k.id))];
469
484
  case 7:
470
- _p.sent();
471
- _p.label = 8;
485
+ _r.sent();
486
+ _r.label = 8;
472
487
  case 8: return [4, API.boardService.retrieveBoardInfoStatus(board_id)];
473
488
  case 9:
474
- boardInfoStatus = _p.sent();
489
+ boardInfoStatus = _r.sent();
475
490
  thunkApi.dispatch(handleNextScreenStep('INDIVIDUAL_LIST_STEP'));
476
491
  return [3, 13];
477
492
  case 10:
478
- birthCountry = ((_j = individualData === null || individualData === void 0 ? void 0 : individualData.birth) === null || _j === void 0 ? void 0 : _j.country) || countryCode;
493
+ birthCountry = ((_l = individualData === null || individualData === void 0 ? void 0 : individualData.birth) === null || _l === void 0 ? void 0 : _l.country) || countryCode;
479
494
  if (!birthCountry) return [3, 12];
480
495
  return [4, thunkApi.dispatch(getCityList(birthCountry))];
481
496
  case 11:
482
- _p.sent();
483
- _p.label = 12;
497
+ _r.sent();
498
+ _r.label = 12;
484
499
  case 12:
485
500
  sleep(100).then(function () { return thunkApi.dispatch(handleNextScreenStep('INDIVIDUAL_PERSONAL_INDIVIDUAL_INFO_STEP')); });
486
- _p.label = 13;
501
+ _r.label = 13;
487
502
  case 13:
488
- (_l = (_k = settings.data.appConfig).onStepCompleted) === null || _l === void 0 ? void 0 : _l.call(_k, settings.data.activeScreen.name, { otp: params.otp });
503
+ (_o = (_m = settings.data.appConfig).onStepCompleted) === null || _o === void 0 ? void 0 : _o.call(_m, settings.data.activeScreen.name, { otp: params.otp });
504
+ individuals = (boardData || {}).individuals;
505
+ _d = individualData || {}, is_authorized = _d.is_authorized, data_state = _d.data_state;
489
506
  return [2, {
490
507
  data: data,
491
508
  boardResponse: {
@@ -494,9 +511,9 @@ export var verifyLeadOTP = createAsyncThunk('verifyIndividualLeadOTP', function
494
511
  entity: boardData === null || boardData === void 0 ? void 0 : boardData.entity,
495
512
  merchant: boardData === null || boardData === void 0 ? void 0 : boardData.merchant,
496
513
  merchant_id: boardInfoData === null || boardInfoData === void 0 ? void 0 : boardInfoData.merchant_id,
497
- name: (_m = boardData === null || boardData === void 0 ? void 0 : boardData.user) === null || _m === void 0 ? void 0 : _m.names,
498
- contact: (_o = boardData === null || boardData === void 0 ? void 0 : boardData.user) === null || _o === void 0 ? void 0 : _o.contact,
499
- individuals: boardData === null || boardData === void 0 ? void 0 : boardData.individuals,
514
+ name: (_p = boardData === null || boardData === void 0 ? void 0 : boardData.user) === null || _p === void 0 ? void 0 : _p.names,
515
+ contact: (_q = boardData === null || boardData === void 0 ? void 0 : boardData.user) === null || _q === void 0 ? void 0 : _q.contact,
516
+ individuals: is_authorized ? individuals : __assign(__assign({}, individuals), (!!data_state && { data_state: data_state })),
500
517
  countries: countries,
501
518
  countryCode: countryCode,
502
519
  notification: boardInfoData === null || boardInfoData === void 0 ? void 0 : boardInfoData.notification,
@@ -511,31 +528,30 @@ export var verifyLeadOTP = createAsyncThunk('verifyIndividualLeadOTP', function
511
528
  export var updatePhoneInfo = createAsyncThunk('individual/updatePhoneInfo', function (_a, thunkApi) {
512
529
  var formData = _a.formData, originalFormData = _a.originalFormData;
513
530
  return __awaiter(void 0, void 0, void 0, function () {
514
- var individual, _b, token, responseBody, _c, id, type, mobile, countryCode, requestBody, data;
515
- var _d;
516
- return __generator(this, function (_e) {
517
- switch (_e.label) {
531
+ var individual, _b, token, responseBody, id, mobile, countryCode, requestBody, data;
532
+ var _c;
533
+ return __generator(this, function (_d) {
534
+ switch (_d.label) {
518
535
  case 0:
519
536
  individual = thunkApi.getState().individual;
520
537
  _b = individual.data.verify, token = _b.token, responseBody = _b.responseBody;
521
- _c = (responseBody === null || responseBody === void 0 ? void 0 : responseBody.source) || {}, id = _c.id, type = _c.type;
538
+ id = ((responseBody === null || responseBody === void 0 ? void 0 : responseBody.source) || {}).id;
522
539
  mobile = formData.mobile, countryCode = formData.countryCode;
523
540
  requestBody = {
524
- id: id,
525
- type: type,
541
+ ids: [id],
526
542
  contact: {
527
543
  phone: {
528
- country_code: (_d = countryCode === null || countryCode === void 0 ? void 0 : countryCode.idd_prefix) === null || _d === void 0 ? void 0 : _d.toString(),
544
+ country_code: (_c = countryCode === null || countryCode === void 0 ? void 0 : countryCode.idd_prefix) === null || _c === void 0 ? void 0 : _c.toString(),
529
545
  number: mobile || ''
530
546
  }
531
547
  }
532
548
  };
533
- return [4, API.individualService.updateIndividual(requestBody)];
549
+ return [4, API.individualService.updateMultipleIndividual(requestBody)];
534
550
  case 1:
535
- data = _e.sent();
551
+ data = _d.sent();
536
552
  return [4, thunkApi.dispatch(verifyToken({ token: token, isUpdatePhoneInfo: true }))];
537
553
  case 2:
538
- _e.sent();
554
+ _d.sent();
539
555
  return [2, { data: data, formData: originalFormData }];
540
556
  }
541
557
  });
@@ -544,25 +560,30 @@ export var updatePhoneInfo = createAsyncThunk('individual/updatePhoneInfo', func
544
560
  export var updateIndividualPersonalInfo = createAsyncThunk('individual/updateIndividualPersonalInfo', function (_a, thunkApi) {
545
561
  var formData = _a.formData, originalFormData = _a.originalFormData;
546
562
  return __awaiter(void 0, void 0, void 0, function () {
547
- var _b, settings, individual, _c, notification, user, entity, _d, id, type, name, email, mobile, countryCode, gender, nid, issuedCountry, expiryDate, dob, placeOfBirthCountry, placeOfBirthCity, nationality, code, data_status, userName, identification_id_type, isGenderNonEditable, isNameENNonEditable, isNameARNonEditable, isEmailNonEditable, isMobileNumberNonEditable, isMobileCountryNonEditable, isNidNonEditable, isIssuedCountryNonEditable, isExpiryNonEditable, isIdTypeNonEditable, isNationalityNonEditable, isDOBNonEditable, isBirthCityNonEditable, isBirthCountryNonEditable, hasContact, hasPhone, hasIdentification, hasBirth, nameIsEditable, contact, requestBody, data;
548
- var _e, _f, _g, _h, _j;
549
- return __generator(this, function (_k) {
550
- switch (_k.label) {
563
+ var _b, settings, individual, _c, notification, user, entity, id, _d, objects, ids, countryCode, name, email, mobile, gender, nid, issuedCountry, expiryDate, dob, placeOfBirthCountry, placeOfBirthCity, nationality, code, data_status, userName, identification_id_type, isGenderNonEditable, isNameENNonEditable, isNameARNonEditable, isEmailNonEditable, isMobileNumberNonEditable, isMobileCountryNonEditable, isNidNonEditable, isIssuedCountryNonEditable, isExpiryNonEditable, isIdTypeNonEditable, isNationalityNonEditable, isDOBNonEditable, isBirthCityNonEditable, isBirthCountryNonEditable, hasContact, hasPhone, hasIdentification, hasBirth, nameIsEditable, contact, requestBody, data, currencyData, _e, isUser, isBuyer, isUserORBuyerType;
564
+ var _f, _g, _h, _j, _k;
565
+ return __generator(this, function (_l) {
566
+ switch (_l.label) {
551
567
  case 0:
552
568
  _b = thunkApi.getState(), settings = _b.settings, individual = _b.individual;
553
569
  _c = individual.data.verify.responseBody || {}, notification = _c.notification, user = _c.user, entity = _c.entity;
554
- _d = ((user === null || user === void 0 ? void 0 : user.is_authorized) ? user : notification === null || notification === void 0 ? void 0 : notification.recipient) || {}, id = _d.id, type = _d.type;
555
- name = formData.name, email = formData.email, mobile = formData.mobile, countryCode = formData.countryCode, gender = formData.gender, nid = formData.nid, issuedCountry = formData.issuedCountry, expiryDate = formData.expiryDate, dob = formData.dob, placeOfBirthCountry = formData.placeOfBirthCountry, placeOfBirthCity = formData.placeOfBirthCity, nationality = formData.nationality;
570
+ id = (((user === null || user === void 0 ? void 0 : user.is_authorized) ? user : notification === null || notification === void 0 ? void 0 : notification.recipient) || {}).id;
571
+ _d = user || {}, objects = _d.objects, ids = _d.ids;
572
+ countryCode = (originalFormData || {}).countryCode;
573
+ name = formData.name, email = formData.email, mobile = formData.mobile, gender = formData.gender, nid = formData.nid, issuedCountry = formData.issuedCountry, expiryDate = formData.expiryDate, dob = formData.dob, placeOfBirthCountry = formData.placeOfBirthCountry, placeOfBirthCity = formData.placeOfBirthCity, nationality = formData.nationality;
556
574
  code = entity === null || entity === void 0 ? void 0 : entity.country;
557
575
  data_status = (user || {}).data_status;
558
576
  userName = getUserNameObject(name);
559
577
  identification_id_type = nid ? (nid.startsWith('1') ? IDENTIFICATION_TYPE.NID : IDENTIFICATION_TYPE.IQAMA) : undefined;
578
+ if (isOtherThanKWOrSA(settings.data.businessCountry.iso2)) {
579
+ identification_id_type = IDENTIFICATION_TYPE.NID;
580
+ }
560
581
  isGenderNonEditable = hasNoneEditableValue(data_status, 'gender');
561
582
  isNameENNonEditable = hasNoneEditableValue(data_status, 'name.en');
562
583
  isNameARNonEditable = hasNoneEditableValue(data_status, 'name.ar');
563
584
  isEmailNonEditable = hasNoneEditableValue(data_status === null || data_status === void 0 ? void 0 : data_status.contact, 'email');
564
- isMobileNumberNonEditable = hasNoneEditableValue((_e = data_status === null || data_status === void 0 ? void 0 : data_status.contact) === null || _e === void 0 ? void 0 : _e.phone, 'number');
565
- isMobileCountryNonEditable = hasNoneEditableValue((_f = data_status === null || data_status === void 0 ? void 0 : data_status.contact) === null || _f === void 0 ? void 0 : _f.phone, 'country_code');
585
+ isMobileNumberNonEditable = hasNoneEditableValue((_f = data_status === null || data_status === void 0 ? void 0 : data_status.contact) === null || _f === void 0 ? void 0 : _f.phone, 'number');
586
+ isMobileCountryNonEditable = hasNoneEditableValue((_g = data_status === null || data_status === void 0 ? void 0 : data_status.contact) === null || _g === void 0 ? void 0 : _g.phone, 'country_code');
566
587
  isNidNonEditable = hasNoneEditableValue(data_status === null || data_status === void 0 ? void 0 : data_status.identification, 'id');
567
588
  isIssuedCountryNonEditable = hasNoneEditableValue(data_status === null || data_status === void 0 ? void 0 : data_status.identification, 'issuer_country');
568
589
  isExpiryNonEditable = hasNoneEditableValue(data_status === null || data_status === void 0 ? void 0 : data_status.identification, 'expiry');
@@ -571,19 +592,20 @@ export var updateIndividualPersonalInfo = createAsyncThunk('individual/updateInd
571
592
  isDOBNonEditable = hasNoneEditableValue(data_status, 'birth.date');
572
593
  isBirthCityNonEditable = hasNoneEditableValue(data_status, 'birth.city');
573
594
  isBirthCountryNonEditable = hasNoneEditableValue(data_status, 'birth.country');
574
- hasContact = email || mobile || countryCode;
595
+ hasContact = email || mobile;
575
596
  hasPhone = mobile && (countryCode === null || countryCode === void 0 ? void 0 : countryCode.idd_prefix);
576
- hasIdentification = nid || issuedCountry || identification_id_type || expiryDate;
597
+ hasIdentification = nid && (issuedCountry || identification_id_type || expiryDate);
577
598
  hasBirth = placeOfBirthCity || placeOfBirthCountry;
578
599
  nameIsEditable = userName.first && !(isNameENNonEditable && isNameARNonEditable);
579
600
  contact = hasContact && !(isEmailNonEditable && isMobileCountryNonEditable && isMobileNumberNonEditable)
580
- ? __assign({ email: isEmailNonEditable ? undefined : email }, (!((isMobileCountryNonEditable && isMobileNumberNonEditable) || !hasPhone) && {
601
+ ? __assign({ email: isEmailNonEditable ? undefined : email }, (!(isMobileCountryNonEditable && isMobileNumberNonEditable) &&
602
+ hasPhone && {
581
603
  phone: {
582
- country_code: isMobileCountryNonEditable ? undefined : (_g = countryCode === null || countryCode === void 0 ? void 0 : countryCode.idd_prefix) === null || _g === void 0 ? void 0 : _g.toString(),
604
+ country_code: isMobileCountryNonEditable ? undefined : (_h = countryCode === null || countryCode === void 0 ? void 0 : countryCode.idd_prefix) === null || _h === void 0 ? void 0 : _h.toString(),
583
605
  number: isMobileNumberNonEditable || !mobile ? undefined : mobile
584
606
  }
585
607
  })) : undefined;
586
- requestBody = __assign(__assign(__assign(__assign(__assign(__assign(__assign({ id: id, type: type, gender: isGenderNonEditable || !gender ? undefined : gender }, (nameIsEditable && {
608
+ requestBody = __assign(__assign(__assign(__assign(__assign(__assign(__assign({ ids: (ids === null || ids === void 0 ? void 0 : ids.length) ? ids : [id], gender: isGenderNonEditable || !gender ? undefined : gender }, (nameIsEditable && {
587
609
  names: {
588
610
  en: isNameENNonEditable ? undefined : userName,
589
611
  ar: isNameARNonEditable ? undefined : userName
@@ -619,18 +641,23 @@ export var updateIndividualPersonalInfo = createAsyncThunk('individual/updateInd
619
641
  'date_of_birth',
620
642
  'nationality'
621
643
  ], step_name: INDIVIDUAl_STEP_NAMES.INDIVIDUAl_PERSONAL_INFO });
622
- return [4, API.individualService.updateIndividual(requestBody)];
644
+ return [4, API.individualService.updateMultipleIndividual(requestBody)];
623
645
  case 1:
624
- data = _k.sent();
625
- if (!(type === IndividualType.USER || type === IndividualType.BUYER)) return [3, 3];
626
- return [4, thunkApi.dispatch(retrieveDataList(code))];
646
+ data = _l.sent();
647
+ return [4, API.countryService.getCurrency(settings.data.businessCountry.iso2)];
627
648
  case 2:
628
- _k.sent();
629
- _k.label = 3;
649
+ currencyData = _l.sent();
650
+ _e = getIndividualType(objects), isUser = _e.isUser, isBuyer = _e.isBuyer;
651
+ isUserORBuyerType = isUser || isBuyer;
652
+ if (!isUserORBuyerType) return [3, 4];
653
+ return [4, thunkApi.dispatch(retrieveDataList(code))];
630
654
  case 3:
655
+ _l.sent();
656
+ _l.label = 4;
657
+ case 4:
631
658
  sleep(100).then(function () { return thunkApi.dispatch(handleNextScreenStep()); });
632
- (_j = (_h = settings.data.appConfig).onStepCompleted) === null || _j === void 0 ? void 0 : _j.call(_h, settings.data.activeScreen.name, requestBody);
633
- return [2, { data: data, formData: originalFormData }];
659
+ (_k = (_j = settings.data.appConfig).onStepCompleted) === null || _k === void 0 ? void 0 : _k.call(_j, settings.data.activeScreen.name, requestBody);
660
+ return [2, { data: data, formData: originalFormData, currencyData: currencyData }];
634
661
  }
635
662
  });
636
663
  });
@@ -638,14 +665,15 @@ export var updateIndividualPersonalInfo = createAsyncThunk('individual/updateInd
638
665
  export var updateIndividualInfo = createAsyncThunk('updateIndividualInfo', function (_a, thunkApi) {
639
666
  var formData = _a.formData, originalFormData = _a.originalFormData;
640
667
  return __awaiter(void 0, void 0, void 0, function () {
641
- var _b, settings, individual, _c, notification, user, _d, id, type, occupation, sourceIncome, monthlyIncome, isPEP, isInfluencer, shareCount, shareValue, civilID, signatureFileId, isOccupationNonEditable, isSourceIncomeNonEditable, isPEPNonEditable, isInfluencerNonEditable, isMonthlyIncomeNonEditable, isSharesAvailable, pepInfo, influencerInfo, occupationInfo, sourceIncomeInfo, monthlyIncomeInfo, userPayload, shareHolderPayload, boardMemberPayload, buyerMemberPayload, payload, requestBody, data, businessCountry, hasCivilIdDocument, hasSignatureDocument, isSendSignatureFile, civilIdDocument, signatureDocument, documentBody, documentBody, documentsList, documentBody;
642
- var _e, _f;
643
- return __generator(this, function (_g) {
644
- switch (_g.label) {
668
+ var _b, settings, individual, _c, notification, user, id, _d, objects, ids, occupation, sourceIncome, monthlyIncome, isPEP, isInfluencer, shareCount, shareValue, civilID, signatureFileId, isOccupationNonEditable, isSourceIncomeNonEditable, isPEPNonEditable, isInfluencerNonEditable, isMonthlyIncomeNonEditable, isSharesAvailable, pepInfo, influencerInfo, occupationInfo, sourceIncomeInfo, monthlyIncomeInfo, userPayload, shareHolderPayload, boardMemberPayload, buyerMemberPayload, _e, isUser, isShareholder, isBoardMember, isBuyer, isCustomer, isUserORBuyerType, payload, requestBody, data, businessCountry, hasCivilIdDocument, hasSignatureDocument, isSendSignatureFile, civilIdDocument, signatureDocument, documentBody, documentBody, documentsList, documentBody, individualData;
669
+ var _f, _g;
670
+ return __generator(this, function (_h) {
671
+ switch (_h.label) {
645
672
  case 0:
646
673
  _b = thunkApi.getState(), settings = _b.settings, individual = _b.individual;
647
674
  _c = individual.data.verify.responseBody || {}, notification = _c.notification, user = _c.user;
648
- _d = ((user === null || user === void 0 ? void 0 : user.is_authorized) ? user : notification === null || notification === void 0 ? void 0 : notification.recipient) || {}, id = _d.id, type = _d.type;
675
+ id = (((user === null || user === void 0 ? void 0 : user.is_authorized) ? user : notification === null || notification === void 0 ? void 0 : notification.recipient) || {}).id;
676
+ _d = user || {}, objects = _d.objects, ids = _d.ids;
649
677
  occupation = formData.occupation, sourceIncome = formData.sourceIncome, monthlyIncome = formData.monthlyIncome, isPEP = formData.isPEP, isInfluencer = formData.isInfluencer, shareCount = formData.shareCount, shareValue = formData.shareValue, civilID = formData.civilID, signatureFileId = formData.signatureFileId;
650
678
  isOccupationNonEditable = hasNoneEditableValue(user === null || user === void 0 ? void 0 : user.data_status, 'occupation');
651
679
  isSourceIncomeNonEditable = hasNoneEditableValue(user === null || user === void 0 ? void 0 : user.data_status, 'source_of_income');
@@ -653,9 +681,9 @@ export var updateIndividualInfo = createAsyncThunk('updateIndividualInfo', funct
653
681
  isInfluencerNonEditable = hasNoneEditableValue(user === null || user === void 0 ? void 0 : user.data_status, 'is_influencer');
654
682
  isMonthlyIncomeNonEditable = hasNoneEditableValue(user === null || user === void 0 ? void 0 : user.data_status, 'monthly_income');
655
683
  isSharesAvailable = shareCount || shareValue;
656
- pepInfo = isPEPNonEditable ? undefined : isPEP;
657
- influencerInfo = isInfluencerNonEditable ? undefined : isInfluencer;
658
- occupationInfo = isOccupationNonEditable || !(occupation === null || occupation === void 0 ? void 0 : occupation.id) ? undefined : { id: occupation.id };
684
+ pepInfo = isPEPNonEditable || isPEP === null ? undefined : isPEP;
685
+ influencerInfo = isInfluencerNonEditable || isInfluencer === null ? undefined : isInfluencer;
686
+ occupationInfo = isOccupationNonEditable || !(occupation === null || occupation === void 0 ? void 0 : occupation.id) ? undefined : { chapter: { id: occupation.id } };
659
687
  sourceIncomeInfo = isSourceIncomeNonEditable || !(sourceIncome === null || sourceIncome === void 0 ? void 0 : sourceIncome.id) ? undefined : [{ id: sourceIncome.id }];
660
688
  monthlyIncomeInfo = isMonthlyIncomeNonEditable || !(monthlyIncome === null || monthlyIncome === void 0 ? void 0 : monthlyIncome.id) ? undefined : { id: monthlyIncome.id };
661
689
  userPayload = {
@@ -682,23 +710,20 @@ export var updateIndividualInfo = createAsyncThunk('updateIndividualInfo', funct
682
710
  source_income: sourceIncomeInfo,
683
711
  monthly_income: monthlyIncomeInfo
684
712
  };
713
+ _e = getIndividualType(objects), isUser = _e.isUser, isShareholder = _e.isShareholder, isBoardMember = _e.isBoardMember, isBuyer = _e.isBuyer, isCustomer = _e.isCustomer;
714
+ isUserORBuyerType = isUser || isBuyer;
685
715
  payload = userPayload;
686
- if (type === IndividualType.SHARE_HOLDER)
687
- payload = shareHolderPayload;
688
- if (type === IndividualType.BOARD_MEMBER)
689
- payload = boardMemberPayload;
690
- if (type === IndividualType.BUYER)
691
- payload = buyerMemberPayload;
692
- if (type === IndividualType.CUSTOMER)
693
- payload = {};
694
- requestBody = __assign(__assign({ id: id, type: type }, payload), { encryption_contract: [], step_name: INDIVIDUAl_STEP_NAMES.INDIVIDUAl_INFO });
695
- return [4, API.individualService.updateIndividual(requestBody)];
716
+ if (objects === null || objects === void 0 ? void 0 : objects.length) {
717
+ payload = __assign(__assign(__assign(__assign(__assign({}, (isUser && payload)), (isShareholder && shareHolderPayload)), (isBoardMember && boardMemberPayload)), (isBuyer && buyerMemberPayload)), (isCustomer && {}));
718
+ }
719
+ requestBody = __assign(__assign({ ids: (ids === null || ids === void 0 ? void 0 : ids.length) ? ids : [id] }, payload), { encryption_contract: [], step_name: INDIVIDUAl_STEP_NAMES.INDIVIDUAl_INFO });
720
+ return [4, API.individualService.updateMultipleIndividual(requestBody)];
696
721
  case 1:
697
- data = _g.sent();
722
+ data = _h.sent();
698
723
  businessCountry = settings.data.businessCountry;
699
724
  hasCivilIdDocument = (civilID || []).length > 0;
700
725
  hasSignatureDocument = (signatureFileId || []).length > 0;
701
- isSendSignatureFile = (user === null || user === void 0 ? void 0 : user.is_authorized) && (type === IndividualType.USER || type === IndividualType.BUYER);
726
+ isSendSignatureFile = (user === null || user === void 0 ? void 0 : user.is_authorized) && isUserORBuyerType;
702
727
  civilIdDocument = getRecentDocumentBasedOnPurpose(user === null || user === void 0 ? void 0 : user.documents, DocumentPurpose.IDENTITY_DOCUMENT);
703
728
  signatureDocument = getRecentDocumentBasedOnPurpose(user === null || user === void 0 ? void 0 : user.documents, DocumentPurpose.CUSTOMER_SIGNATURE);
704
729
  if (!((civilIdDocument === null || civilIdDocument === void 0 ? void 0 : civilIdDocument.id) && hasCivilIdDocument)) return [3, 3];
@@ -708,8 +733,8 @@ export var updateIndividualInfo = createAsyncThunk('updateIndividualInfo', funct
708
733
  };
709
734
  return [4, API.documentService.addFilesToExistingDocument(documentBody)];
710
735
  case 2:
711
- _g.sent();
712
- _g.label = 3;
736
+ _h.sent();
737
+ _h.label = 3;
713
738
  case 3:
714
739
  if (!((signatureDocument === null || signatureDocument === void 0 ? void 0 : signatureDocument.id) && hasSignatureDocument && isSendSignatureFile)) return [3, 5];
715
740
  documentBody = {
@@ -718,8 +743,8 @@ export var updateIndividualInfo = createAsyncThunk('updateIndividualInfo', funct
718
743
  };
719
744
  return [4, API.documentService.addFilesToExistingDocument(documentBody)];
720
745
  case 4:
721
- _g.sent();
722
- _g.label = 5;
746
+ _h.sent();
747
+ _h.label = 5;
723
748
  case 5:
724
749
  documentsList = [];
725
750
  if (hasCivilIdDocument && !(civilIdDocument === null || civilIdDocument === void 0 ? void 0 : civilIdDocument.id))
@@ -728,36 +753,40 @@ export var updateIndividualInfo = createAsyncThunk('updateIndividualInfo', funct
728
753
  documentsList.push({ type: DocumentPurpose.CUSTOMER_SIGNATURE, images: signatureFileId });
729
754
  if (!(documentsList.length > 0)) return [3, 7];
730
755
  documentBody = {
731
- individual_type_id: id || '',
756
+ individual_type_id: ((ids === null || ids === void 0 ? void 0 : ids.length) ? ids.find(function (i) { return i.includes('usr_'); }) : id) || '',
732
757
  country: businessCountry.iso2,
733
758
  documents: documentsList
734
759
  };
735
760
  return [4, API.documentService.updateDocumentInfo(documentBody)];
736
761
  case 6:
737
- _g.sent();
738
- _g.label = 7;
762
+ _h.sent();
763
+ _h.label = 7;
739
764
  case 7:
765
+ individualData = (sortUserList(mapUserList(data === null || data === void 0 ? void 0 : data.individuals)) || [])[0];
740
766
  thunkApi.dispatch(handleNextScreenStep());
741
- (_f = (_e = settings.data.appConfig).onStepCompleted) === null || _f === void 0 ? void 0 : _f.call(_e, settings.data.activeScreen.name, requestBody);
742
- return [2, { data: data, formData: originalFormData }];
767
+ (_g = (_f = settings.data.appConfig).onStepCompleted) === null || _g === void 0 ? void 0 : _g.call(_f, settings.data.activeScreen.name, requestBody);
768
+ return [2, { data: data, formData: originalFormData, individualData: individualData }];
743
769
  }
744
770
  });
745
771
  });
746
772
  });
747
- export var checkEmailAvailability = createAsyncThunk('checkEmailAvailability', function (_a) {
773
+ export var checkEmailAvailability = createAsyncThunk('checkEmailAvailability', function (_a, thunkApi) {
748
774
  var email = _a.email, cancelToken = _a.cancelToken, onSuccess = _a.onSuccess;
749
775
  return __awaiter(void 0, void 0, void 0, function () {
750
- var requestBody, data;
751
- return __generator(this, function (_b) {
752
- switch (_b.label) {
776
+ var settings, requestBody, data;
777
+ var _b;
778
+ return __generator(this, function (_c) {
779
+ switch (_c.label) {
753
780
  case 0:
781
+ settings = thunkApi.getState().settings;
754
782
  requestBody = {
755
783
  email: email,
784
+ country: (_b = settings.data.businessCountry) === null || _b === void 0 ? void 0 : _b.iso2,
756
785
  encryption_contract: ['email']
757
786
  };
758
787
  return [4, API.availabilityServices.checkEmail(requestBody, { cancelToken: cancelToken })];
759
788
  case 1:
760
- data = (_b.sent()).data;
789
+ data = (_c.sent()).data;
761
790
  onSuccess === null || onSuccess === void 0 ? void 0 : onSuccess();
762
791
  if (!data.errors)
763
792
  return [2, { response: data, formData: email }];
@@ -767,13 +796,13 @@ export var checkEmailAvailability = createAsyncThunk('checkEmailAvailability', f
767
796
  });
768
797
  });
769
798
  export var updateBoardSuccess = createAsyncThunk('individualUpdateBoardSuccess', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
770
- var _a, settings, individual, _b, id, infoId, payload, data, boardInfoStatus;
771
- var _c, _d, _e, _f;
772
- return __generator(this, function (_g) {
773
- switch (_g.label) {
799
+ var _a, settings, individual, _b, id, infoId, primaryUser, payload, data, boardInfoStatus, individualDataRes, _c, is_authorized, userId, type;
800
+ var _d, _e, _f, _g;
801
+ return __generator(this, function (_h) {
802
+ switch (_h.label) {
774
803
  case 0:
775
804
  _a = thunkApi.getState(), settings = _a.settings, individual = _a.individual;
776
- _b = individual.data.verify.responseBody || {}, id = _b.board_id, infoId = _b.board_info_id;
805
+ _b = individual.data.verify.responseBody || {}, id = _b.board_id, infoId = _b.board_info_id, primaryUser = _b.primaryUser;
777
806
  if (!id)
778
807
  return [2];
779
808
  payload = {
@@ -783,17 +812,41 @@ export var updateBoardSuccess = createAsyncThunk('individualUpdateBoardSuccess',
783
812
  };
784
813
  return [4, API.boardService.updateBoardInfo(__assign({ id: id, infoId: infoId }, payload))];
785
814
  case 1:
786
- data = _g.sent();
815
+ data = _h.sent();
787
816
  return [4, API.boardService.retrieveBoardInfoStatus(id)];
788
817
  case 2:
789
- boardInfoStatus = _g.sent();
818
+ boardInfoStatus = _h.sent();
790
819
  return [4, thunkApi.dispatch(retrieveBoardDetails(id))];
791
820
  case 3:
792
- _g.sent();
793
- (_d = (_c = settings.data.appConfig).onStepCompleted) === null || _d === void 0 ? void 0 : _d.call(_c, settings.data.activeScreen.name, {});
794
- (_f = (_e = settings.data.appConfig).onFlowCompleted) === null || _f === void 0 ? void 0 : _f.call(_e, { data: data });
821
+ _h.sent();
822
+ individualDataRes = undefined;
823
+ _c = primaryUser || {}, is_authorized = _c.is_authorized, userId = _c.id, type = _c.object;
824
+ if (!!is_authorized) return [3, 5];
825
+ return [4, thunkApi
826
+ .dispatch(retrieveIndividualInfo({ id: userId, type: type, countryCode: settings.data.businessCountry.iso2 }))
827
+ .unwrap()];
828
+ case 4:
829
+ individualDataRes = _h.sent();
830
+ _h.label = 5;
831
+ case 5:
832
+ (_e = (_d = settings.data.appConfig).onStepCompleted) === null || _e === void 0 ? void 0 : _e.call(_d, settings.data.activeScreen.name, {});
833
+ (_g = (_f = settings.data.appConfig).onFlowCompleted) === null || _g === void 0 ? void 0 : _g.call(_f, { data: data });
795
834
  thunkApi.dispatch(handleNextScreenStep());
796
- return [2, { response: __assign(__assign({}, data), { flows: (boardInfoStatus === null || boardInfoStatus === void 0 ? void 0 : boardInfoStatus.info) || [] }), formData: params }];
835
+ return [2, { response: __assign(__assign({}, data), { flows: (boardInfoStatus === null || boardInfoStatus === void 0 ? void 0 : boardInfoStatus.info) || [] }), formData: params, individualData: individualDataRes === null || individualDataRes === void 0 ? void 0 : individualDataRes.data }];
836
+ }
837
+ });
838
+ }); });
839
+ export var onCloseCompleteIndividual = createAsyncThunk('individual/onCloseCompleteIndividual', function (_, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
840
+ var individual, _a, merchant, brand, entity;
841
+ return __generator(this, function (_b) {
842
+ switch (_b.label) {
843
+ case 0:
844
+ individual = thunkApi.getState().individual;
845
+ _a = individual.data.verify.responseBody || {}, merchant = _a.merchant, brand = _a.brand, entity = _a.entity;
846
+ return [4, thunkApi.dispatch(onCloseComplete({ merchantId: merchant === null || merchant === void 0 ? void 0 : merchant.id, brandId: brand === null || brand === void 0 ? void 0 : brand.id, entityId: entity === null || entity === void 0 ? void 0 : entity.id }))];
847
+ case 1:
848
+ _b.sent();
849
+ return [2];
797
850
  }
798
851
  });
799
852
  }); });
@@ -803,6 +856,7 @@ var initialState = {
803
856
  cityLoading: false,
804
857
  data: {
805
858
  flowName: FlowsTypes.INDIVIDUAL,
859
+ currency: '',
806
860
  verify: {
807
861
  token: ''
808
862
  },
@@ -837,7 +891,6 @@ var initialState = {
837
891
  sourceIncome: undefined,
838
892
  monthlyIncome: undefined,
839
893
  employerName: '',
840
- employerLocation: undefined,
841
894
  isPEP: null,
842
895
  isInfluencer: null,
843
896
  shareCount: '',
@@ -939,10 +992,72 @@ export var individualSlice = createSlice({
939
992
  state.error = null;
940
993
  })
941
994
  .addCase(addDetailsAsync.fulfilled, function (state, action) {
995
+ var _a, _b, _c, _d;
942
996
  state.loading = false;
943
997
  state.error = null;
944
- var userList = action.payload.userList;
998
+ var _e = action.payload, userList = _e.userList, individualId = _e.individualId, countries = _e.countries;
999
+ var primaryUser = (state.data.verify.responseBody || {}).user;
1000
+ var user = (userList || []).find(function (user) { return user.individual_id === individualId; });
945
1001
  state.data.verify.responseBody = __assign(__assign({}, state.data.verify.responseBody), { userList: userList });
1002
+ state.data.verify.responseBody = __assign(__assign({}, state.data.verify.responseBody), { userList: userList, user: __assign(__assign({}, user), { is_authorized: (user === null || user === void 0 ? void 0 : user.is_authorized) !== undefined ? user === null || user === void 0 ? void 0 : user.is_authorized : primaryUser === null || primaryUser === void 0 ? void 0 : primaryUser.is_authorized }) });
1003
+ var _f = user || {}, source_income = _f.source_income, monthly_income = _f.monthly_income, occupation = _f.occupation, is_relative_PEP = _f.is_relative_PEP, is_influencer = _f.is_influencer, birth = _f.birth, contact = _f.contact, identification = _f.identification, nationality = _f.nationality, gender = _f.gender, shares = _f.shares;
1004
+ var _g = state.data.individualData.responseBody || {}, sourceIncomeList = _g.sourceIncomeList, monthlyIncomeList = _g.monthlyIncomeList;
1005
+ var cityList = (state.data.verify.responseBody || {}).cityList;
1006
+ if (user)
1007
+ state.data.individualPersonalData.name = getUserName(user, false);
1008
+ if (contact === null || contact === void 0 ? void 0 : contact.email)
1009
+ state.data.individualPersonalData.email = contact === null || contact === void 0 ? void 0 : contact.email;
1010
+ if ((_a = contact === null || contact === void 0 ? void 0 : contact.phone) === null || _a === void 0 ? void 0 : _a.number)
1011
+ state.data.individualPersonalData.mobile = (_b = contact === null || contact === void 0 ? void 0 : contact.phone) === null || _b === void 0 ? void 0 : _b.number;
1012
+ if ((_c = contact === null || contact === void 0 ? void 0 : contact.phone) === null || _c === void 0 ? void 0 : _c.country_code) {
1013
+ state.data.individualPersonalData.countryCode = findCountryByIddPrefix(countries, (_d = contact === null || contact === void 0 ? void 0 : contact.phone) === null || _d === void 0 ? void 0 : _d.country_code) || defaultCountry;
1014
+ }
1015
+ if (gender)
1016
+ state.data.individualPersonalData.gender = gender.toLowerCase();
1017
+ if (identification === null || identification === void 0 ? void 0 : identification.id)
1018
+ state.data.individualPersonalData.nid = identification === null || identification === void 0 ? void 0 : identification.id;
1019
+ if (identification === null || identification === void 0 ? void 0 : identification.issued_country_code) {
1020
+ state.data.individualPersonalData.issuedCountry = findCountryByIso2(countries, identification === null || identification === void 0 ? void 0 : identification.issued_country_code);
1021
+ }
1022
+ var expiryDate = new Date((identification === null || identification === void 0 ? void 0 : identification.expiry) || new Date().getTime());
1023
+ state.data.individualPersonalData.expiryDate = convertNumbers2English(dateFormat(expiryDate));
1024
+ if (birth === null || birth === void 0 ? void 0 : birth.date)
1025
+ state.data.individualPersonalData.dob = convertNumbers2English(dateFormat(new Date(birth === null || birth === void 0 ? void 0 : birth.date)));
1026
+ if (birth === null || birth === void 0 ? void 0 : birth.country) {
1027
+ state.data.individualPersonalData.placeOfBirthCountry = findCountryByIso2(countries, birth === null || birth === void 0 ? void 0 : birth.country);
1028
+ }
1029
+ if (birth === null || birth === void 0 ? void 0 : birth.city) {
1030
+ var selectedCity = cityList === null || cityList === void 0 ? void 0 : cityList.find(function (city) {
1031
+ var _a;
1032
+ return city.id === ((_a = birth === null || birth === void 0 ? void 0 : birth.city) === null || _a === void 0 ? void 0 : _a.cityId);
1033
+ });
1034
+ state.data.individualPersonalData.placeOfBirthCity = selectedCity;
1035
+ }
1036
+ if (nationality) {
1037
+ state.data.individualPersonalData.nationality = findCountryByIso2(countries, nationality);
1038
+ }
1039
+ var _h = shares || {}, count = _h.count, value = _h.value;
1040
+ var shareCount = count === null || count === void 0 ? void 0 : count.toString();
1041
+ var shareValue = value === null || value === void 0 ? void 0 : value.toString();
1042
+ if (shareCount) {
1043
+ state.data.individualData.shareCount = shareCount;
1044
+ }
1045
+ if (shareValue) {
1046
+ state.data.individualData.shareValue = formatNumberAsCurrency(shareValue);
1047
+ }
1048
+ var selectedSourceIncome = (sourceIncomeList === null || sourceIncomeList === void 0 ? void 0 : sourceIncomeList.find(function (source) { var _a; return (source === null || source === void 0 ? void 0 : source.id) === ((_a = source_income === null || source_income === void 0 ? void 0 : source_income[0]) === null || _a === void 0 ? void 0 : _a.id); })) || (sourceIncomeList === null || sourceIncomeList === void 0 ? void 0 : sourceIncomeList[0]);
1049
+ if (!!selectedSourceIncome)
1050
+ state.data.individualData.sourceIncome = selectedSourceIncome;
1051
+ var selectedMonthlyIncome = monthlyIncomeList === null || monthlyIncomeList === void 0 ? void 0 : monthlyIncomeList.find(function (income) {
1052
+ return income.id === (monthly_income === null || monthly_income === void 0 ? void 0 : monthly_income.id);
1053
+ });
1054
+ var selectedOccupation = (occupation === null || occupation === void 0 ? void 0 : occupation.chapter) || (occupation === null || occupation === void 0 ? void 0 : occupation.section);
1055
+ state.data.individualData.monthlyIncome = selectedMonthlyIncome;
1056
+ state.data.individualData.occupation = selectedOccupation;
1057
+ if (is_relative_PEP !== undefined)
1058
+ state.data.individualData.isPEP = is_relative_PEP;
1059
+ if (is_influencer !== undefined)
1060
+ state.data.individualData.isInfluencer = is_influencer;
946
1061
  })
947
1062
  .addCase(addDetailsAsync.rejected, function (state, action) {
948
1063
  state.loading = false;
@@ -955,12 +1070,12 @@ export var individualSlice = createSlice({
955
1070
  .addCase(requestDetailsByEmail.fulfilled, function (state, action) {
956
1071
  state.loading = false;
957
1072
  state.error = null;
958
- var _a = action.payload, data = _a.data, userData = _a.userData;
1073
+ var _a = action.payload, data = _a.data, individualData = _a.individualData;
959
1074
  var userList = (state.data.verify.responseBody || {}).userList;
960
1075
  var list = userList || [];
961
1076
  list = list.map(function (user) {
962
1077
  var _a, _b;
963
- var userInfo = user.id === (userData === null || userData === void 0 ? void 0 : userData.id) ? userData : user;
1078
+ var userInfo = user.id === (individualData === null || individualData === void 0 ? void 0 : individualData.id) ? individualData : user;
964
1079
  return user.id === ((_b = (_a = data === null || data === void 0 ? void 0 : data.notification) === null || _a === void 0 ? void 0 : _a.recipient) === null || _b === void 0 ? void 0 : _b.id) ? __assign(__assign({}, userInfo), { isRequestedEmail: true }) : userInfo;
965
1080
  });
966
1081
  state.data.verify.responseBody = __assign(__assign({}, state.data.verify.responseBody), { requestEmailData: data, userList: list });
@@ -975,11 +1090,11 @@ export var individualSlice = createSlice({
975
1090
  .addCase(retrieveIndividualInfo.fulfilled, function (state, action) {
976
1091
  var _a, _b, _c, _d;
977
1092
  state.error = null;
978
- var _e = action.payload, data = _e.data, countries = _e.countries, countryCode = _e.countryCode;
1093
+ var _e = action.payload, data = _e.data, countries = _e.countries;
979
1094
  var user = (state.data.verify.responseBody || {}).user;
980
- state.data.verify.responseBody = __assign(__assign({}, state.data.verify.responseBody), { user: __assign(__assign({}, data), { is_authorized: data.is_authorized !== undefined ? data.is_authorized : user === null || user === void 0 ? void 0 : user.is_authorized }) });
981
- var _f = data || {}, source_income = _f.source_income, monthly_income = _f.monthly_income, occupation = _f.occupation, is_relative_PEP = _f.is_relative_PEP, is_influencer = _f.is_influencer, birth = _f.birth, contact = _f.contact, identification = _f.identification, nationality = _f.nationality, gender = _f.gender, employer_country = _f.employer_country, shares = _f.shares;
982
- var _g = state.data.individualData.responseBody || {}, sourceIncomeList = _g.sourceIncomeList, monthlyIncomeList = _g.monthlyIncomeList, occupationList = _g.occupationList;
1095
+ state.data.verify.responseBody = __assign(__assign({}, state.data.verify.responseBody), { primaryUser: data, user: __assign(__assign({}, data), { is_authorized: data.is_authorized !== undefined ? data.is_authorized : user === null || user === void 0 ? void 0 : user.is_authorized }) });
1096
+ var _f = data || {}, source_income = _f.source_income, monthly_income = _f.monthly_income, occupation = _f.occupation, is_relative_PEP = _f.is_relative_PEP, is_influencer = _f.is_influencer, birth = _f.birth, contact = _f.contact, identification = _f.identification, nationality = _f.nationality, gender = _f.gender, shares = _f.shares;
1097
+ var _g = state.data.individualData.responseBody || {}, sourceIncomeList = _g.sourceIncomeList, monthlyIncomeList = _g.monthlyIncomeList;
983
1098
  var cityList = (state.data.verify.responseBody || {}).cityList;
984
1099
  if (data)
985
1100
  state.data.individualPersonalData.name = getUserName(data, false);
@@ -994,7 +1109,6 @@ export var individualSlice = createSlice({
994
1109
  state.data.individualPersonalData.gender = gender.toLowerCase();
995
1110
  if (identification === null || identification === void 0 ? void 0 : identification.id)
996
1111
  state.data.individualPersonalData.nid = identification === null || identification === void 0 ? void 0 : identification.id;
997
- state.data.individualPersonalData.issuedCountry = identification === null || identification === void 0 ? void 0 : identification.issued_country_code;
998
1112
  if (identification === null || identification === void 0 ? void 0 : identification.issued_country_code) {
999
1113
  state.data.individualPersonalData.issuedCountry = findCountryByIso2(countries, identification === null || identification === void 0 ? void 0 : identification.issued_country_code);
1000
1114
  }
@@ -1027,17 +1141,10 @@ export var individualSlice = createSlice({
1027
1141
  var selectedSourceIncome = (sourceIncomeList === null || sourceIncomeList === void 0 ? void 0 : sourceIncomeList.find(function (source) { var _a; return (source === null || source === void 0 ? void 0 : source.id) === ((_a = source_income === null || source_income === void 0 ? void 0 : source_income[0]) === null || _a === void 0 ? void 0 : _a.id); })) || (sourceIncomeList === null || sourceIncomeList === void 0 ? void 0 : sourceIncomeList[0]);
1028
1142
  if (!!selectedSourceIncome)
1029
1143
  state.data.individualData.sourceIncome = selectedSourceIncome;
1030
- var code = employer_country || countryCode;
1031
- if (!!code) {
1032
- var employerLocation = (countries || []).find(function (country) { return country.iso2 === code; });
1033
- state.data.individualData.employerLocation = employerLocation;
1034
- }
1035
1144
  var selectedMonthlyIncome = monthlyIncomeList === null || monthlyIncomeList === void 0 ? void 0 : monthlyIncomeList.find(function (income) {
1036
1145
  return income.id === (monthly_income === null || monthly_income === void 0 ? void 0 : monthly_income.id);
1037
1146
  });
1038
- var selectedOccupation = occupationList === null || occupationList === void 0 ? void 0 : occupationList.find(function (occup) {
1039
- return occup.id === (occupation === null || occupation === void 0 ? void 0 : occupation.id);
1040
- });
1147
+ var selectedOccupation = (occupation === null || occupation === void 0 ? void 0 : occupation.chapter) || (occupation === null || occupation === void 0 ? void 0 : occupation.section);
1041
1148
  state.data.individualData.monthlyIncome = selectedMonthlyIncome;
1042
1149
  state.data.individualData.occupation = selectedOccupation;
1043
1150
  state.data.individualData.isPEP = is_relative_PEP;
@@ -1064,25 +1171,23 @@ export var individualSlice = createSlice({
1064
1171
  state.error = null;
1065
1172
  })
1066
1173
  .addCase(retrieveDataList.fulfilled, function (state, action) {
1067
- var _a;
1174
+ var _a, _b;
1068
1175
  state.loading = false;
1069
1176
  state.error = null;
1070
- var _b = action.payload, sourceIncome = _b.sourceIncome, monthlyIncome = _b.monthlyIncome, occupationData = _b.occupation;
1177
+ var _c = action.payload, sourceIncome = _c.sourceIncome, monthlyIncome = _c.monthlyIncome, occupationData = _c.occupation;
1071
1178
  var data = state.data.individualData.responseBody;
1072
1179
  var sourceIncomeList = (sourceIncome === null || sourceIncome === void 0 ? void 0 : sourceIncome.list) || [];
1073
- var monthlyIncomeList = (monthlyIncome === null || monthlyIncome === void 0 ? void 0 : monthlyIncome.list) || [];
1180
+ var monthlyIncomeList = ((_a = monthlyIncome === null || monthlyIncome === void 0 ? void 0 : monthlyIncome.list) === null || _a === void 0 ? void 0 : _a.length) ? monthlyIncome === null || monthlyIncome === void 0 ? void 0 : monthlyIncome.list : MONTHLY_INCOME_LIST;
1074
1181
  var occupationList = (occupationData === null || occupationData === void 0 ? void 0 : occupationData.list) || [];
1075
1182
  state.data.individualData.responseBody = __assign(__assign({}, data), { sourceIncomeList: sourceIncomeList, monthlyIncomeList: monthlyIncomeList, occupationList: occupationList });
1076
- var _c = ((_a = state.data.verify.responseBody) === null || _a === void 0 ? void 0 : _a.user) || {}, source_income = _c.source_income, monthly_income = _c.monthly_income, occupation = _c.occupation;
1077
- var selectedSourceIncome = (sourceIncomeList === null || sourceIncomeList === void 0 ? void 0 : sourceIncomeList.find(function (source) { var _a; return (source === null || source === void 0 ? void 0 : source.id) === ((_a = source_income === null || source_income === void 0 ? void 0 : source_income[0]) === null || _a === void 0 ? void 0 : _a.id); })) || (sourceIncomeList === null || sourceIncomeList === void 0 ? void 0 : sourceIncomeList[0]);
1183
+ var _d = ((_b = state.data.verify.responseBody) === null || _b === void 0 ? void 0 : _b.user) || {}, source_income = _d.source_income, monthly_income = _d.monthly_income, occupation = _d.occupation;
1184
+ var selectedSourceIncome = sourceIncomeList === null || sourceIncomeList === void 0 ? void 0 : sourceIncomeList.find(function (source) { var _a; return (source === null || source === void 0 ? void 0 : source.id) === ((_a = source_income === null || source_income === void 0 ? void 0 : source_income[0]) === null || _a === void 0 ? void 0 : _a.id); });
1078
1185
  if (!!selectedSourceIncome)
1079
1186
  state.data.individualData.sourceIncome = selectedSourceIncome;
1080
1187
  var selectedMonthlyIncome = monthlyIncomeList === null || monthlyIncomeList === void 0 ? void 0 : monthlyIncomeList.find(function (income) {
1081
1188
  return income.id === (monthly_income === null || monthly_income === void 0 ? void 0 : monthly_income.id);
1082
1189
  });
1083
- var selectedOccupation = occupationList === null || occupationList === void 0 ? void 0 : occupationList.find(function (occup) {
1084
- return occup.id === (occupation === null || occupation === void 0 ? void 0 : occupation.id);
1085
- });
1190
+ var selectedOccupation = (occupation === null || occupation === void 0 ? void 0 : occupation.chapter) || (occupation === null || occupation === void 0 ? void 0 : occupation.section);
1086
1191
  state.data.individualData.monthlyIncome = selectedMonthlyIncome;
1087
1192
  state.data.individualData.occupation = selectedOccupation;
1088
1193
  })
@@ -1102,10 +1207,10 @@ export var individualSlice = createSlice({
1102
1207
  var cityList = action.payload;
1103
1208
  state.data.verify.responseBody = __assign(__assign({}, data), { cityList: cityList });
1104
1209
  var birth = (((_a = state.data.verify.responseBody) === null || _a === void 0 ? void 0 : _a.user) || {}).birth;
1105
- var city = (birth || {}).city;
1106
- if (city) {
1107
- var selectedCity = cityList === null || cityList === void 0 ? void 0 : cityList.find(function (c) {
1108
- return c.name.en === city;
1210
+ if (birth === null || birth === void 0 ? void 0 : birth.city) {
1211
+ var selectedCity = cityList === null || cityList === void 0 ? void 0 : cityList.find(function (city) {
1212
+ var _a;
1213
+ return city.id === ((_a = birth === null || birth === void 0 ? void 0 : birth.city) === null || _a === void 0 ? void 0 : _a.cityId);
1109
1214
  });
1110
1215
  state.data.individualPersonalData.placeOfBirthCity = selectedCity;
1111
1216
  }
@@ -1134,11 +1239,14 @@ export var individualSlice = createSlice({
1134
1239
  state.error = null;
1135
1240
  })
1136
1241
  .addCase(updateIndividualPersonalInfo.fulfilled, function (state, action) {
1242
+ var _a;
1137
1243
  state.loading = false;
1138
1244
  state.error = null;
1139
- var _a = action.payload, data = _a.data, formData = _a.formData;
1245
+ var _b = action.payload, data = _b.data, formData = _b.formData, currencyData = _b.currencyData;
1140
1246
  state.data.individualPersonalData = formData;
1141
1247
  state.data.individualPersonalData.responseBody = data;
1248
+ if ((_a = currencyData === null || currencyData === void 0 ? void 0 : currencyData.code) === null || _a === void 0 ? void 0 : _a.english)
1249
+ state.data.currency = currencyData.code.english;
1142
1250
  })
1143
1251
  .addCase(updateIndividualPersonalInfo.rejected, function (state, action) {
1144
1252
  state.loading = false;
@@ -1151,9 +1259,16 @@ export var individualSlice = createSlice({
1151
1259
  .addCase(updateIndividualInfo.fulfilled, function (state, action) {
1152
1260
  state.loading = false;
1153
1261
  state.error = null;
1154
- var _a = action.payload, data = _a.data, formData = _a.formData;
1262
+ var _a = action.payload, data = _a.data, formData = _a.formData, individualData = _a.individualData;
1155
1263
  state.data.individualData = formData;
1156
1264
  state.data.individualData.responseBody = data;
1265
+ var userList = (state.data.verify.responseBody || {}).userList;
1266
+ var list = userList || [];
1267
+ list = list.map(function (user) {
1268
+ var userInfo = user.id === (individualData === null || individualData === void 0 ? void 0 : individualData.id) ? individualData : user;
1269
+ return userInfo;
1270
+ });
1271
+ state.data.verify.responseBody = __assign(__assign({}, state.data.verify.responseBody), { userList: list });
1157
1272
  })
1158
1273
  .addCase(updateIndividualInfo.rejected, function (state, action) {
1159
1274
  state.loading = false;
@@ -1205,14 +1320,18 @@ export var individualSlice = createSlice({
1205
1320
  var _a;
1206
1321
  state.loading = false;
1207
1322
  state.error = null;
1208
- var response = (action.payload || {}).response;
1323
+ var _b = action.payload || {}, response = _b.response, individualData = _b.individualData;
1209
1324
  var description = (((_a = response === null || response === void 0 ? void 0 : response.errors) === null || _a === void 0 ? void 0 : _a[0]) || {}).description;
1210
1325
  if (description) {
1211
1326
  state.error = description;
1212
1327
  return;
1213
1328
  }
1214
1329
  var flows = response.flows;
1215
- state.data.verify.responseBody = __assign(__assign({}, state.data.verify.responseBody), { flows: flows });
1330
+ var individuals = (state.data.verify.responseBody || {}).individuals;
1331
+ var data_state = (((individualData === null || individualData === void 0 ? void 0 : individualData.is_authorized) ? individuals : individualData) || {}).data_state;
1332
+ state.data.verify.responseBody = __assign(__assign(__assign({}, state.data.verify.responseBody), { flows: flows }), (data_state && {
1333
+ individuals: __assign(__assign({}, individuals), { data_state: data_state })
1334
+ }));
1216
1335
  })
1217
1336
  .addCase(updateBoardSuccess.pending, function (state) {
1218
1337
  state.loading = true;
@@ -1221,6 +1340,18 @@ export var individualSlice = createSlice({
1221
1340
  .addCase(updateBoardSuccess.rejected, function (state, action) {
1222
1341
  state.loading = false;
1223
1342
  state.error = action.error.message;
1343
+ })
1344
+ .addCase(onCloseCompleteIndividual.pending, function (state) {
1345
+ state.loading = true;
1346
+ state.error = null;
1347
+ })
1348
+ .addCase(onCloseCompleteIndividual.fulfilled, function (state) {
1349
+ state.loading = false;
1350
+ state.error = null;
1351
+ })
1352
+ .addCase(onCloseCompleteIndividual.rejected, function (state, action) {
1353
+ state.loading = false;
1354
+ state.error = action.error.message;
1224
1355
  });
1225
1356
  }
1226
1357
  });