@tap-payments/auth-jsconnect 2.6.90-test → 2.6.92-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 (409) hide show
  1. package/build/@types/app.d.ts +19 -19
  2. package/build/@types/form.d.ts +24 -21
  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 +21 -3
  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 +1 -2
  29. package/build/components/AnimationFlow/Loader.d.ts +1 -2
  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 +1 -2
  34. package/build/components/DatePicker/DatePicker.d.ts +1 -1
  35. package/build/components/ExpandIcon/ExpandIcon.d.ts +1 -2
  36. package/build/components/FileInput/DragAndDrop.d.ts +1 -2
  37. package/build/components/FileInput/UploadInput.d.ts +1 -2
  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 +1 -2
  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/constants/app.js +7 -1
  65. package/build/features/app/auth/authStore.d.ts +141 -15
  66. package/build/features/app/auth/authStore.js +1 -1
  67. package/build/features/app/bank/bankStore.d.ts +92 -11
  68. package/build/features/app/bank/bankStore.js +1 -1
  69. package/build/features/app/board/boardStore.d.ts +41 -5
  70. package/build/features/app/board/boardStore.js +1 -1
  71. package/build/features/app/brand/brandStore.d.ts +142 -16
  72. package/build/features/app/brand/brandStore.js +1 -1
  73. package/build/features/app/business/businessStore.d.ts +162 -18
  74. package/build/features/app/business/businessStore.js +1 -1
  75. package/build/features/app/connect/connectStore.d.ts +151 -16
  76. package/build/features/app/connect/connectStore.js +1 -1
  77. package/build/features/app/connectExpress/connectExpressStore.d.ts +277 -34
  78. package/build/features/app/connectExpress/connectExpressStore.js +48 -36
  79. package/build/features/app/entity/entityStore.d.ts +92 -11
  80. package/build/features/app/entity/entityStore.js +1 -1
  81. package/build/features/app/individual/individualStore.d.ts +185 -23
  82. package/build/features/app/individual/individualStore.js +1 -1
  83. package/build/features/app/password/passwordStore.d.ts +112 -13
  84. package/build/features/app/password/passwordStore.js +1 -1
  85. package/build/features/app/signIn/signInStore.d.ts +61 -7
  86. package/build/features/app/signIn/signInStore.js +1 -1
  87. package/build/features/app/tax/taxStore.d.ts +82 -10
  88. package/build/features/app/tax/taxStore.js +1 -1
  89. package/build/features/auth/Auth.d.ts +1 -2
  90. package/build/features/auth/Auth.js +1 -1
  91. package/build/features/auth/screens/AccountNotFound/AccountNotFound.d.ts +1 -1
  92. package/build/features/auth/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
  93. package/build/features/auth/screens/AuthenticationList/BrandList.d.ts +1 -1
  94. package/build/features/auth/screens/AuthenticationList/EntityList.d.ts +1 -1
  95. package/build/features/auth/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
  96. package/build/features/auth/screens/BusinessCountry/BusinessCountry.js +1 -1
  97. package/build/features/auth/screens/CivilID/CivilID.d.ts +1 -1
  98. package/build/features/auth/screens/Mobile/Mobile.d.ts +1 -1
  99. package/build/features/auth/screens/NID/DOB.d.ts +1 -2
  100. package/build/features/auth/screens/NID/NID.d.ts +1 -1
  101. package/build/features/auth/screens/OTP/OTP.d.ts +1 -1
  102. package/build/features/auth/screens/OTP/OTPInput.d.ts +1 -1
  103. package/build/features/auth/screens/PreparingData/PreparingData.d.ts +1 -1
  104. package/build/features/auth/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  105. package/build/features/bank/Bank.d.ts +1 -2
  106. package/build/features/bank/screens/BankDetails/BankDetails.d.ts +1 -2
  107. package/build/features/bank/screens/BankDetails/BankName.d.ts +2 -3
  108. package/build/features/bank/screens/BankDetails/BankStatement.d.ts +2 -3
  109. package/build/features/bank/screens/BankDetails/Beneficiary.d.ts +1 -2
  110. package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +2 -3
  111. package/build/features/bank/screens/BankDetails/IBAN.d.ts +1 -2
  112. package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
  113. package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  114. package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  115. package/build/features/bank/screens/Success/Success.d.ts +1 -1
  116. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  117. package/build/features/bank/screens/Verify/OTPInput.d.ts +1 -1
  118. package/build/features/bank/screens/Verify/Verify.d.ts +1 -1
  119. package/build/features/board/Board.d.ts +1 -2
  120. package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  121. package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  122. package/build/features/board/screens/Verify/OTPInput.d.ts +1 -1
  123. package/build/features/board/screens/Verify/Verify.d.ts +1 -1
  124. package/build/features/brand/Brand.d.ts +1 -2
  125. package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +13 -29
  126. package/build/features/brand/screens/BrandActivities/BrandActivities.d.ts +1 -2
  127. package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +13 -37
  128. package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +1 -2
  129. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +1 -2
  130. package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +12 -20
  131. package/build/features/brand/screens/BrandActivities/TAC.d.ts +3 -3
  132. package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +2 -3
  133. package/build/features/brand/screens/BrandInfo/BrandInfo.d.ts +1 -2
  134. package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +2 -3
  135. package/build/features/brand/screens/BrandInfo/BrandName.d.ts +1 -1
  136. package/build/features/brand/screens/BrandInfo/BrandName.js +1 -1
  137. package/build/features/brand/screens/BrandInfo/SalesChannels.d.ts +1 -2
  138. package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.d.ts +1 -2
  139. package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.d.ts +1 -2
  140. package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.d.ts +1 -2
  141. package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.d.ts +1 -2
  142. package/build/features/brand/screens/BrandSegmentInfo/TeamSize.d.ts +1 -2
  143. package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  144. package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  145. package/build/features/brand/screens/Success/Success.d.ts +1 -1
  146. package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  147. package/build/features/brand/screens/Verify/OTPInput.d.ts +1 -1
  148. package/build/features/brand/screens/Verify/Verify.d.ts +1 -1
  149. package/build/features/business/Business.d.ts +1 -2
  150. package/build/features/business/screens/Activities/Activities.d.ts +1 -2
  151. package/build/features/business/screens/Activities/ActivitiesList.d.ts +9 -25
  152. package/build/features/business/screens/Activities/LicenseName.d.ts +1 -1
  153. package/build/features/business/screens/Activities/OperationStartDate.d.ts +5 -13
  154. package/build/features/business/screens/BrandDetails/BrandDetails.d.ts +1 -1
  155. package/build/features/business/screens/BrandDetails/BrandName.d.ts +1 -1
  156. package/build/features/business/screens/BrandDetails/Header.d.ts +1 -1
  157. package/build/features/business/screens/BrandDetails/LicenseInfo.d.ts +1 -1
  158. package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +5 -13
  159. package/build/features/business/screens/BusinessType/Article.d.ts +2 -3
  160. package/build/features/business/screens/BusinessType/BusinessType.d.ts +1 -1
  161. package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +1 -1
  162. package/build/features/business/screens/BusinessType/EntityName.d.ts +1 -2
  163. package/build/features/business/screens/BusinessType/LicenseCertificate.d.ts +1 -2
  164. package/build/features/business/screens/BusinessType/LicenseList.d.ts +1 -1
  165. package/build/features/business/screens/BusinessType/LicenseNumber.d.ts +1 -1
  166. package/build/features/business/screens/BusinessType/LicenseType.d.ts +4 -4
  167. package/build/features/business/screens/BusinessType/SelectType.d.ts +1 -1
  168. package/build/features/business/screens/BusinessType/Switch.d.ts +1 -1
  169. package/build/features/business/screens/CivilID/CivilID.d.ts +1 -1
  170. package/build/features/business/screens/Customers/CustomerLocations.d.ts +17 -41
  171. package/build/features/business/screens/Customers/Customers.d.ts +1 -1
  172. package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +1 -2
  173. package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +1 -2
  174. package/build/features/business/screens/Customers/RefundPolicy.d.ts +11 -19
  175. package/build/features/business/screens/Customers/TransactionPolicy.d.ts +1 -2
  176. package/build/features/business/screens/IDBOD/DOB.d.ts +1 -1
  177. package/build/features/business/screens/IDBOD/ID.d.ts +1 -1
  178. package/build/features/business/screens/IDBOD/IDBOD.d.ts +1 -1
  179. package/build/features/business/screens/OTP/OTP.d.ts +1 -1
  180. package/build/features/business/screens/OTP/OTPInput.d.ts +1 -1
  181. package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  182. package/build/features/business/screens/Success/Success.d.ts +1 -1
  183. package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  184. package/build/features/business/screens/Verify/OTPInput.d.ts +1 -1
  185. package/build/features/business/screens/Verify/Verify.d.ts +1 -1
  186. package/build/features/business/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  187. package/build/features/connect/Connect.d.ts +1 -2
  188. package/build/features/connect/Connect.js +1 -1
  189. package/build/features/connect/screens/BrandSegment/BrandSegment.d.ts +1 -1
  190. package/build/features/connect/screens/BrandSegment/TeamSize.d.ts +1 -2
  191. package/build/features/connect/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
  192. package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +1 -1
  193. package/build/features/connect/screens/CivilID/CivilID.d.ts +1 -1
  194. package/build/features/connect/screens/Individual/Email.d.ts +1 -1
  195. package/build/features/connect/screens/Individual/Email.js +1 -1
  196. package/build/features/connect/screens/Individual/Individual.d.ts +1 -1
  197. package/build/features/connect/screens/Individual/Name.d.ts +1 -1
  198. package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
  199. package/build/features/connect/screens/Merchant/BrandName.d.ts +1 -1
  200. package/build/features/connect/screens/Merchant/BrandName.js +1 -1
  201. package/build/features/connect/screens/Merchant/Merchant.d.ts +1 -1
  202. package/build/features/connect/screens/Merchant/SalesChannels.d.ts +1 -2
  203. package/build/features/connect/screens/Merchant/TAC.d.ts +1 -1
  204. package/build/features/connect/screens/Mobile/Mobile.d.ts +1 -1
  205. package/build/features/connect/screens/Mobile/Title.d.ts +1 -1
  206. package/build/features/connect/screens/NID/DOB.d.ts +1 -2
  207. package/build/features/connect/screens/NID/NID.d.ts +1 -1
  208. package/build/features/connect/screens/OTP/OTP.d.ts +1 -1
  209. package/build/features/connect/screens/OTP/OTPInput.d.ts +1 -1
  210. package/build/features/connect/screens/OperatorError/OperatorError.d.ts +1 -1
  211. package/build/features/connect/screens/ThankYou/ThankYou.d.ts +1 -1
  212. package/build/features/connect/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  213. package/build/features/connectExpress/ConnectExpress.d.ts +1 -2
  214. package/build/features/connectExpress/ConnectExpress.js +1 -1
  215. package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.d.ts +1 -1
  216. package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.d.ts +5 -0
  217. package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.js +74 -0
  218. package/build/features/connectExpress/screens/{AuthenticationList → AuthMerchant}/MerchantList.d.ts +2 -1
  219. package/build/features/connectExpress/screens/AuthMerchant/MerchantList.js +64 -0
  220. package/build/features/connectExpress/screens/AuthMerchant/index.d.ts +2 -0
  221. package/build/features/connectExpress/screens/AuthMerchant/index.js +2 -0
  222. package/build/features/connectExpress/screens/AuthMerchant/validation.d.ts +8 -0
  223. package/build/features/connectExpress/screens/AuthMerchant/validation.js +4 -0
  224. package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
  225. package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.js +11 -20
  226. package/build/features/connectExpress/screens/AuthenticationList/BrandList.d.ts +1 -1
  227. package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.d.ts +1 -2
  228. package/build/features/connectExpress/screens/AuthenticationList/EntityList.d.ts +1 -1
  229. package/build/features/connectExpress/screens/AuthenticationList/EntityList.js +1 -3
  230. package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
  231. package/build/features/connectExpress/screens/AuthenticationList/validation.d.ts +3 -13
  232. package/build/features/connectExpress/screens/AuthenticationList/validation.js +44 -19
  233. package/build/features/connectExpress/screens/Brand/Brand.d.ts +1 -1
  234. package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
  235. package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.js +1 -1
  236. package/build/features/connectExpress/screens/CivilID/CivilID.d.ts +1 -1
  237. package/build/features/connectExpress/screens/CivilIDMissed/CivilID.d.ts +1 -1
  238. package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.d.ts +1 -1
  239. package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +1 -1
  240. package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.d.ts +1 -1
  241. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.d.ts +1 -1
  242. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.d.ts +1 -1
  243. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +4 -4
  244. package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +3 -3
  245. package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.d.ts +1 -1
  246. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.d.ts +1 -1
  247. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
  248. package/build/features/connectExpress/screens/CollectIndividualInfo/Name.d.ts +1 -1
  249. package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.d.ts +1 -1
  250. package/build/features/connectExpress/screens/IdentityOTP/OTP.d.ts +1 -1
  251. package/build/features/connectExpress/screens/IdentityOTP/OTPInput.d.ts +1 -1
  252. package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.d.ts +1 -1
  253. package/build/features/connectExpress/screens/Mobile/Mobile.d.ts +1 -1
  254. package/build/features/connectExpress/screens/Mobile/TAC.d.ts +1 -1
  255. package/build/features/connectExpress/screens/Mobile/Title.d.ts +1 -1
  256. package/build/features/connectExpress/screens/NID/DOB.d.ts +1 -2
  257. package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
  258. package/build/features/connectExpress/screens/NID/TAC.d.ts +3 -3
  259. package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +1 -2
  260. package/build/features/connectExpress/screens/NIDMissed/NID.d.ts +1 -1
  261. package/build/features/connectExpress/screens/OTP/OTP.d.ts +1 -1
  262. package/build/features/connectExpress/screens/OTP/OTPInput.d.ts +1 -1
  263. package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  264. package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  265. package/build/features/entity/Entity.d.ts +1 -2
  266. package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +9 -25
  267. package/build/features/entity/screens/EntityCapital/CapitalPaid.d.ts +1 -1
  268. package/build/features/entity/screens/EntityCapital/CapitalShareCount.d.ts +1 -1
  269. package/build/features/entity/screens/EntityCapital/CapitalShareValue.d.ts +1 -1
  270. package/build/features/entity/screens/EntityCapital/EntityCapital.d.ts +1 -2
  271. package/build/features/entity/screens/EntityName/Article.d.ts +2 -3
  272. package/build/features/entity/screens/EntityName/EntityName.d.ts +1 -2
  273. package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +13 -29
  274. package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +5 -13
  275. package/build/features/entity/screens/EntityName/IssuingDate.d.ts +5 -13
  276. package/build/features/entity/screens/EntityName/LegalName.d.ts +1 -1
  277. package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +1 -2
  278. package/build/features/entity/screens/EntityName/LicenseNumber.d.ts +1 -1
  279. package/build/features/entity/screens/EntityName/UnifiedNumber.d.ts +1 -1
  280. package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  281. package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  282. package/build/features/entity/screens/Success/Success.d.ts +1 -1
  283. package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  284. package/build/features/entity/screens/Verify/OTPInput.d.ts +1 -1
  285. package/build/features/entity/screens/Verify/Verify.d.ts +1 -1
  286. package/build/features/featuresScreens.js +5 -0
  287. package/build/features/individual/Individual.d.ts +1 -2
  288. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +5 -13
  289. package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +2 -3
  290. package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.d.ts +1 -1
  291. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
  292. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -2
  293. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +3 -3
  294. package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.d.ts +1 -1
  295. package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.d.ts +1 -1
  296. package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +1 -2
  297. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
  298. package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +1 -1
  299. package/build/features/individual/screens/IndividualList/Email.d.ts +1 -1
  300. package/build/features/individual/screens/IndividualList/Email.js +1 -1
  301. package/build/features/individual/screens/IndividualList/IndividualList.d.ts +9 -25
  302. package/build/features/individual/screens/IndividualList/UserList.d.ts +1 -2
  303. package/build/features/individual/screens/IndividualPersonalInfo/DOB.d.ts +1 -1
  304. package/build/features/individual/screens/IndividualPersonalInfo/Email.d.ts +1 -1
  305. package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.d.ts +1 -1
  306. package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +4 -4
  307. package/build/features/individual/screens/IndividualPersonalInfo/ID.d.ts +1 -1
  308. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +5 -13
  309. package/build/features/individual/screens/IndividualPersonalInfo/Name.d.ts +1 -1
  310. package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.d.ts +1 -1
  311. package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  312. package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  313. package/build/features/individual/screens/Success/Success.d.ts +1 -1
  314. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  315. package/build/features/individual/screens/Verify/OTPInput.d.ts +1 -1
  316. package/build/features/individual/screens/Verify/Verify.d.ts +1 -1
  317. package/build/features/password/Password.d.ts +1 -2
  318. package/build/features/password/screens/CreatePassword/ConditionText.d.ts +1 -2
  319. package/build/features/password/screens/CreatePassword/ConfirmPassword.d.ts +1 -1
  320. package/build/features/password/screens/CreatePassword/CreatePassword.d.ts +1 -1
  321. package/build/features/password/screens/CreatePassword/Password.d.ts +1 -1
  322. package/build/features/password/screens/CreatePassword/PasswordBar.d.ts +1 -2
  323. package/build/features/password/screens/OTP/OTP.d.ts +1 -1
  324. package/build/features/password/screens/OTP/OTPInput.d.ts +1 -1
  325. package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  326. package/build/features/password/screens/Success/Success.d.ts +1 -1
  327. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  328. package/build/features/password/screens/Verify/OTPInput.d.ts +1 -1
  329. package/build/features/password/screens/Verify/Verify.d.ts +1 -1
  330. package/build/features/shared/AcceptancePayouts/AcceptancePayouts.d.ts +1 -2
  331. package/build/features/shared/Address/Address.d.ts +1 -2
  332. package/build/features/shared/Address/CountryList.d.ts +13 -29
  333. package/build/features/shared/Address/InputSelect.d.ts +13 -29
  334. package/build/features/shared/Address/InputSelect.js +1 -1
  335. package/build/features/shared/Address/InputText.d.ts +1 -1
  336. package/build/features/shared/Background/Background.d.ts +1 -1
  337. package/build/features/shared/Background/LogoBackground.d.ts +1 -1
  338. package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.d.ts +1 -2
  339. package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +1 -2
  340. package/build/features/shared/BusinessCountry/BusinessCountry.js +1 -1
  341. package/build/features/shared/Button/AbsherButton.d.ts +1 -2
  342. package/build/features/shared/Button/Button.d.ts +1 -2
  343. package/build/features/shared/Button/EmailProvidersButtons.d.ts +2 -3
  344. package/build/features/shared/Button/FlowsButtons.d.ts +2 -3
  345. package/build/features/shared/Button/FlowsButtons.js +1 -1
  346. package/build/features/shared/Button/IndividualActionButtons.d.ts +2 -2
  347. package/build/features/shared/Button/MobileButton.d.ts +1 -2
  348. package/build/features/shared/Button/SuccessButton.d.ts +1 -2
  349. package/build/features/shared/Calender/Calender.d.ts +1 -2
  350. package/build/features/shared/CheckIcon/CheckIcon.d.ts +2 -3
  351. package/build/features/shared/Chip/Chip.d.ts +1 -2
  352. package/build/features/shared/ClearIcon/ClearIcon.d.ts +1 -2
  353. package/build/features/shared/Containers/FeatureContainer.d.ts +1 -1
  354. package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
  355. package/build/features/shared/CreateAccountLoading/CreateAccountLoading.d.ts +1 -1
  356. package/build/features/shared/DataLoading/DataLoading.d.ts +1 -1
  357. package/build/features/shared/Dialog/CloseDialog.d.ts +1 -2
  358. package/build/features/shared/Dialog/DialogContainer.d.ts +1 -1
  359. package/build/features/shared/Dot/Dot.d.ts +1 -2
  360. package/build/features/shared/EndAdornment/EndAdornment.d.ts +1 -2
  361. package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +1 -2
  362. package/build/features/shared/Footer/Footer.d.ts +1 -2
  363. package/build/features/shared/Footer/PoweredByFooter.d.ts +2 -3
  364. package/build/features/shared/GenericError/GenericError.d.ts +1 -1
  365. package/build/features/shared/Input/Input.d.ts +6 -14
  366. package/build/features/shared/InputSelect/InputSelect.d.ts +1 -2
  367. package/build/features/shared/Mandatory/Mandatory.d.ts +1 -2
  368. package/build/features/shared/OTP/OTP.d.ts +1 -1
  369. package/build/features/shared/PaciVerification/PaciVerification.d.ts +1 -1
  370. package/build/features/shared/PasswordIcon/PasswordIcon.d.ts +1 -2
  371. package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +1 -2
  372. package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
  373. package/build/features/shared/Search/Search.d.ts +1 -2
  374. package/build/features/shared/SearchIcon/SearchIcon.d.ts +1 -2
  375. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -1
  376. package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -1
  377. package/build/features/shared/UploadFile/FileUpload.d.ts +4 -4
  378. package/build/features/shared/UploadFile/FileUpload.js +1 -1
  379. package/build/features/shared/UploadFile/UploadFile.d.ts +3 -3
  380. package/build/features/shared/UploadFile/UploadWrapper.d.ts +3 -3
  381. package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +4 -4
  382. package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
  383. package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +3 -3
  384. package/build/features/signIn/SignIn.d.ts +1 -2
  385. package/build/features/signIn/screens/Email/Email.d.ts +1 -1
  386. package/build/features/signIn/screens/Mobile/Mobile.d.ts +1 -1
  387. package/build/features/signIn/screens/OTP/OTP.d.ts +1 -1
  388. package/build/features/signIn/screens/OTP/OTPInput.d.ts +1 -1
  389. package/build/features/signIn/screens/Password/Password.d.ts +1 -1
  390. package/build/features/signIn/screens/Password/PasswordInput.d.ts +1 -1
  391. package/build/features/tax/Tax.d.ts +1 -2
  392. package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  393. package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  394. package/build/features/tax/screens/Success/Success.d.ts +1 -1
  395. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  396. package/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +2 -3
  397. package/build/features/tax/screens/TaxDetails/TaxDetails.d.ts +1 -2
  398. package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +1 -2
  399. package/build/features/tax/screens/TaxDetails/VATId.d.ts +2 -3
  400. package/build/features/tax/screens/Verify/OTPInput.d.ts +1 -1
  401. package/build/features/tax/screens/Verify/Verify.d.ts +1 -1
  402. package/build/hooks/useDataVerified.d.ts +1 -1
  403. package/build/hooks/useExcludeReadOnlyFelids.d.ts +2 -2
  404. package/build/hooks/useFormErrorAndUpdateReadOnly.d.ts +2 -2
  405. package/build/hooks/useFormReadOnly.d.ts +2 -2
  406. package/build/hooks/useSetFromDefaultValues.d.ts +1 -1
  407. package/build/utils/array.js +1 -1
  408. package/package.json +1 -1
  409. package/build/features/connectExpress/screens/AuthenticationList/MerchantList.js +0 -126
