@tap-payments/auth-jsconnect 2.6.95-test → 2.6.97-test

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 (397) hide show
  1. package/build/@types/app.d.ts +19 -19
  2. package/build/@types/form.d.ts +22 -22
  3. package/build/@types/theme.d.ts +1 -1
  4. package/build/api/account.d.ts +2 -2
  5. package/build/api/auth.d.ts +13 -13
  6. package/build/api/availabilityServices.d.ts +3 -3
  7. package/build/api/axios.js +1 -1
  8. package/build/api/board.d.ts +3 -3
  9. package/build/api/brand.d.ts +1 -1
  10. package/build/api/country.d.ts +1 -1
  11. package/build/api/data.d.ts +11 -11
  12. package/build/api/document.d.ts +2 -2
  13. package/build/api/entity.d.ts +10 -10
  14. package/build/api/file.d.ts +1 -1
  15. package/build/api/individual.d.ts +5 -5
  16. package/build/api/init.d.ts +1 -1
  17. package/build/api/lead.d.ts +12 -12
  18. package/build/api/lead.js +1 -1
  19. package/build/api/operator.d.ts +2 -2
  20. package/build/api/operator.js +1 -1
  21. package/build/api/user.d.ts +2 -2
  22. package/build/app/settings.d.ts +3 -21
  23. package/build/app/settings.js +1 -1
  24. package/build/app/store.d.ts +4 -4
  25. package/build/components/AnimationFlow/AnimationFlow.d.ts +1 -1
  26. package/build/components/AnimationFlow/BottomSheet.d.ts +1 -1
  27. package/build/components/AnimationFlow/Dialog.d.ts +1 -1
  28. package/build/components/AnimationFlow/Error.d.ts +2 -1
  29. package/build/components/AnimationFlow/Loader.d.ts +2 -1
  30. package/build/components/ArabicDatePicker/ArabicDatePicker.d.ts +1 -1
  31. package/build/components/Button/Button.d.ts +1 -1
  32. package/build/components/CheckBox/CheckBox.d.ts +1 -1
  33. package/build/components/Collapse/Collapse.d.ts +2 -1
  34. package/build/components/DatePicker/DatePicker.d.ts +1 -1
  35. package/build/components/ExpandIcon/ExpandIcon.d.ts +2 -1
  36. package/build/components/FileInput/DragAndDrop.d.ts +2 -1
  37. package/build/components/FileInput/UploadInput.d.ts +2 -1
  38. package/build/components/Footer/Footer.d.ts +1 -1
  39. package/build/components/Form/Form.d.ts +1 -1
  40. package/build/components/Input/Input.d.ts +1 -1
  41. package/build/components/InputAdornment/InputAdornment.d.ts +1 -1
  42. package/build/components/List/List.d.ts +1 -1
  43. package/build/components/ListItem/ListItem.d.ts +1 -1
  44. package/build/components/Loader/Loader.d.ts +1 -1
  45. package/build/components/LogoBadge/LogoBadge.d.ts +1 -1
  46. package/build/components/OTPField/OTPField.d.ts +1 -1
  47. package/build/components/OTPTimer/OTPTimer.d.ts +1 -1
  48. package/build/components/ProgressBar/CircularProgressBar.d.ts +2 -1
  49. package/build/components/ProgressBar/ProgressBar.d.ts +1 -1
  50. package/build/components/Providers/ReduxProvider.d.ts +1 -1
  51. package/build/components/Providers/ThemeProvider.d.ts +1 -1
  52. package/build/components/Radio/Radio.d.ts +1 -1
  53. package/build/components/RadioGroup/RadioGroup.d.ts +1 -1
  54. package/build/components/RadioLabel/RadioLabel.d.ts +1 -1
  55. package/build/components/SimpleList/SimpleList.d.ts +1 -1
  56. package/build/components/Slide/Slide.d.ts +1 -1
  57. package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
  58. package/build/components/Text/Text.d.ts +1 -1
  59. package/build/components/ToggleButton/ToggleButton.d.ts +1 -1
  60. package/build/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
  61. package/build/components/Tooltip/Tooltip.d.ts +1 -1
  62. package/build/components/Warning/Warning.d.ts +1 -1
  63. package/build/constants/app.d.ts +1 -1
  64. package/build/features/app/auth/authStore.d.ts +15 -141
  65. package/build/features/app/auth/authStore.js +1 -1
  66. package/build/features/app/bank/bankStore.d.ts +11 -92
  67. package/build/features/app/bank/bankStore.js +1 -1
  68. package/build/features/app/board/boardStore.d.ts +5 -41
  69. package/build/features/app/board/boardStore.js +1 -1
  70. package/build/features/app/brand/brandStore.d.ts +16 -142
  71. package/build/features/app/brand/brandStore.js +1 -1
  72. package/build/features/app/business/businessStore.d.ts +18 -162
  73. package/build/features/app/business/businessStore.js +7 -5
  74. package/build/features/app/connect/connectStore.d.ts +16 -151
  75. package/build/features/app/connect/connectStore.js +1 -1
  76. package/build/features/app/connectExpress/connectExpressStore.d.ts +28 -271
  77. package/build/features/app/connectExpress/connectExpressStore.js +17 -13
  78. package/build/features/app/entity/entityStore.d.ts +11 -92
  79. package/build/features/app/entity/entityStore.js +1 -1
  80. package/build/features/app/individual/individualStore.d.ts +23 -185
  81. package/build/features/app/individual/individualStore.js +1 -1
  82. package/build/features/app/password/passwordStore.d.ts +13 -112
  83. package/build/features/app/password/passwordStore.js +1 -1
  84. package/build/features/app/signIn/signInStore.d.ts +7 -61
  85. package/build/features/app/signIn/signInStore.js +1 -1
  86. package/build/features/app/tax/taxStore.d.ts +10 -82
  87. package/build/features/app/tax/taxStore.js +1 -1
  88. package/build/features/auth/Auth.d.ts +2 -1
  89. package/build/features/auth/Auth.js +1 -1
  90. package/build/features/auth/screens/AccountNotFound/AccountNotFound.d.ts +1 -1
  91. package/build/features/auth/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
  92. package/build/features/auth/screens/AuthenticationList/BrandList.d.ts +1 -1
  93. package/build/features/auth/screens/AuthenticationList/EntityList.d.ts +1 -1
  94. package/build/features/auth/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
  95. package/build/features/auth/screens/BusinessCountry/BusinessCountry.js +1 -1
  96. package/build/features/auth/screens/CivilID/CivilID.d.ts +1 -1
  97. package/build/features/auth/screens/Mobile/Mobile.d.ts +1 -1
  98. package/build/features/auth/screens/NID/DOB.d.ts +2 -1
  99. package/build/features/auth/screens/NID/NID.d.ts +1 -1
  100. package/build/features/auth/screens/OTP/OTP.d.ts +1 -1
  101. package/build/features/auth/screens/OTP/OTPInput.d.ts +1 -1
  102. package/build/features/auth/screens/PreparingData/PreparingData.d.ts +1 -1
  103. package/build/features/auth/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  104. package/build/features/bank/Bank.d.ts +2 -1
  105. package/build/features/bank/screens/BankDetails/BankDetails.d.ts +2 -1
  106. package/build/features/bank/screens/BankDetails/BankName.d.ts +3 -2
  107. package/build/features/bank/screens/BankDetails/BankStatement.d.ts +3 -2
  108. package/build/features/bank/screens/BankDetails/Beneficiary.d.ts +2 -1
  109. package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +3 -2
  110. package/build/features/bank/screens/BankDetails/IBAN.d.ts +2 -1
  111. package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
  112. package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  113. package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  114. package/build/features/bank/screens/Success/Success.d.ts +1 -1
  115. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  116. package/build/features/bank/screens/Verify/OTPInput.d.ts +1 -1
  117. package/build/features/bank/screens/Verify/Verify.d.ts +1 -1
  118. package/build/features/board/Board.d.ts +2 -1
  119. package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  120. package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  121. package/build/features/board/screens/Verify/OTPInput.d.ts +1 -1
  122. package/build/features/board/screens/Verify/Verify.d.ts +1 -1
  123. package/build/features/brand/Brand.d.ts +2 -1
  124. package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +29 -13
  125. package/build/features/brand/screens/BrandActivities/BrandActivities.d.ts +2 -1
  126. package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +37 -13
  127. package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +2 -1
  128. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +2 -1
  129. package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +20 -12
  130. package/build/features/brand/screens/BrandActivities/TAC.d.ts +3 -3
  131. package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +3 -2
  132. package/build/features/brand/screens/BrandInfo/BrandInfo.d.ts +2 -1
  133. package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +3 -2
  134. package/build/features/brand/screens/BrandInfo/BrandName.d.ts +1 -1
  135. package/build/features/brand/screens/BrandInfo/BrandName.js +1 -1
  136. package/build/features/brand/screens/BrandInfo/SalesChannels.d.ts +2 -1
  137. package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.d.ts +2 -1
  138. package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.d.ts +2 -1
  139. package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.d.ts +2 -1
  140. package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.d.ts +2 -1
  141. package/build/features/brand/screens/BrandSegmentInfo/TeamSize.d.ts +2 -1
  142. package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  143. package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  144. package/build/features/brand/screens/Success/Success.d.ts +1 -1
  145. package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  146. package/build/features/brand/screens/Verify/OTPInput.d.ts +1 -1
  147. package/build/features/brand/screens/Verify/Verify.d.ts +1 -1
  148. package/build/features/business/Business.d.ts +2 -1
  149. package/build/features/business/screens/Activities/Activities.d.ts +2 -1
  150. package/build/features/business/screens/Activities/ActivitiesList.d.ts +25 -9
  151. package/build/features/business/screens/Activities/LicenseName.d.ts +1 -1
  152. package/build/features/business/screens/Activities/OperationStartDate.d.ts +13 -5
  153. package/build/features/business/screens/BrandDetails/BrandDetails.d.ts +1 -1
  154. package/build/features/business/screens/BrandDetails/BrandName.d.ts +1 -1
  155. package/build/features/business/screens/BrandDetails/Header.d.ts +1 -1
  156. package/build/features/business/screens/BrandDetails/LicenseInfo.d.ts +1 -1
  157. package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +13 -5
  158. package/build/features/business/screens/BusinessType/Article.d.ts +3 -2
  159. package/build/features/business/screens/BusinessType/BusinessType.d.ts +1 -1
  160. package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +1 -1
  161. package/build/features/business/screens/BusinessType/EntityName.d.ts +2 -1
  162. package/build/features/business/screens/BusinessType/LicenseCertificate.d.ts +2 -1
  163. package/build/features/business/screens/BusinessType/LicenseList.d.ts +1 -1
  164. package/build/features/business/screens/BusinessType/LicenseNumber.d.ts +1 -1
  165. package/build/features/business/screens/BusinessType/LicenseType.d.ts +4 -4
  166. package/build/features/business/screens/BusinessType/SelectType.d.ts +1 -1
  167. package/build/features/business/screens/BusinessType/Switch.d.ts +1 -1
  168. package/build/features/business/screens/CivilID/CivilID.d.ts +1 -1
  169. package/build/features/business/screens/Customers/CustomerLocations.d.ts +41 -17
  170. package/build/features/business/screens/Customers/Customers.d.ts +1 -1
  171. package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +2 -1
  172. package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +2 -1
  173. package/build/features/business/screens/Customers/RefundPolicy.d.ts +19 -11
  174. package/build/features/business/screens/Customers/TransactionPolicy.d.ts +2 -1
  175. package/build/features/business/screens/IDBOD/DOB.d.ts +1 -1
  176. package/build/features/business/screens/IDBOD/ID.d.ts +1 -1
  177. package/build/features/business/screens/IDBOD/IDBOD.d.ts +1 -1
  178. package/build/features/business/screens/OTP/OTP.d.ts +1 -1
  179. package/build/features/business/screens/OTP/OTPInput.d.ts +1 -1
  180. package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  181. package/build/features/business/screens/Success/Success.d.ts +1 -1
  182. package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  183. package/build/features/business/screens/Verify/OTPInput.d.ts +1 -1
  184. package/build/features/business/screens/Verify/Verify.d.ts +1 -1
  185. package/build/features/business/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  186. package/build/features/connect/Connect.d.ts +2 -1
  187. package/build/features/connect/Connect.js +1 -1
  188. package/build/features/connect/screens/BrandSegment/BrandSegment.d.ts +1 -1
  189. package/build/features/connect/screens/BrandSegment/TeamSize.d.ts +2 -1
  190. package/build/features/connect/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
  191. package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +1 -1
  192. package/build/features/connect/screens/CivilID/CivilID.d.ts +1 -1
  193. package/build/features/connect/screens/Individual/Email.d.ts +1 -1
  194. package/build/features/connect/screens/Individual/Email.js +1 -1
  195. package/build/features/connect/screens/Individual/Individual.d.ts +1 -1
  196. package/build/features/connect/screens/Individual/Name.d.ts +1 -1
  197. package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
  198. package/build/features/connect/screens/Merchant/BrandName.d.ts +1 -1
  199. package/build/features/connect/screens/Merchant/BrandName.js +1 -1
  200. package/build/features/connect/screens/Merchant/Merchant.d.ts +1 -1
  201. package/build/features/connect/screens/Merchant/SalesChannels.d.ts +2 -1
  202. package/build/features/connect/screens/Merchant/TAC.d.ts +1 -1
  203. package/build/features/connect/screens/Mobile/Mobile.d.ts +1 -1
  204. package/build/features/connect/screens/Mobile/Title.d.ts +1 -1
  205. package/build/features/connect/screens/NID/DOB.d.ts +2 -1
  206. package/build/features/connect/screens/NID/NID.d.ts +1 -1
  207. package/build/features/connect/screens/OTP/OTP.d.ts +1 -1
  208. package/build/features/connect/screens/OTP/OTPInput.d.ts +1 -1
  209. package/build/features/connect/screens/OperatorError/OperatorError.d.ts +1 -1
  210. package/build/features/connect/screens/ThankYou/ThankYou.d.ts +1 -1
  211. package/build/features/connect/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  212. package/build/features/connectExpress/ConnectExpress.d.ts +2 -1
  213. package/build/features/connectExpress/ConnectExpress.js +1 -1
  214. package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.d.ts +1 -1
  215. package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
  216. package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
  217. package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
  218. package/build/features/connectExpress/screens/AuthenticationList/BrandList.d.ts +1 -1
  219. package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.d.ts +2 -1
  220. package/build/features/connectExpress/screens/AuthenticationList/EntityList.d.ts +1 -1
  221. package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
  222. package/build/features/connectExpress/screens/Brand/Brand.d.ts +1 -1
  223. package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
  224. package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.js +1 -1
  225. package/build/features/connectExpress/screens/CivilID/CivilID.d.ts +1 -1
  226. package/build/features/connectExpress/screens/CivilIDMissed/CivilID.d.ts +1 -1
  227. package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.d.ts +1 -1
  228. package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +1 -1
  229. package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.d.ts +1 -1
  230. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.d.ts +1 -1
  231. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.d.ts +1 -1
  232. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +4 -4
  233. package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +3 -3
  234. package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.d.ts +1 -1
  235. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.d.ts +1 -1
  236. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
  237. package/build/features/connectExpress/screens/CollectIndividualInfo/Name.d.ts +1 -1
  238. package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.d.ts +1 -1
  239. package/build/features/connectExpress/screens/IdentityOTP/OTP.d.ts +1 -1
  240. package/build/features/connectExpress/screens/IdentityOTP/OTPInput.d.ts +1 -1
  241. package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.d.ts +1 -1
  242. package/build/features/connectExpress/screens/Mobile/Mobile.d.ts +1 -1
  243. package/build/features/connectExpress/screens/Mobile/TAC.d.ts +1 -1
  244. package/build/features/connectExpress/screens/Mobile/Title.d.ts +1 -1
  245. package/build/features/connectExpress/screens/NID/DOB.d.ts +2 -1
  246. package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
  247. package/build/features/connectExpress/screens/NID/TAC.d.ts +3 -3
  248. package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +2 -1
  249. package/build/features/connectExpress/screens/NIDMissed/NID.d.ts +1 -1
  250. package/build/features/connectExpress/screens/OTP/OTP.d.ts +1 -1
  251. package/build/features/connectExpress/screens/OTP/OTPInput.d.ts +1 -1
  252. package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  253. package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  254. package/build/features/entity/Entity.d.ts +2 -1
  255. package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +25 -9
  256. package/build/features/entity/screens/EntityCapital/CapitalPaid.d.ts +1 -1
  257. package/build/features/entity/screens/EntityCapital/CapitalShareCount.d.ts +1 -1
  258. package/build/features/entity/screens/EntityCapital/CapitalShareValue.d.ts +1 -1
  259. package/build/features/entity/screens/EntityCapital/EntityCapital.d.ts +2 -1
  260. package/build/features/entity/screens/EntityName/Article.d.ts +3 -2
  261. package/build/features/entity/screens/EntityName/EntityName.d.ts +2 -1
  262. package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +29 -13
  263. package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +13 -5
  264. package/build/features/entity/screens/EntityName/IssuingDate.d.ts +13 -5
  265. package/build/features/entity/screens/EntityName/LegalName.d.ts +1 -1
  266. package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +2 -1
  267. package/build/features/entity/screens/EntityName/LicenseNumber.d.ts +1 -1
  268. package/build/features/entity/screens/EntityName/UnifiedNumber.d.ts +1 -1
  269. package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  270. package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  271. package/build/features/entity/screens/Success/Success.d.ts +1 -1
  272. package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  273. package/build/features/entity/screens/Verify/OTPInput.d.ts +1 -1
  274. package/build/features/entity/screens/Verify/Verify.d.ts +1 -1
  275. package/build/features/individual/Individual.d.ts +2 -1
  276. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +13 -5
  277. package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +3 -2
  278. package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.d.ts +1 -1
  279. package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.d.ts +3 -3
  280. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
  281. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +2 -1
  282. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +3 -3
  283. package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.d.ts +1 -1
  284. package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.d.ts +1 -1
  285. package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +2 -1
  286. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
  287. package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +1 -1
  288. package/build/features/individual/screens/IndividualList/Email.d.ts +1 -1
  289. package/build/features/individual/screens/IndividualList/Email.js +1 -1
  290. package/build/features/individual/screens/IndividualList/IndividualList.d.ts +25 -9
  291. package/build/features/individual/screens/IndividualList/UserList.d.ts +2 -1
  292. package/build/features/individual/screens/IndividualPersonalInfo/DOB.d.ts +1 -1
  293. package/build/features/individual/screens/IndividualPersonalInfo/Email.d.ts +1 -1
  294. package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.d.ts +1 -1
  295. package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +4 -4
  296. package/build/features/individual/screens/IndividualPersonalInfo/ID.d.ts +1 -1
  297. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +13 -5
  298. package/build/features/individual/screens/IndividualPersonalInfo/Name.d.ts +1 -1
  299. package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.d.ts +1 -1
  300. package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  301. package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  302. package/build/features/individual/screens/Success/Success.d.ts +1 -1
  303. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  304. package/build/features/individual/screens/Verify/OTPInput.d.ts +1 -1
  305. package/build/features/individual/screens/Verify/Verify.d.ts +1 -1
  306. package/build/features/password/Password.d.ts +2 -1
  307. package/build/features/password/screens/CreatePassword/ConditionText.d.ts +2 -1
  308. package/build/features/password/screens/CreatePassword/ConfirmPassword.d.ts +1 -1
  309. package/build/features/password/screens/CreatePassword/CreatePassword.d.ts +1 -1
  310. package/build/features/password/screens/CreatePassword/Password.d.ts +1 -1
  311. package/build/features/password/screens/CreatePassword/PasswordBar.d.ts +2 -1
  312. package/build/features/password/screens/OTP/OTP.d.ts +1 -1
  313. package/build/features/password/screens/OTP/OTPInput.d.ts +1 -1
  314. package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  315. package/build/features/password/screens/Success/Success.d.ts +1 -1
  316. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  317. package/build/features/password/screens/Verify/OTPInput.d.ts +1 -1
  318. package/build/features/password/screens/Verify/Verify.d.ts +1 -1
  319. package/build/features/shared/AcceptancePayouts/AcceptancePayouts.d.ts +2 -1
  320. package/build/features/shared/Address/Address.d.ts +2 -1
  321. package/build/features/shared/Address/CountryList.d.ts +29 -13
  322. package/build/features/shared/Address/InputSelect.d.ts +29 -13
  323. package/build/features/shared/Address/InputSelect.js +1 -1
  324. package/build/features/shared/Address/InputText.d.ts +1 -1
  325. package/build/features/shared/Background/Background.d.ts +1 -1
  326. package/build/features/shared/Background/LogoBackground.d.ts +1 -1
  327. package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.d.ts +2 -1
  328. package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +2 -1
  329. package/build/features/shared/BusinessCountry/BusinessCountry.js +1 -1
  330. package/build/features/shared/Button/AbsherButton.d.ts +2 -1
  331. package/build/features/shared/Button/Button.d.ts +2 -1
  332. package/build/features/shared/Button/EmailProvidersButtons.d.ts +3 -2
  333. package/build/features/shared/Button/FlowsButtons.d.ts +3 -2
  334. package/build/features/shared/Button/FlowsButtons.js +1 -1
  335. package/build/features/shared/Button/IndividualActionButtons.d.ts +2 -2
  336. package/build/features/shared/Button/MobileButton.d.ts +2 -1
  337. package/build/features/shared/Button/SuccessButton.d.ts +2 -1
  338. package/build/features/shared/Calender/Calender.d.ts +2 -1
  339. package/build/features/shared/CheckIcon/CheckIcon.d.ts +3 -2
  340. package/build/features/shared/Chip/Chip.d.ts +2 -1
  341. package/build/features/shared/ClearIcon/ClearIcon.d.ts +2 -1
  342. package/build/features/shared/Containers/FeatureContainer.d.ts +1 -1
  343. package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
  344. package/build/features/shared/CreateAccountLoading/CreateAccountLoading.d.ts +1 -1
  345. package/build/features/shared/DataLoading/DataLoading.d.ts +1 -1
  346. package/build/features/shared/Dialog/CloseDialog.d.ts +2 -1
  347. package/build/features/shared/Dialog/DialogContainer.d.ts +1 -1
  348. package/build/features/shared/Dot/Dot.d.ts +2 -1
  349. package/build/features/shared/EndAdornment/EndAdornment.d.ts +2 -1
  350. package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +2 -1
  351. package/build/features/shared/Footer/Footer.d.ts +2 -1
  352. package/build/features/shared/Footer/PoweredByFooter.d.ts +3 -2
  353. package/build/features/shared/GenericError/GenericError.d.ts +1 -1
  354. package/build/features/shared/Input/Input.d.ts +14 -6
  355. package/build/features/shared/InputSelect/InputSelect.d.ts +2 -1
  356. package/build/features/shared/Mandatory/Mandatory.d.ts +2 -1
  357. package/build/features/shared/OTP/OTP.d.ts +1 -1
  358. package/build/features/shared/PaciVerification/PaciVerification.d.ts +1 -1
  359. package/build/features/shared/PasswordIcon/PasswordIcon.d.ts +2 -1
  360. package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +2 -1
  361. package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
  362. package/build/features/shared/Search/Search.d.ts +2 -1
  363. package/build/features/shared/SearchIcon/SearchIcon.d.ts +2 -1
  364. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -1
  365. package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -1
  366. package/build/features/shared/UploadFile/FileUpload.d.ts +4 -4
  367. package/build/features/shared/UploadFile/FileUpload.js +1 -1
  368. package/build/features/shared/UploadFile/UploadFile.d.ts +3 -3
  369. package/build/features/shared/UploadFile/UploadWrapper.d.ts +3 -3
  370. package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +4 -4
  371. package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
  372. package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +3 -3
  373. package/build/features/signIn/SignIn.d.ts +2 -1
  374. package/build/features/signIn/screens/Email/Email.d.ts +1 -1
  375. package/build/features/signIn/screens/Mobile/Mobile.d.ts +1 -1
  376. package/build/features/signIn/screens/OTP/OTP.d.ts +1 -1
  377. package/build/features/signIn/screens/OTP/OTPInput.d.ts +1 -1
  378. package/build/features/signIn/screens/Password/Password.d.ts +1 -1
  379. package/build/features/signIn/screens/Password/PasswordInput.d.ts +1 -1
  380. package/build/features/tax/Tax.d.ts +2 -1
  381. package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  382. package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  383. package/build/features/tax/screens/Success/Success.d.ts +1 -1
  384. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  385. package/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +3 -2
  386. package/build/features/tax/screens/TaxDetails/TaxDetails.d.ts +2 -1
  387. package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +2 -1
  388. package/build/features/tax/screens/TaxDetails/VATId.d.ts +3 -2
  389. package/build/features/tax/screens/Verify/OTPInput.d.ts +1 -1
  390. package/build/features/tax/screens/Verify/Verify.d.ts +1 -1
  391. package/build/hooks/useDataVerified.d.ts +1 -1
  392. package/build/hooks/useExcludeReadOnlyFelids.d.ts +2 -2
  393. package/build/hooks/useFormErrorAndUpdateReadOnly.d.ts +2 -2
  394. package/build/hooks/useFormReadOnly.d.ts +2 -2
  395. package/build/hooks/useSetFromDefaultValues.d.ts +1 -1
  396. package/build/utils/array.js +1 -1
  397. package/package.json +1 -1
