@tap-payments/auth-jsconnect 2.4.5-test → 2.4.6

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