@@ -1,7 +1,16 @@
1
1
  import { RootState } from '../../../app/store';
2
- import { MobileFormValues, NIDFormValues, CivilFormValues, OTPFormValues, IndividualFormValues, SharedState, FlowsTypes, ActionState, CountryCode, AuthForType, BusinessDataFormValues, AsyncThunkParams, AuthenticationListFormValues } from '../../../@types';
2
+ import { MobileFormValues, NIDFormValues, CivilFormValues, OTPFormValues, IndividualFormValues, SharedState, FlowsTypes, ActionState, CountryCode, AuthForType, BusinessDataFormValues, AsyncThunkParams, AuthenticationListFormValues, AuthMerchantFormValues } from '../../../@types';
3
3
  import { CancelToken } from 'axios';
4
- export declare const updateBusinessCountryAsync: import("@reduxjs/toolkit").AsyncThunk<any, string, {}>;
4
+ export declare const updateBusinessCountryAsync: 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
+ }>;
5
14
  export declare const retrieveLeadIdentityByIdAsync: import("@reduxjs/toolkit").AsyncThunk<{
6
15
  data: any;
7
16
  countryCode: CountryCode;
@@ -12,63 +21,226 @@ export declare const retrieveLeadIdentityByIdAsync: import("@reduxjs/toolkit").A
12
21
  countryCode: CountryCode;
13
22
  boardInfo: any;
14
23
  boardData: any;
15
- }, string, {}>;
24
+ }, string, {
25
+ state?: unknown;
26
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
27
+ extra?: unknown;
28
+ rejectValue?: unknown;
29
+ serializedErrorType?: unknown;
30
+ pendingMeta?: unknown;
31
+ fulfilledMeta?: unknown;
32
+ rejectedMeta?: unknown;
33
+ }>;
16
34
  export declare const getLeadByIdAsync: import("@reduxjs/toolkit").AsyncThunk<{
17
35
  data: any;
18
36
  countryCode: CountryCode;
19
- }, string, {}>;
20
- export declare const retrieveEntityListAsync: import("@reduxjs/toolkit").AsyncThunk<any, string, {}>;
37
+ }, string, {
38
+ state?: unknown;
39
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
40
+ extra?: unknown;
41
+ rejectValue?: unknown;
42
+ serializedErrorType?: unknown;
43
+ pendingMeta?: unknown;
44
+ fulfilledMeta?: unknown;
45
+ rejectedMeta?: unknown;
46
+ }>;
47
+ export declare const retrieveEntityListAsync: import("@reduxjs/toolkit").AsyncThunk<any, string, {
48
+ state?: unknown;
49
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
50
+ extra?: unknown;
51
+ rejectValue?: unknown;
52
+ serializedErrorType?: unknown;
53
+ pendingMeta?: unknown;
54
+ fulfilledMeta?: unknown;
55
+ rejectedMeta?: unknown;
56
+ }>;
21
57
  export declare const retrieveAuthenticationListAsync: import("@reduxjs/toolkit").AsyncThunk<{
22
58
  brandList: any;
23
59
  entityList: any;
24
60
  }, {
25
61
  individualId: string;
26
- }, {}>;
27
- export declare const getMerchantListAsync: import("@reduxjs/toolkit").AsyncThunk<any, {
28
- entityId: string;
29
- brandId: string;
30
- }, {}>;
62
+ }, {
63
+ state?: unknown;
64
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
65
+ extra?: unknown;
66
+ rejectValue?: unknown;
67
+ serializedErrorType?: unknown;
68
+ pendingMeta?: unknown;
69
+ fulfilledMeta?: unknown;
70
+ rejectedMeta?: unknown;
71
+ }>;
72
+ export declare const getMerchantListAsync: import("@reduxjs/toolkit").AsyncThunk<{
73
+ list: any;
74
+ brandInfo: import("../../../@types").BrandInfo | undefined;
75
+ entityInfo: import("../../../@types").EntityLicenseAuth | undefined;
76
+ }, AuthenticationListFormValues, {
77
+ state?: unknown;
78
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
79
+ extra?: unknown;
80
+ rejectValue?: unknown;
81
+ serializedErrorType?: unknown;
82
+ pendingMeta?: unknown;
83
+ fulfilledMeta?: unknown;
84
+ rejectedMeta?: unknown;
85
+ }>;
31
86
  export declare const createMobileAuthAsync: import("@reduxjs/toolkit").AsyncThunk<{
32
87
  response: any;
33
88
  formData: MobileFormValues;
34
- }, MobileFormValues, {}>;
89
+ }, MobileFormValues, {
90
+ state?: unknown;
91
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
92
+ extra?: unknown;
93
+ rejectValue?: unknown;
94
+ serializedErrorType?: unknown;
95
+ pendingMeta?: unknown;
96
+ fulfilledMeta?: unknown;
97
+ rejectedMeta?: unknown;
98
+ }>;
35
99
  export declare const resendMobileAuthOTP: import("@reduxjs/toolkit").AsyncThunk<{
36
100
  response: any;
37
101
  formData: MobileFormValues;
38
- }, MobileFormValues, {}>;
102
+ }, MobileFormValues, {
103
+ state?: unknown;
104
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
105
+ extra?: unknown;
106
+ rejectValue?: unknown;
107
+ serializedErrorType?: unknown;
108
+ pendingMeta?: unknown;
109
+ fulfilledMeta?: unknown;
110
+ rejectedMeta?: unknown;
111
+ }>;
39
112
  export declare const createNIDAuthAsync: import("@reduxjs/toolkit").AsyncThunk<{
40
113
  response: any;
41
114
  formData: NIDFormValues;
42
- }, NIDFormValues, {}>;
115
+ }, NIDFormValues, {
116
+ state?: unknown;
117
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
118
+ extra?: unknown;
119
+ rejectValue?: unknown;
120
+ serializedErrorType?: unknown;
121
+ pendingMeta?: unknown;
122
+ fulfilledMeta?: unknown;
123
+ rejectedMeta?: unknown;
124
+ }>;
43
125
  export declare const resendNIDAuthOTP: import("@reduxjs/toolkit").AsyncThunk<{
44
126
  response: any;
45
127
  formData: NIDFormValues;
46
- }, NIDFormValues, {}>;
128
+ }, NIDFormValues, {
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
  export declare const createCivilIdAuthAsync: import("@reduxjs/toolkit").AsyncThunk<{
48
139
  response: any;
49
140
  formData: CivilFormValues;
50
- }, CivilFormValues, {}>;
51
- export declare const verifyMobileOtpAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {}>;
52
- export declare const verifyNIDOtpAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {}>;
53
- export declare const verifyPACIAsync: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIAsyncParams, {}>;
141
+ }, CivilFormValues, {
142
+ state?: unknown;
143
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
144
+ extra?: unknown;
145
+ rejectValue?: unknown;
146
+ serializedErrorType?: unknown;
147
+ pendingMeta?: unknown;
148
+ fulfilledMeta?: unknown;
149
+ rejectedMeta?: unknown;
150
+ }>;
151
+ export declare const verifyMobileOtpAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {
152
+ state?: unknown;
153
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
154
+ extra?: unknown;
155
+ rejectValue?: unknown;
156
+ serializedErrorType?: unknown;
157
+ pendingMeta?: unknown;
158
+ fulfilledMeta?: unknown;
159
+ rejectedMeta?: unknown;
160
+ }>;
161
+ export declare const verifyNIDOtpAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {
162
+ state?: unknown;
163
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
164
+ extra?: unknown;
165
+ rejectValue?: unknown;
166
+ serializedErrorType?: unknown;
167
+ pendingMeta?: unknown;
168
+ fulfilledMeta?: unknown;
169
+ rejectedMeta?: unknown;
170
+ }>;
171
+ export declare const verifyPACIAsync: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIAsyncParams, {
172
+ state?: unknown;
173
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
174
+ extra?: unknown;
175
+ rejectValue?: unknown;
176
+ serializedErrorType?: unknown;
177
+ pendingMeta?: unknown;
178
+ fulfilledMeta?: unknown;
179
+ rejectedMeta?: unknown;
180
+ }>;
54
181
  export declare const createCivilIDAuthIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<{
55
182
  response: any;
56
183
  formData: CivilFormValues;
57
- }, CivilFormValues, {}>;
184
+ }, CivilFormValues, {
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
+ }>;
58
194
  export declare const createNIDAuthIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<{
59
195
  response: {
60
196
  verify_token: any;
61
197
  };
62
198
  formData: NIDFormValues;
63
- }, NIDFormValues, {}>;
199
+ }, NIDFormValues, {
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
+ }>;
64
209
  export declare const resendNIDAuthIdentityOTP: import("@reduxjs/toolkit").AsyncThunk<{
65
210
  response: {
66
211
  verify_token: any;
67
212
  };
68
213
  formData: NIDFormValues;
69
- }, NIDFormValues, {}>;
70
- export declare const verifyNIDOtpLeadIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {}>;
71
- export declare const verifyPaciLeadIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIAsyncParams, {}>;
214
+ }, NIDFormValues, {
215
+ state?: unknown;
216
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
217
+ extra?: unknown;
218
+ rejectValue?: unknown;
219
+ serializedErrorType?: unknown;
220
+ pendingMeta?: unknown;
221
+ fulfilledMeta?: unknown;
222
+ rejectedMeta?: unknown;
223
+ }>;
224
+ export declare const verifyNIDOtpLeadIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {
225
+ state?: unknown;
226
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
227
+ extra?: unknown;
228
+ rejectValue?: unknown;
229
+ serializedErrorType?: unknown;
230
+ pendingMeta?: unknown;
231
+ fulfilledMeta?: unknown;
232
+ rejectedMeta?: unknown;
233
+ }>;
234
+ export declare const verifyPaciLeadIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIAsyncParams, {
235
+ state?: unknown;
236
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
237
+ extra?: unknown;
238
+ rejectValue?: unknown;
239
+ serializedErrorType?: unknown;
240
+ pendingMeta?: unknown;
241
+ fulfilledMeta?: unknown;
242
+ rejectedMeta?: unknown;
243
+ }>;
72
244
  export declare const checkEmailAvailabilityAsync: import("@reduxjs/toolkit").AsyncThunk<{
73
245
  response: any;
74
246
  formData: string;
@@ -76,7 +248,16 @@ export declare const checkEmailAvailabilityAsync: import("@reduxjs/toolkit").Asy
76
248
  email: string;
77
249
  cancelToken: CancelToken;
78
250
  onSuccess?: (() => void) | undefined;
79
- }, {}>;
251
+ }, {
252
+ state?: unknown;
253
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
254
+ extra?: unknown;
255
+ rejectValue?: unknown;
256
+ serializedErrorType?: unknown;
257
+ pendingMeta?: unknown;
258
+ fulfilledMeta?: unknown;
259
+ rejectedMeta?: unknown;
260
+ }>;
80
261
  export declare const checkBrandNameAvailabilityAsync: import("@reduxjs/toolkit").AsyncThunk<{
81
262
  response: any;
82
263
  formData: {
@@ -86,29 +267,92 @@ export declare const checkBrandNameAvailabilityAsync: import("@reduxjs/toolkit")
86
267
  name: string;
87
268
  cancelToken: CancelToken;
88
269
  onSuccess?: (() => void) | undefined;
89
- }, {}>;
270
+ }, {
271
+ state?: unknown;
272
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
273
+ extra?: unknown;
274
+ rejectValue?: unknown;
275
+ serializedErrorType?: unknown;
276
+ pendingMeta?: unknown;
277
+ fulfilledMeta?: unknown;
278
+ rejectedMeta?: unknown;
279
+ }>;
90
280
  export declare const createAccountAsync: import("@reduxjs/toolkit").AsyncThunk<{
91
281
  boardInfo: any;
92
282
  boardData: any;
93
283
  account: any;
94
- } | undefined, void, {}>;
284
+ } | undefined, void, {
285
+ state?: unknown;
286
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
287
+ extra?: unknown;
288
+ rejectValue?: unknown;
289
+ serializedErrorType?: unknown;
290
+ pendingMeta?: unknown;
291
+ fulfilledMeta?: unknown;
292
+ rejectedMeta?: unknown;
293
+ }>;
95
294
  export declare const createEntity: import("@reduxjs/toolkit").AsyncThunk<{
96
295
  data: any;
97
296
  formData: AuthenticationListFormValues;
98
- }, AuthenticationListFormValues, {}>;
297
+ }, AuthenticationListFormValues, {
298
+ state?: unknown;
299
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
300
+ extra?: unknown;
301
+ rejectValue?: unknown;
302
+ serializedErrorType?: unknown;
303
+ pendingMeta?: unknown;
304
+ fulfilledMeta?: unknown;
305
+ rejectedMeta?: unknown;
306
+ }>;
99
307
  interface verifyPACIAsyncParams {
100
308
  onSuccess: () => void;
101
309
  }