@@ -18,28 +18,10 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
18
18
  brandData?: undefined;
19
19
  boardId?: undefined;
20
20
  currencyData?: undefined;
21
- }, string, {
22
- state?: unknown;
23
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
24
- extra?: unknown;
25
- rejectValue?: unknown;
26
- serializedErrorType?: unknown;
27
- pendingMeta?: unknown;
28
- fulfilledMeta?: unknown;
29
- rejectedMeta?: unknown;
30
- }>;
21
+ }, string, {}>;
31
22
  export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
32
23
  data: any;
33
- }, void, {
34
- state?: unknown;
35
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
36
- extra?: unknown;
37
- rejectValue?: unknown;
38
- serializedErrorType?: unknown;
39
- pendingMeta?: unknown;
40
- fulfilledMeta?: unknown;
41
- rejectedMeta?: unknown;
42
- }>;
24
+ }, void, {}>;
43
25
  export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
44
26
  data: any;
45
27
  isicActivityList: any;
@@ -50,44 +32,17 @@ export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
50
32
  brand: any;
51
33
  leadData: any;
52
34
  currencyData: any;
53
- }, OTPFormValues, {
54
- state?: unknown;
55
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
56
- extra?: unknown;
57
- rejectValue?: unknown;
58
- serializedErrorType?: unknown;
59
- pendingMeta?: unknown;
60
- fulfilledMeta?: unknown;
61
- rejectedMeta?: unknown;
62
- }>;
35
+ }, OTPFormValues, {}>;
63
36
  interface verifyPACIParams {
64
37
  onSuccess?: () => void;
65
38
  }