102
310
  export declare const updateLeadIndividualAsync: import("@reduxjs/toolkit").AsyncThunk<{
103
311
  response: any;
104
312
  formData: IndividualFormValues;
105
- }, AsyncThunkParams<IndividualFormValues>, {}>;
313
+ }, AsyncThunkParams<IndividualFormValues>, {
314
+ state?: unknown;
315
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
316
+ extra?: unknown;
317
+ rejectValue?: unknown;
318
+ serializedErrorType?: unknown;
319
+ pendingMeta?: unknown;
320
+ fulfilledMeta?: unknown;
321
+ rejectedMeta?: unknown;
322
+ }>;
106
323
  export declare const updateLeadBusinessDataAsync: import("@reduxjs/toolkit").AsyncThunk<{
107
324
  response: any;
108
325
  formData: BusinessDataFormValues;
109
- }, AsyncThunkParams<BusinessDataFormValues>, {}>;
110
- export declare const updateOperatorInfoAsync: import("@reduxjs/toolkit").AsyncThunk<void, AuthenticationListFormValues, {}>;
111
- export declare const onCloseCompleteAsync: import("@reduxjs/toolkit").AsyncThunk<void, void, {}>;
326
+ }, AsyncThunkParams<BusinessDataFormValues>, {
327
+ state?: unknown;
328
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
329
+ extra?: unknown;
330
+ rejectValue?: unknown;
331
+ serializedErrorType?: unknown;
332
+ pendingMeta?: unknown;
333
+ fulfilledMeta?: unknown;
334
+ rejectedMeta?: unknown;
335
+ }>;
336
+ export declare const confirmInfo: import("@reduxjs/toolkit").AsyncThunk<void, AuthenticationListFormValues, {
337
+ state?: unknown;
338
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
339
+ extra?: unknown;
340
+ rejectValue?: unknown;
341
+ serializedErrorType?: unknown;
342
+ pendingMeta?: unknown;
343
+ fulfilledMeta?: unknown;
344
+ rejectedMeta?: unknown;
345
+ }>;
346
+ export declare const onCloseCompleteAsync: import("@reduxjs/toolkit").AsyncThunk<void, void, {
347
+ state?: unknown;
348
+ dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
349
+ extra?: unknown;
350
+ rejectValue?: unknown;
351
+ serializedErrorType?: unknown;
352
+ pendingMeta?: unknown;
353
+ fulfilledMeta?: unknown;
354
+ rejectedMeta?: unknown;
355
+ }>;
112
356
  interface ResponseData {
113
357
  responseData?: Record<string, any>;
114
358
  }
@@ -126,12 +370,11 @@ export interface ConnectExpressData {
126
370
  individualData: IndividualFormValues;
127
371
  businessData: BusinessDataFormValues;
128
372
  authenticationData: AuthenticationListFormValues;
373
+ authMerchantData: AuthMerchantFormValues;
129
374
  isStartFromBusinessCountry?: boolean;
130
375
  }
131
376
  export interface ConnectExpressState extends SharedState<ConnectExpressData & ResponseData> {
132
377
  customLoading?: boolean;
133
- merchantLoading?: boolean;
134
- terminalLoading?: boolean;
135
378
  }
136
379
  export declare const connectSlice: import("@reduxjs/toolkit").Slice<ConnectExpressState, {
137
380
  setLeadId(state: ConnectExpressState, action: ActionState<string>): void;
@@ -150,7 +393,7 @@ export declare const connectSlice: import("@reduxjs/toolkit").Slice<ConnectExpre
150
393
  resetStore: (state: ConnectExpressState) => void;
151
394
  resetIndividualScreen: (state: ConnectExpressState) => void;
152
395
  }, "connectExpress/store">;
153
- export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, setIsLeadIdPassed: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, resetMobileScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, string>, resetOTPValue: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetNIDScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetCivilScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetStore: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, setError: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, setLeadId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, setShowBoard: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, resetIndividualScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, setDefaultCountryCode: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, string>, storeIsStartFromBusinessCountry: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, resetAuthenticationScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>;
396
+ export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/stopLoader">, setIsLeadIdPassed: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "connectExpress/store/setIsLeadIdPassed">, resetMobileScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, "connectExpress/store/resetMobileScreen">, resetOTPValue: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/resetOTPValue">, resetNIDScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/resetNIDScreen">, resetCivilScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/resetCivilScreen">, resetStore: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/resetStore">, setError: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "connectExpress/store/setError">, setLeadId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "connectExpress/store/setLeadId">, setShowBoard: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "connectExpress/store/setShowBoard">, resetIndividualScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/resetIndividualScreen">, setDefaultCountryCode: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, "connectExpress/store/setDefaultCountryCode">, storeIsStartFromBusinessCountry: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "connectExpress/store/storeIsStartFromBusinessCountry">, resetAuthenticationScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/resetAuthenticationScreen">;
154
397
  declare const _default: import("redux").Reducer<ConnectExpressState, import("redux").AnyAction>;