66
39
  export declare const verifyPACI: import("@reduxjs/toolkit").AsyncThunk<{
67
40
  response: any;
68
- }, verifyPACIParams, {
69
- state?: unknown;
70
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
71
- extra?: unknown;
72
- rejectValue?: unknown;
73
- serializedErrorType?: unknown;
74
- pendingMeta?: unknown;
75
- fulfilledMeta?: unknown;
76
- rejectedMeta?: unknown;
77
- }>;
41
+ }, verifyPACIParams, {}>;
78
42
  export declare const createCivilIdAuth: import("@reduxjs/toolkit").AsyncThunk<{
79
43
  response: any;
80
44
  formData: CivilFormValues;
81
- }, CivilFormValues, {
82
- state?: unknown;
83
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
84
- extra?: unknown;
85
- rejectValue?: unknown;
86
- serializedErrorType?: unknown;
87
- pendingMeta?: unknown;
88
- fulfilledMeta?: unknown;
89
- rejectedMeta?: unknown;
90
- }>;
45
+ }, CivilFormValues, {}>;
91
46
  export declare const updateLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<{
92
47
  data: any;
93
48
  formData: {
@@ -96,38 +51,11 @@ export declare const updateLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<{
96
51
  dob: string;
97
52
  termAndConditionChecked?: boolean | undefined;
98
53
  };
99
- }, NIDFormValues, {
100
- state?: unknown;
101
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
102
- extra?: unknown;
103
- rejectValue?: unknown;
104
- serializedErrorType?: unknown;
105
- pendingMeta?: unknown;
106
- fulfilledMeta?: unknown;
107
- rejectedMeta?: unknown;
108
- }>;
109
- export declare const resendOTPLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<any, void, {
110
- state?: unknown;
111
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
112
- extra?: unknown;
113
- rejectValue?: unknown;
114
- serializedErrorType?: unknown;
115
- pendingMeta?: unknown;
116
- fulfilledMeta?: unknown;
117
- rejectedMeta?: unknown;
118
- }>;
54
+ }, NIDFormValues, {}>;
55
+ export declare const resendOTPLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<any, void, {}>;
119
56
  export declare const retrieveEntityList: import("@reduxjs/toolkit").AsyncThunk<any, {
120
57
  leadId: string;
121
- }, {
122
- state?: unknown;
123
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
124
- extra?: unknown;
125
- rejectValue?: unknown;
126
- serializedErrorType?: unknown;
127
- pendingMeta?: unknown;
128
- fulfilledMeta?: unknown;
129
- rejectedMeta?: unknown;
130
- }>;
58
+ }, {}>;
131
59
  export declare const retrieveAllEntityList: import("@reduxjs/toolkit").AsyncThunk<{
132
60
  data: any;
133
61
  businessCountryCode: string;
@@ -135,28 +63,10 @@ export declare const retrieveAllEntityList: import("@reduxjs/toolkit").AsyncThun
135
63
  }, {
136
64
  businessId: string;
137
65
  entityId: string;
138
- }, {
139
- state?: unknown;
140
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
141
- extra?: unknown;
142
- rejectValue?: unknown;
143
- serializedErrorType?: unknown;
144
- pendingMeta?: unknown;
145
- fulfilledMeta?: unknown;
146
- rejectedMeta?: unknown;
147
- }>;
66
+ }, {}>;
148
67
  export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