155
398
  export default _default;
156
399
  export declare const connectExpressSelector: (state: RootState) => ConnectExpressState;
@@ -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]) {
@@ -213,25 +213,36 @@ export var retrieveAuthenticationListAsync = createAsyncThunk('connectExpress/re
213
213
  });
214
214
  });
215
215
  });
216
- export var getMerchantListAsync = createAsyncThunk('connectExpress/getMerchantListAsync', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
217
- var settings, payload, merchants;
218
- return __generator(this, function (_a) {
219
- switch (_a.label) {
220
- case 0:
221
- settings = thunkApi.getState().settings;
222
- payload = {
223
- business_entity_id: params.entityId,
224
- brand_id: params.brandId,
225
- create_if_not_present: true,
226
- platforms: settings.data.appConfig.platforms
227
- };
228
- return [4, API.entityService.getMerchantListUsingEntityId(payload)];
229
- case 1:
230
- merchants = (_a.sent()).merchants;
231
- return [2, merchants || []];
232
- }
216
+ export var getMerchantListAsync = createAsyncThunk('connectExpress/getMerchantListAsync', function (_a, thunkApi) {
217
+ var brandInfo = _a.brandInfo, entityInfo = _a.entityInfo;
218
+ return __awaiter(void 0, void 0, void 0, function () {
219
+ var settings, payload, merchants, list;
220
+ return __generator(this, function (_b) {
221
+ switch (_b.label) {
222
+ case 0:
223
+ settings = thunkApi.getState().settings;
224
+ payload = {
225
+ business_entity_id: (entityInfo === null || entityInfo === void 0 ? void 0 : entityInfo.id) || '',
226
+ brand_id: (brandInfo === null || brandInfo === void 0 ? void 0 : brandInfo.id) || '',
227
+ create_if_not_present: true,
228
+ platforms: settings.data.appConfig.platforms
229
+ };
230
+ return [4, API.entityService.getMerchantListUsingEntityId(payload)];
231
+ case 1:
232
+ merchants = (_b.sent()).merchants;
233
+ list = merchants || [];
234
+ if ((list === null || list === void 0 ? void 0 : list.length) > 1) {
235
+ thunkApi.dispatch(handleNextScreenStep());
236
+ return [2, { list: list, brandInfo: brandInfo, entityInfo: entityInfo }];
237
+ }
238
+ return [4, thunkApi.dispatch(confirmInfo({ entityInfo: entityInfo, brandInfo: brandInfo, merchantInfo: list === null || list === void 0 ? void 0 : list[0] }))];
239
+ case 2:
240
+ _b.sent();
241
+ return [2, { list: list, brandInfo: brandInfo, entityInfo: entityInfo }];
242
+ }
243
+ });
233
244
  });
234
- }); });
245
+ });
235
246
  export var createMobileAuthAsync = createAsyncThunk('connectExpress/createMobileAuthAsync', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
236
247
  var _a, settings, connectExpress, requestBody, data;
237
248
  var _b, _c;
@@ -993,7 +1004,7 @@ export var updateLeadBusinessDataAsync = createAsyncThunk('updateLeadBusinessDat
993
1004
  });