149
68
  data: any;
150
- }, string, {
151
- state?: unknown;
152
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
153
- extra?: unknown;
154
- rejectValue?: unknown;
155
- serializedErrorType?: unknown;
156
- pendingMeta?: unknown;
157
- fulfilledMeta?: unknown;
158
- rejectedMeta?: unknown;
159
- }>;
69
+ }, string, {}>;
160
70
  export declare const updateLeadBusinessType: import("@reduxjs/toolkit").AsyncThunk<{
161
71
  data: any;
162
72
  formData: BusinessTypeFormValues;
@@ -164,16 +74,7 @@ export declare const updateLeadBusinessType: import("@reduxjs/toolkit").AsyncThu
164
74
  documentData: any;
165
75
  entityData: any;
166
76
  isicActivityList: any;
167
- }, BusinessTypeFormValues, {
168
- state?: unknown;
169
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
170
- extra?: unknown;
171
- rejectValue?: unknown;
172
- serializedErrorType?: unknown;
173
- pendingMeta?: unknown;
174
- fulfilledMeta?: unknown;
175
- rejectedMeta?: unknown;
176
- }>;
77
+ }, BusinessTypeFormValues, {}>;
177
78
  export declare const updateActivitiesInfo: import("@reduxjs/toolkit").AsyncThunk<{
178
79
  data: any;
179
80
  formData: {
@@ -181,70 +82,25 @@ export declare const updateActivitiesInfo: import("@reduxjs/toolkit").AsyncThunk
181
82
  operationStartDate: string;
182
83
  };
183
84
  currencyData: any;
184
- }, ActivitiesFormValues, {
185
- state?: unknown;
186
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
187
- extra?: unknown;
188
- rejectValue?: unknown;
189
- serializedErrorType?: unknown;
190
- pendingMeta?: unknown;
191
- fulfilledMeta?: unknown;
192
- rejectedMeta?: unknown;
193
- }>;
85
+ }, ActivitiesFormValues, {}>;
194
86
  export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