994
1005
  });
995
1006
  });
996
- export var updateOperatorInfoAsync = createAsyncThunk('connectExpress/updateOperatorInfoAsync', function (_a, thunkApi) {
1007
+ export var confirmInfo = createAsyncThunk('connectExpress/confirmInfo', function (_a, thunkApi) {
997
1008
  var brandInfo = _a.brandInfo, entityInfo = _a.entityInfo, merchantInfo = _a.merchantInfo;
998
1009
  return __awaiter(void 0, void 0, void 0, function () {
999
1010
  var _b, connectExpress, settings, responseData, _c, postURL, redirectUrl, bi, authId, body, data, urlQueryStart;
@@ -1054,8 +1065,6 @@ var initialState = {
1054
1065
  error: null,
1055
1066
  loading: false,
1056
1067
  customLoading: false,
1057
- merchantLoading: false,
1058
- terminalLoading: false,
1059
1068
  data: {
1060
1069
  showBoard: true,
1061
1070
  isLeadIdPassed: false,
@@ -1091,7 +1100,9 @@ var initialState = {
1091
1100
  },
1092
1101
  authenticationData: {
1093
1102
  brandInfo: undefined,
1094
- entityInfo: undefined,
1103
+ entityInfo: undefined
1104
+ },
1105
+ authMerchantData: {
1095
1106
  merchantInfo: undefined
1096
1107
  }
1097
1108
  }
@@ -1526,33 +1537,35 @@ export var connectSlice = createSlice({
1526
1537
  state.error = action.error.message;
1527
1538
  })
1528
1539
  .addCase(getMerchantListAsync.pending, function (state) {
1529
- state.merchantLoading = true;
1540
+ state.loading = true;
1530
1541
  state.error = null;
1531
1542
  })
1532
1543
  .addCase(getMerchantListAsync.fulfilled, function (state, action) {
1533
- state.merchantLoading = false;
1544
+ state.loading = false;
1534
1545
  state.error = null;
1535
1546
  var data = state.data.responseData;
1536
- var merchantList = action.payload;
1537
- if (merchantList === null || merchantList === void 0 ? void 0 : merchantList.length) {
1538
- state.data.authenticationData.merchantInfo = merchantList[0];
1547
+ var _a = action.payload, list = _a.list, brandInfo = _a.brandInfo, entityInfo = _a.entityInfo;
1548
+ state.data.authenticationData.brandInfo = brandInfo;
1549
+ state.data.authenticationData.entityInfo = entityInfo;
1550
+ if (list === null || list === void 0 ? void 0 : list.length) {
1551
+ state.data.authMerchantData.merchantInfo = list[0];
1539
1552
  }
1540
- state.data.responseData = __assign(__assign({}, data), { authenticationData: __assign(__assign({}, data === null || data === void 0 ? void 0 : data.authenticationData), { merchantList: merchantList }) });
1553
+ state.data.responseData = __assign(__assign({}, data), { authMerchantData: __assign(__assign({}, data === null || data === void 0 ? void 0 : data.authMerchantData), { merchantList: list }) });
1541
1554
  })
1542
1555
  .addCase(getMerchantListAsync.rejected, function (state, action) {
1543
- state.merchantLoading = false;
1556
+ state.loading = false;
1544
1557
  state.error = action.error.message;
1545
1558
  })
1546
- .addCase(updateOperatorInfoAsync.pending, function (state) {
1559
+ .addCase(confirmInfo.pending, function (state) {
1547
1560
  state.loading = true;
1548
1561
  state.error = null;
1549
1562
  })
1550
- .addCase(updateOperatorInfoAsync.fulfilled, function (state) {
1563
+ .addCase(confirmInfo.fulfilled, function (state) {
1551
1564
  state.loading = false;
1552
1565
  state.error = null;
1553
1566
  state.data.responseData = __assign({}, state.data.responseData);
1554
1567
  })
1555
- .addCase(updateOperatorInfoAsync.rejected, function (state, action) {
1568
+ .addCase(confirmInfo.rejected, function (state, action) {
1556
1569
  state.loading = false;
1557
1570
  state.error = action.error.message;
1558
1571
  })
@@ -1590,17 +1603,16 @@ export var connectSlice = createSlice({
1590
1603
  state.error = action.error.message;
1591
1604
  })
1592
1605
  .addCase(createEntity.fulfilled, function (state, action) {
1593
- var _a;
1594
1606
  state.loading = false;
1595
1607
  state.error = null;
1596
1608
  var data = action.payload.data;
1597
- var authenticationData = ((_a = state.data.responseData) === null || _a === void 0 ? void 0 : _a.authenticationData) || {};
1609
+ var authenticationData = (state.data.responseData || {}).authenticationData;
1598
1610
  var entityList = (authenticationData || {}).entityList;
1599
1611
  if (data === null || data === void 0 ? void 0 : data.entity) {
1600
1612
  var entity = __assign(__assign({}, data.entity), { business_id: data === null || data === void 0 ? void 0 : data.business_id });
1601
1613
  var list = __spreadArray([entity], entityList, true);
1602
1614
  state.data.authenticationData.entityInfo = list[0];
1603
- state.data.responseData = __assign(__assign({}, data), { authenticationData: __assign(__assign({}, authenticationData), { entityList: list }) });
1615
+ state.data.responseData = __assign(__assign({}, state.data.responseData), { entityData: data, authenticationData: __assign(__assign({}, authenticationData), { entityList: list }) });
1604
1616
  }
1605
1617
  });
1606
1618
  }