195
87
  customerBases: any;
196
88
  expectedSales: any;
197
89
  expectedCustomerSales: any;
198
90
  countryISO2: string;
199
- }, void, {
200
- state?: unknown;
201
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
202
- extra?: unknown;
203
- rejectValue?: unknown;
204
- serializedErrorType?: unknown;
205
- pendingMeta?: unknown;
206
- fulfilledMeta?: unknown;
207
- rejectedMeta?: unknown;
208
- }>;
91
+ }, void, {}>;
209
92
  export declare const updateCustomersInfo: import("@reduxjs/toolkit").AsyncThunk<{
210
93
  data: any;
211
94
  formData: CustomersFormValues;
212
- }, CustomersFormValues, {
213
- state?: unknown;
214
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
215
- extra?: unknown;
216
- rejectValue?: unknown;
217
- serializedErrorType?: unknown;
218
- pendingMeta?: unknown;
219
- fulfilledMeta?: unknown;
220
- rejectedMeta?: unknown;
221
- }>;
95
+ }, CustomersFormValues, {}>;
222
96
  export declare const updateLeadSuccess: import("@reduxjs/toolkit").AsyncThunk<{
223
97
  response: any;
224
98
  formData: void;
225
- } | undefined, void, {
226
- state?: unknown;
227
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
228
- extra?: unknown;
229
- rejectValue?: unknown;
230
- serializedErrorType?: unknown;
231
- pendingMeta?: unknown;
232
- fulfilledMeta?: unknown;
233
- rejectedMeta?: unknown;
234
- }>;
99
+ } | undefined, void, {}>;
235
100
  export declare const updateStepName: import("@reduxjs/toolkit").AsyncThunk<{
236
101
  response: any;
237
- }, string, {
238
- state?: unknown;
239
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
240
- extra?: unknown;
241
- rejectValue?: unknown;
242
- serializedErrorType?: unknown;
243
- pendingMeta?: unknown;
244
- fulfilledMeta?: unknown;
245
- rejectedMeta?: unknown;
246
- }>;
247
- type VerifyData = {
102
+ }, string, {}>;
103
+ declare type VerifyData = {
248
104
  token: string;
249
105
  };
250
106
  export interface BusinessData {
@@ -275,7 +131,7 @@ export declare const businessSlice: import("@reduxjs/toolkit").Slice<BusinessSta
275
131
  uploadingArticleStatus: (state: BusinessState, action: ActionState<boolean>) => void;
276
132
  clearAOAFile: (state: BusinessState) => void;
277
133
  }, "business/store">;
278
- export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"business/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"business/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"business/store/resetOTPScreen">, uploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "business/store/uploadingStatus">, uploadingArticleStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "business/store/uploadingArticleStatus">, clearAOAFile: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"business/store/clearAOAFile">;
134
+ export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, uploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, uploadingArticleStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, clearAOAFile: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>;
279
135
  declare const _default: import("redux").Reducer<BusinessState, import("redux").AnyAction>;
280
136
  export default _default;
281
137
  export declare const businessSelector: (state: RootState) => BusinessState;
@@ -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 (g && (g = 0, op[0] && (_ = 0)), _) try {
27
+ while (_) 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]) {
@@ -389,7 +389,7 @@ export var createCivilIdAuth = createAsyncThunk('createCivilIdAuth', function (p
389
389
  });
390
390
  }); });
391
391
  export var updateLeadIdentity = createAsyncThunk('updateLeadIdentity', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
392
- var _a, settings, business, identification_id_type, stepName, lead_id, countryIso2, requestBody, data, business_id, entity, screen;
392
+ var _a, settings, business, identification_id_type, stepName, lead_id, countryIso2, dob, requestBody, data, business_id, entity, screen;
393
393
  var _b, _c;
394
394
  return __generator(this, function (_d) {
395
395
  switch (_d.label) {
@@ -399,6 +399,7 @@ export var updateLeadIdentity = createAsyncThunk('updateLeadIdentity', function
399
399
  stepName = BUSINESS_STEP_NAMES.IDENTITY_AUTH;
400
400
  lead_id = (business.data.verify.responseBody || {}).lead_id;
401
401
  countryIso2 = settings.data.businessCountry.iso2;
402
+ dob = dateFormat(new Date(params.dob));
402
403
  if (isOtherThanKWOrSA(countryIso2)) {
403
404
  identification_id_type = IDENTIFICATION_TYPE.NID;
404
405
  }
@@ -409,7 +410,7 @@ export var updateLeadIdentity = createAsyncThunk('updateLeadIdentity', function
409
410
  issued_country_code: countryIso2,
410
411
  type: identification_id_type
411
412
  },
412
- date_of_birth: params.dob,
413
+ date_of_birth: dob,
413
414
  step_name: stepName,
414
415
  encryption_contract: ['identification.issued_country_code', 'identification.id', 'identification.type', 'date_of_birth']
415
416
  };
@@ -436,7 +437,7 @@ export var updateLeadIdentity = createAsyncThunk('updateLeadIdentity', function
436
437
  });
437
438
  }); });
438
439
  export var resendOTPLeadIdentity = createAsyncThunk('resendOTPLeadIdentity', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
439
- var _a, settings, business, _b, nid, dob, type, stepName, lead_id, requestBody, data;
440
+ var _a, settings, business, _b, nid, dob, type, stepName, lead_id, date_of_birth, requestBody, data;
440
441
  return __generator(this, function (_c) {
441
442
  switch (_c.label) {
442
443
  case 0:
@@ -444,6 +445,7 @@ export var resendOTPLeadIdentity = createAsyncThunk('resendOTPLeadIdentity', fun
444
445
  _b = business.data.nidData, nid = _b.nid, dob = _b.dob, type = _b.type;
445
446
  stepName = BUSINESS_STEP_NAMES.IDENTITY_AUTH;
446
447
  lead_id = (business.data.verify.responseBody || {}).lead_id;
448
+ date_of_birth = dateFormat(new Date(dob));
447
449
  requestBody = {
448
450
  id: lead_id || '',
449
451
  identification: {
@@ -451,7 +453,7 @@ export var resendOTPLeadIdentity = createAsyncThunk('resendOTPLeadIdentity', fun
451
453
  issued_country_code: settings.data.businessCountry.iso2,
452
454
  type: type
453
455
  },
454
- date_of_birth: dob,
456
+ date_of_birth: date_of_birth,
455
457
  step_name: stepName,
456
458
  encryption_contract: ['identification.issued_country_code', 'identification.id', 'identification.type', 'date_of_birth']
457
459
  };
@@ -1,62 +1,17 @@
1
1
  import { RootState } from '../../../app/store';
2
2
  import { ActionState, AuthForType, CivilFormValues, CountryCode, FlowsTypes, IndividualFormValues, MobileFormValues, NIDFormValues, OTPFormValues, ResponseData, SharedState, BrandFormValues, BrandSegmentFormValues } from '../../../@types';
3
3
  import { CancelToken } from 'axios';
4
- export declare const updateBusinessCountry: import("@reduxjs/toolkit").AsyncThunk<any, string, {
5
- state?: unknown;
6
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
7
- extra?: unknown;
8
- rejectValue?: unknown;
9
- serializedErrorType?: unknown;
10
- pendingMeta?: unknown;
11
- fulfilledMeta?: unknown;
12
- rejectedMeta?: unknown;
13
- }>;
4
+ export declare const updateBusinessCountry: import("@reduxjs/toolkit").AsyncThunk<any, string, {}>;
14
5
  export declare const createMobileAuth: import("@reduxjs/toolkit").AsyncThunk<{
15
6
  response: any;
16
7
  formData: MobileFormValues;
17
- }, MobileFormValues, {
18
- state?: unknown;
19
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
20
- extra?: unknown;
21
- rejectValue?: unknown;
22
- serializedErrorType?: unknown;
23
- pendingMeta?: unknown;
24
- fulfilledMeta?: unknown;
25
- rejectedMeta?: unknown;
26
- }>;
8
+ }, MobileFormValues, {}>;
27
9
  export declare const createCivilIdAuth: import("@reduxjs/toolkit").AsyncThunk<{
28
10
  response: any;
29
11
  formData: CivilFormValues;
30
- }, CivilFormValues, {
31
- state?: unknown;
32
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
33
- extra?: unknown;
34
- rejectValue?: unknown;
35
- serializedErrorType?: unknown;
36
- pendingMeta?: unknown;
37
- fulfilledMeta?: unknown;
38
- rejectedMeta?: unknown;
39
- }>;
40
- export declare const resendOTPMobile: import("@reduxjs/toolkit").AsyncThunk<any, void, {
41
- state?: unknown;
42
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
43
- extra?: unknown;
44
- rejectValue?: unknown;
45
- serializedErrorType?: unknown;
46
- pendingMeta?: unknown;
47
- fulfilledMeta?: unknown;
48
- rejectedMeta?: unknown;
49
- }>;
50
- export declare const resendOTPNID: import("@reduxjs/toolkit").AsyncThunk<any, void, {
51
- state?: unknown;
52
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
53
- extra?: unknown;
54
- rejectValue?: unknown;
55
- serializedErrorType?: unknown;
56
- pendingMeta?: unknown;
57
- fulfilledMeta?: unknown;
58
- rejectedMeta?: unknown;
59
- }>;
12
+ }, CivilFormValues, {}>;
13
+ export declare const resendOTPMobile: import("@reduxjs/toolkit").AsyncThunk<any, void, {}>;
14
+ export declare const resendOTPNID: import("@reduxjs/toolkit").AsyncThunk<any, void, {}>;
60
15
  export declare const createNIDAuth: import("@reduxjs/toolkit").AsyncThunk<{
61
16
  response: any;
62
17
  formData: {
@@ -65,30 +20,12 @@ export declare const createNIDAuth: import("@reduxjs/toolkit").AsyncThunk<{
65
20
  dob: string;
66
21
  termAndConditionChecked?: boolean | undefined;
67
22
  };
68
- }, NIDFormValues, {
69
- state?: unknown;
70
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
71
- extra?: unknown;
72
- rejectValue?: unknown;
73
- serializedErrorType?: unknown;
74
- pendingMeta?: unknown;
75
- fulfilledMeta?: unknown;
76
- rejectedMeta?: unknown;
77
- }>;
23
+ }, NIDFormValues, {}>;
78
24
  export declare const verifyAuth: import("@reduxjs/toolkit").AsyncThunk<{
79
25
  authResponse: any;
80
26
  leadResponse: any;
81
27
  countryCode: CountryCode;
82
- }, OTPFormValues, {
83
- state?: unknown;
84
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
85
- extra?: unknown;
86
- rejectValue?: unknown;
87
- serializedErrorType?: unknown;
88
- pendingMeta?: unknown;
89
- fulfilledMeta?: unknown;
90
- rejectedMeta?: unknown;
91
- }>;
28
+ }, OTPFormValues, {}>;
92
29
  interface verifyPACIParams {
93
30
  onSuccess?: () => void;
94
31
  }
@@ -96,45 +33,18 @@ export declare const verifyPACI: import("@reduxjs/toolkit").AsyncThunk<{
96
33
  authResponse: any;
97
34
  leadResponse: any;
98
35
  countryCode: CountryCode;
99
- }, verifyPACIParams, {
100
- state?: unknown;
101
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
102
- extra?: unknown;
103
- rejectValue?: unknown;
104
- serializedErrorType?: unknown;
105
- pendingMeta?: unknown;
106
- fulfilledMeta?: unknown;
107
- rejectedMeta?: unknown;
108
- }>;
36
+ }, verifyPACIParams, {}>;
109
37
  export declare const updateLeadIndividual: import("@reduxjs/toolkit").AsyncThunk<{
110
38
  leadResponse: any;
111
39
  formData: IndividualFormValues;
112
- }, IndividualFormValues, {
113
- state?: unknown;
114
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
115
- extra?: unknown;
116
- rejectValue?: unknown;
117
- serializedErrorType?: unknown;
118
- pendingMeta?: unknown;
119
- fulfilledMeta?: unknown;
120
- rejectedMeta?: unknown;
121
- }>;
40
+ }, IndividualFormValues, {}>;
122
41
  export declare const retrieveLead: import("@reduxjs/toolkit").AsyncThunk<{
123
42
  data: any;
124
43
  countryCode: CountryCode;
125
44
  }, {
126
45
  leadId: string;
127
46
  isRedirect?: boolean | undefined;
128
- }, {
129
- state?: unknown;
130
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
131
- extra?: unknown;
132
- rejectValue?: unknown;
133
- serializedErrorType?: unknown;
134
- pendingMeta?: unknown;
135
- fulfilledMeta?: unknown;
136
- rejectedMeta?: unknown;
137
- }>;
47
+ }, {}>;
138
48
  export declare const updateLeadBrand: import("@reduxjs/toolkit").AsyncThunk<{
139
49
  response: any;
140
50
  formData: BrandFormValues & {
@@ -142,29 +52,11 @@ export declare const updateLeadBrand: import("@reduxjs/toolkit").AsyncThunk<{
142
52
  };
143
53
  }, BrandFormValues & {
144
54
  isNewBrand: boolean;
145
- }, {
146
- state?: unknown;
147
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
148
- extra?: unknown;
149
- rejectValue?: unknown;
150
- serializedErrorType?: unknown;
151
- pendingMeta?: unknown;
152
- fulfilledMeta?: unknown;
153
- rejectedMeta?: unknown;
154
- }>;
55
+ }, {}>;
155
56
  export declare const updateLeadBrandSegment: import("@reduxjs/toolkit").AsyncThunk<{
156
57
  response: any;
157
58
  formData: Pick<BrandSegmentFormValues, "teamSize">;
158
- }, Pick<BrandSegmentFormValues, "teamSize">, {
159
- state?: unknown;
160
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
161
- extra?: unknown;
162
- rejectValue?: unknown;
163
- serializedErrorType?: unknown;
164
- pendingMeta?: unknown;
165
- fulfilledMeta?: unknown;
166
- rejectedMeta?: unknown;
167
- }>;
59
+ }, Pick<BrandSegmentFormValues, "teamSize">, {}>;
168
60
  export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThunk<{
169
61
  response: any;
170
62
  formData: string;
@@ -172,16 +64,7 @@ export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThu
172
64
  email: string;
173
65
  cancelToken: CancelToken;
174
66
  onSuccess?: (() => void) | undefined;
175
- }, {
176
- state?: unknown;
177
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
178
- extra?: unknown;
179
- rejectValue?: unknown;
180
- serializedErrorType?: unknown;
181
- pendingMeta?: unknown;
182
- fulfilledMeta?: unknown;
183
- rejectedMeta?: unknown;
184
- }>;
67
+ }, {}>;
185
68
  export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").AsyncThunk<{
186
69
  response: any;
187
70
  formData: {
@@ -191,29 +74,11 @@ export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").Asyn
191
74
  name: string;
192
75
  cancelToken: CancelToken;
193
76
  onSuccess?: (() => void) | undefined;
194
- }, {
195
- state?: unknown;
196
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
197
- extra?: unknown;
198
- rejectValue?: unknown;
199
- serializedErrorType?: unknown;
200
- pendingMeta?: unknown;
201
- fulfilledMeta?: unknown;
202
- rejectedMeta?: unknown;
203
- }>;
77
+ }, {}>;
204
78
  export declare const updateLeadSuccess: import("@reduxjs/toolkit").AsyncThunk<{
205
79
  response: any;
206
80
  formData: void;
207
- }, void, {
208
- state?: unknown;
209
- dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
210
- extra?: unknown;
211
- rejectValue?: unknown;
212
- serializedErrorType?: unknown;
213
- pendingMeta?: unknown;
214
- fulfilledMeta?: unknown;
215
- rejectedMeta?: unknown;
216
- }>;
81
+ }, void, {}>;
217
82
  export interface ConnectData {
218
83
  leadId: string;
219
84
  mobileData: (MobileFormValues | undefined) & ResponseData;
@@ -247,7 +112,7 @@ export declare const connectSlice: import("@reduxjs/toolkit").Slice<ConnectState
247
112
  setDefaultCountryCode: (state: ConnectState, action: ActionState<CountryCode>) => void;
248
113
  resetStore: (state: ConnectState) => void;
249
114
  }, "connect/store">;
250
- export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/clearError">, storeLeadId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "connect/store/storeLeadId">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/stopLoader">, resetMobileScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, "connect/store/resetMobileScreen">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/resetOTPScreen">, resetIndividualScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/resetIndividualScreen">, resetMerchantScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/resetMerchantScreen">, resetNIDScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/resetNIDScreen">, resetCivilScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/resetCivilScreen">, resetStore: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/resetStore">, setDefaultCountryCode: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, "connect/store/setDefaultCountryCode">, storeIsStartFromBusinessCountry: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "connect/store/storeIsStartFromBusinessCountry">;
115
+ export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, storeLeadId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetMobileScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, string>, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetIndividualScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetMerchantScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetNIDScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetCivilScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetStore: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, setDefaultCountryCode: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, string>, storeIsStartFromBusinessCountry: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>;
251
116
  declare const _default: import("redux").Reducer<ConnectState, import("redux").AnyAction>;
252
117
  export default _default;
253
118
  export declare const connectSelector: (state: RootState) => ConnectState;
@@ -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 (g && (g = 0, op[0] && (_ = 0)), _) try {
27
+ while (_) 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]) {