@tap-payments/auth-jsconnect 2.10.10-beta → 2.10.10

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 (545) hide show
  1. package/README.md +2 -2
  2. package/build/@types/app.d.ts +25 -18
  3. package/build/@types/app.js +7 -0
  4. package/build/@types/config.d.ts +1 -1
  5. package/build/@types/form.d.ts +32 -27
  6. package/build/@types/theme.d.ts +1 -1
  7. package/build/api/account.d.ts +4 -4
  8. package/build/api/account.js +7 -4
  9. package/build/api/auth.d.ts +17 -16
  10. package/build/api/auth.js +7 -3
  11. package/build/api/availabilityServices.d.ts +3 -3
  12. package/build/api/axios.d.ts +1 -1
  13. package/build/api/axios.js +1 -1
  14. package/build/api/board.d.ts +3 -3
  15. package/build/api/brand.d.ts +1 -1
  16. package/build/api/country.d.ts +1 -1
  17. package/build/api/data.d.ts +8 -8
  18. package/build/api/document.d.ts +2 -2
  19. package/build/api/entity.d.ts +13 -10
  20. package/build/api/file.d.ts +1 -1
  21. package/build/api/firebase.js +1 -1
  22. package/build/api/headers.d.ts +5 -0
  23. package/build/api/headers.js +3 -0
  24. package/build/api/index.d.ts +4 -4
  25. package/build/api/individual.d.ts +5 -5
  26. package/build/api/init.d.ts +1 -1
  27. package/build/api/lead.d.ts +14 -13
  28. package/build/api/lead.js +1 -1
  29. package/build/api/operator.d.ts +3 -3
  30. package/build/api/operator.js +6 -3
  31. package/build/api/user.d.ts +3 -3
  32. package/build/app/settings.d.ts +22 -3
  33. package/build/app/settings.js +9 -6
  34. package/build/app/store.d.ts +4 -4
  35. package/build/assets/currencies/AEDSymbol.d.ts +7 -0
  36. package/build/assets/currencies/AEDSymbol.js +28 -0
  37. package/build/assets/currencies/SARSymbol.d.ts +7 -0
  38. package/build/assets/currencies/SARSymbol.js +28 -0
  39. package/build/assets/currencies/index.d.ts +2 -0
  40. package/build/assets/currencies/index.js +2 -0
  41. package/build/assets/currencies/utils.d.ts +4 -0
  42. package/build/assets/currencies/utils.js +6 -0
  43. package/build/assets/locales/ar.json +53 -7
  44. package/build/assets/locales/en.json +58 -11
  45. package/build/components/AnimationFlow/AnimationFlow.d.ts +1 -1
  46. package/build/components/AnimationFlow/BottomSheet.d.ts +1 -1
  47. package/build/components/AnimationFlow/Dialog.d.ts +1 -1
  48. package/build/components/AnimationFlow/Error.d.ts +1 -2
  49. package/build/components/AnimationFlow/Loader.d.ts +1 -2
  50. package/build/components/ArabicDatePicker/ArabicDatePicker.d.ts +1 -1
  51. package/build/components/Button/Button.d.ts +1 -1
  52. package/build/components/CheckBox/CheckBox.d.ts +1 -1
  53. package/build/components/Collapse/Collapse.d.ts +1 -2
  54. package/build/components/DatePicker/DatePicker.d.ts +1 -1
  55. package/build/components/ExpandIcon/ExpandIcon.d.ts +1 -2
  56. package/build/components/FileInput/DragAndDrop.d.ts +1 -2
  57. package/build/components/FileInput/UploadInput.d.ts +1 -2
  58. package/build/components/Footer/Footer.d.ts +1 -1
  59. package/build/components/Form/Form.d.ts +1 -1
  60. package/build/components/Input/Input.d.ts +1 -1
  61. package/build/components/InputAdornment/InputAdornment.d.ts +1 -1
  62. package/build/components/List/List.d.ts +1 -1
  63. package/build/components/ListItem/ListItem.d.ts +1 -1
  64. package/build/components/Loader/Loader.d.ts +1 -1
  65. package/build/components/LogoBadge/LogoBadge.d.ts +1 -1
  66. package/build/components/OTPField/OTPField.d.ts +1 -1
  67. package/build/components/OTPTimer/OTPTimer.d.ts +1 -1
  68. package/build/components/ProgressBar/CircularProgressBar.d.ts +1 -2
  69. package/build/components/ProgressBar/ProgressBar.d.ts +1 -1
  70. package/build/components/Providers/ReduxProvider.d.ts +1 -1
  71. package/build/components/Providers/ThemeProvider.d.ts +1 -1
  72. package/build/components/Radio/Radio.d.ts +1 -1
  73. package/build/components/RadioGroup/RadioGroup.d.ts +1 -1
  74. package/build/components/RadioLabel/RadioLabel.d.ts +1 -1
  75. package/build/components/SimpleList/SimpleList.d.ts +1 -1
  76. package/build/components/Slide/Slide.d.ts +1 -1
  77. package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
  78. package/build/components/Text/Text.d.ts +1 -1
  79. package/build/components/TextWithCurrency/TextWithCurrency.d.ts +6 -0
  80. package/build/components/TextWithCurrency/TextWithCurrency.js +14 -0
  81. package/build/components/TextWithCurrency/index.d.ts +2 -0
  82. package/build/components/TextWithCurrency/index.js +2 -0
  83. package/build/components/ToggleButton/ToggleButton.d.ts +1 -1
  84. package/build/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
  85. package/build/components/Tooltip/Tooltip.d.ts +1 -1
  86. package/build/components/Warning/Warning.d.ts +1 -1
  87. package/build/constants/api.d.ts +1 -0
  88. package/build/constants/api.js +2 -0
  89. package/build/constants/app.d.ts +13 -1
  90. package/build/constants/app.js +139 -26
  91. package/build/constants/assets.d.ts +12 -3
  92. package/build/constants/assets.js +123 -105
  93. package/build/constants/dummy.js +27 -20
  94. package/build/constants/validation.d.ts +1 -0
  95. package/build/constants/validation.js +1 -0
  96. package/build/features/app/auth/authStore.d.ts +232 -24
  97. package/build/features/app/auth/authStore.js +194 -117
  98. package/build/features/app/bank/bankStore.d.ts +93 -12
  99. package/build/features/app/bank/bankStore.js +25 -21
  100. package/build/features/app/board/boardStore.d.ts +41 -5
  101. package/build/features/app/board/boardStore.js +12 -8
  102. package/build/features/app/brand/brandStore.d.ts +143 -17
  103. package/build/features/app/brand/brandStore.js +23 -19
  104. package/build/features/app/business/businessStore.d.ts +192 -21
  105. package/build/features/app/business/businessStore.js +46 -37
  106. package/build/features/app/connect/connectStore.d.ts +186 -23
  107. package/build/features/app/connect/connectStore.js +49 -32
  108. package/build/features/app/connectExpress/connectExpressStore.d.ts +324 -36
  109. package/build/features/app/connectExpress/connectExpressStore.js +236 -47
  110. package/build/features/app/entity/entityStore.d.ts +93 -12
  111. package/build/features/app/entity/entityStore.js +22 -18
  112. package/build/features/app/individual/individualStore.d.ts +186 -24
  113. package/build/features/app/individual/individualStore.js +34 -29
  114. package/build/features/app/kyc/kycStore.d.ts +62 -8
  115. package/build/features/app/kyc/kycStore.js +1 -1
  116. package/build/features/app/password/passwordStore.d.ts +123 -15
  117. package/build/features/app/password/passwordStore.js +45 -47
  118. package/build/features/app/signIn/signInStore.d.ts +61 -7
  119. package/build/features/app/signIn/signInStore.js +13 -17
  120. package/build/features/app/tax/taxStore.d.ts +83 -11
  121. package/build/features/app/tax/taxStore.js +22 -18
  122. package/build/features/auth/Auth.d.ts +2 -3
  123. package/build/features/auth/Auth.js +1 -1
  124. package/build/features/auth/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
  125. package/build/features/auth/screens/AccountNotFound/AccountNotFound.d.ts +1 -1
  126. package/build/features/auth/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
  127. package/build/features/auth/screens/AuthSwitch/AuthSwitch.d.ts +1 -1
  128. package/build/features/auth/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
  129. package/build/features/auth/screens/AuthenticationList/BrandList.d.ts +1 -1
  130. package/build/features/auth/screens/AuthenticationList/EntityLegalName.d.ts +1 -2
  131. package/build/features/auth/screens/AuthenticationList/EntityLicenseType.d.ts +3 -3
  132. package/build/features/auth/screens/AuthenticationList/EntityList.d.ts +1 -1
  133. package/build/features/auth/screens/AuthenticationList/EntityList.js +2 -2
  134. package/build/features/auth/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
  135. package/build/features/auth/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
  136. package/build/features/auth/screens/BusinessCountry/BusinessCountry.js +1 -1
  137. package/build/features/auth/screens/CivilID/CivilID.d.ts +1 -1
  138. package/build/features/auth/screens/DOB/DOB.d.ts +1 -2
  139. package/build/features/auth/screens/DOB/DOBForm.d.ts +1 -1
  140. package/build/features/auth/screens/Email/Email.d.ts +1 -1
  141. package/build/features/auth/screens/EmailSent/EmailSent.d.ts +1 -1
  142. package/build/features/auth/screens/MigratingData/MigratingData.d.ts +1 -1
  143. package/build/features/auth/screens/Mobile/Mobile.d.ts +1 -1
  144. package/build/features/auth/screens/NID/NID.d.ts +1 -1
  145. package/build/features/auth/screens/OTP/OTP.d.ts +6 -3
  146. package/build/features/auth/screens/OTP/OTP.js +15 -3
  147. package/build/features/auth/screens/OTP/OTPInput.d.ts +1 -1
  148. package/build/features/auth/screens/OTP/index.d.ts +1 -2
  149. package/build/features/auth/screens/OperatorError/OperatorError.d.ts +1 -1
  150. package/build/features/auth/screens/Passcode/Passcode.d.ts +8 -0
  151. package/build/features/auth/screens/Passcode/Passcode.js +82 -0
  152. package/build/features/auth/screens/Passcode/PasscodeInput.d.ts +6 -0
  153. package/build/features/auth/screens/Passcode/PasscodeInput.js +42 -0
  154. package/build/features/auth/screens/Passcode/index.d.ts +2 -0
  155. package/build/features/auth/screens/Passcode/index.js +2 -0
  156. package/build/features/auth/screens/Passcode/validation.d.ts +8 -0
  157. package/build/features/auth/screens/Passcode/validation.js +4 -0
  158. package/build/features/auth/screens/Password/Password.d.ts +1 -1
  159. package/build/features/auth/screens/Password/PasswordField.d.ts +1 -1
  160. package/build/features/auth/screens/PreparingData/PreparingData.d.ts +1 -1
  161. package/build/features/auth/screens/ResetPasswordMessage/ResetPasswordMessage.d.ts +1 -1
  162. package/build/features/auth/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
  163. package/build/features/auth/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  164. package/build/features/bank/Bank.d.ts +1 -2
  165. package/build/features/bank/screens/BankDetails/BankDetails.d.ts +1 -2
  166. package/build/features/bank/screens/BankDetails/BankName.d.ts +2 -3
  167. package/build/features/bank/screens/BankDetails/BankStatement.d.ts +2 -3
  168. package/build/features/bank/screens/BankDetails/Beneficiary.d.ts +1 -2
  169. package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +2 -3
  170. package/build/features/bank/screens/BankDetails/IBAN.d.ts +1 -2
  171. package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
  172. package/build/features/bank/screens/OperatorError/OperatorError.d.ts +1 -1
  173. package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  174. package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  175. package/build/features/bank/screens/Success/Success.d.ts +1 -1
  176. package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  177. package/build/features/bank/screens/Verify/OTPInput.d.ts +1 -1
  178. package/build/features/bank/screens/Verify/Verify.d.ts +1 -1
  179. package/build/features/board/Board.d.ts +1 -2
  180. package/build/features/board/screens/OperatorError/OperatorError.d.ts +1 -1
  181. package/build/features/board/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  182. package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  183. package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  184. package/build/features/board/screens/Verify/OTPInput.d.ts +1 -1
  185. package/build/features/board/screens/Verify/Verify.d.ts +1 -1
  186. package/build/features/brand/Brand.d.ts +1 -2
  187. package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +13 -29
  188. package/build/features/brand/screens/BrandActivities/BrandActivities.d.ts +1 -2
  189. package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +13 -37
  190. package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +1 -2
  191. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +1 -2
  192. package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +3 -8
  193. package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +12 -20
  194. package/build/features/brand/screens/BrandActivities/TAC.d.ts +3 -3
  195. package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +2 -3
  196. package/build/features/brand/screens/BrandInfo/BrandInfo.d.ts +1 -2
  197. package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +2 -3
  198. package/build/features/brand/screens/BrandInfo/BrandName.d.ts +1 -1
  199. package/build/features/brand/screens/BrandInfo/BrandName.js +1 -1
  200. package/build/features/brand/screens/BrandInfo/SalesChannels.d.ts +1 -2
  201. package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.d.ts +1 -2
  202. package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.d.ts +1 -2
  203. package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.d.ts +1 -2
  204. package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.d.ts +1 -2
  205. package/build/features/brand/screens/BrandSegmentInfo/TeamSize.d.ts +1 -2
  206. package/build/features/brand/screens/OperatorError/OperatorError.d.ts +1 -1
  207. package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  208. package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  209. package/build/features/brand/screens/Success/Success.d.ts +1 -1
  210. package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  211. package/build/features/brand/screens/Verify/OTPInput.d.ts +1 -1
  212. package/build/features/brand/screens/Verify/Verify.d.ts +1 -1
  213. package/build/features/business/Business.d.ts +1 -2
  214. package/build/features/business/screens/Activities/Activities.d.ts +1 -2
  215. package/build/features/business/screens/Activities/ActivitiesList.d.ts +9 -25
  216. package/build/features/business/screens/Activities/LicenseName.d.ts +1 -1
  217. package/build/features/business/screens/Activities/OperationStartDate.d.ts +5 -13
  218. package/build/features/business/screens/BrandDetails/BrandDetails.d.ts +1 -1
  219. package/build/features/business/screens/BrandDetails/BrandName.d.ts +1 -1
  220. package/build/features/business/screens/BrandDetails/Header.d.ts +1 -1
  221. package/build/features/business/screens/BrandDetails/LicenseInfo.d.ts +1 -1
  222. package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +5 -13
  223. package/build/features/business/screens/BusinessType/Article.d.ts +2 -3
  224. package/build/features/business/screens/BusinessType/BusinessType.d.ts +1 -1
  225. package/build/features/business/screens/BusinessType/BusinessType.js +13 -2
  226. package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +1 -1
  227. package/build/features/business/screens/BusinessType/EntityLicenseList.js +11 -5
  228. package/build/features/business/screens/BusinessType/EntityName.d.ts +1 -2
  229. package/build/features/business/screens/BusinessType/LicenseCertificate.d.ts +1 -2
  230. package/build/features/business/screens/BusinessType/LicenseList.d.ts +1 -1
  231. package/build/features/business/screens/BusinessType/LicenseList.js +15 -7
  232. package/build/features/business/screens/BusinessType/LicenseNumber.d.ts +1 -1
  233. package/build/features/business/screens/BusinessType/LicenseType.d.ts +4 -4
  234. package/build/features/business/screens/BusinessType/SelectType.d.ts +1 -1
  235. package/build/features/business/screens/BusinessType/Switch.d.ts +1 -1
  236. package/build/features/business/screens/BusinessType/UnifiedNumber.d.ts +35 -0
  237. package/build/features/business/screens/BusinessType/UnifiedNumber.js +84 -0
  238. package/build/features/business/screens/BusinessType/validation.d.ts +6 -3
  239. package/build/features/business/screens/BusinessType/validation.js +31 -10
  240. package/build/features/business/screens/CivilID/CivilID.d.ts +1 -1
  241. package/build/features/business/screens/Customers/CustomerLocations.d.ts +17 -41
  242. package/build/features/business/screens/Customers/Customers.d.ts +1 -1
  243. package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +1 -2
  244. package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +1 -2
  245. package/build/features/business/screens/Customers/ExpectedSalesRange.js +3 -8
  246. package/build/features/business/screens/Customers/RefundPolicy.d.ts +12 -20
  247. package/build/features/business/screens/Customers/TransactionPolicy.d.ts +2 -3
  248. package/build/features/business/screens/DOB/DOB.d.ts +1 -1
  249. package/build/features/business/screens/DOB/DOBForm.d.ts +1 -1
  250. package/build/features/business/screens/IDBOD/DOB.d.ts +1 -1
  251. package/build/features/business/screens/IDBOD/ID.d.ts +1 -1
  252. package/build/features/business/screens/IDBOD/IDBOD.d.ts +1 -1
  253. package/build/features/business/screens/MobileOwnership/CollectMobileOwnership.d.ts +1 -2
  254. package/build/features/business/screens/MobileOwnership/MobileNumber.d.ts +1 -1
  255. package/build/features/business/screens/OperatorError/OperatorError.d.ts +1 -1
  256. package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  257. package/build/features/business/screens/Success/Success.d.ts +1 -1
  258. package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  259. package/build/features/business/screens/Verify/OTPInput.d.ts +1 -1
  260. package/build/features/business/screens/Verify/Verify.d.ts +1 -1
  261. package/build/features/business/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
  262. package/build/features/business/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  263. package/build/features/connect/Connect.d.ts +1 -2
  264. package/build/features/connect/Connect.js +1 -1
  265. package/build/features/connect/screens/BrandSegment/BrandSegment.d.ts +1 -1
  266. package/build/features/connect/screens/BrandSegment/TeamSize.d.ts +1 -2
  267. package/build/features/connect/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
  268. package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +1 -1
  269. package/build/features/connect/screens/CivilID/CivilID.d.ts +1 -1
  270. package/build/features/connect/screens/DOB/DOB.d.ts +1 -2
  271. package/build/features/connect/screens/DOB/DOBForm.d.ts +1 -1
  272. package/build/features/connect/screens/Individual/Email.d.ts +1 -1
  273. package/build/features/connect/screens/Individual/Email.js +1 -1
  274. package/build/features/connect/screens/Individual/Individual.d.ts +1 -1
  275. package/build/features/connect/screens/Individual/Name.d.ts +1 -1
  276. package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
  277. package/build/features/connect/screens/Merchant/BrandName.d.ts +1 -1
  278. package/build/features/connect/screens/Merchant/BrandName.js +1 -1
  279. package/build/features/connect/screens/Merchant/Merchant.d.ts +1 -1
  280. package/build/features/connect/screens/Merchant/SalesChannels.d.ts +1 -2
  281. package/build/features/connect/screens/Merchant/TAC.d.ts +1 -1
  282. package/build/features/connect/screens/Mobile/Mobile.d.ts +1 -1
  283. package/build/features/connect/screens/Mobile/Title.d.ts +1 -1
  284. package/build/features/connect/screens/MobileOwnership/CollectMobileOwnership.d.ts +1 -2
  285. package/build/features/connect/screens/MobileOwnership/MobileNumber.d.ts +1 -1
  286. package/build/features/connect/screens/NID/NID.d.ts +1 -1
  287. package/build/features/connect/screens/OTP/OTP.d.ts +1 -1
  288. package/build/features/connect/screens/OTP/OTPInput.d.ts +1 -1
  289. package/build/features/connect/screens/OperatorError/OperatorError.d.ts +1 -1
  290. package/build/features/connect/screens/ThankYou/ThankYou.d.ts +1 -1
  291. package/build/features/connect/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
  292. package/build/features/connect/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  293. package/build/features/connectExpress/ConnectExpress.d.ts +1 -2
  294. package/build/features/connectExpress/ConnectExpress.js +1 -1
  295. package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.d.ts +1 -1
  296. package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
  297. package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
  298. package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
  299. package/build/features/connectExpress/screens/AuthenticationList/BrandList.d.ts +1 -1
  300. package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.d.ts +1 -2
  301. package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.d.ts +3 -3
  302. package/build/features/connectExpress/screens/AuthenticationList/EntityList.d.ts +1 -1
  303. package/build/features/connectExpress/screens/AuthenticationList/EntityList.js +2 -2
  304. package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
  305. package/build/features/connectExpress/screens/Brand/Brand.d.ts +1 -1
  306. package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
  307. package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.js +1 -1
  308. package/build/features/connectExpress/screens/CivilID/CivilID.d.ts +1 -1
  309. package/build/features/connectExpress/screens/CivilIDMissed/CivilID.d.ts +1 -1
  310. package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.d.ts +1 -1
  311. package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +1 -1
  312. package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.d.ts +1 -1
  313. package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +1 -0
  314. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.d.ts +1 -1
  315. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.js +23 -7
  316. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.d.ts +1 -1
  317. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +2 -2
  318. package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +4 -4
  319. package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +3 -3
  320. package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.js +1 -1
  321. package/build/features/connectExpress/screens/CollectBusinessInfo/UnifiedNumber.d.ts +36 -0
  322. package/build/features/connectExpress/screens/CollectBusinessInfo/UnifiedNumber.js +81 -0
  323. package/build/features/connectExpress/screens/CollectBusinessInfo/validation.d.ts +6 -3
  324. package/build/features/connectExpress/screens/CollectBusinessInfo/validation.js +57 -21
  325. package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.d.ts +1 -1
  326. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.d.ts +1 -1
  327. package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
  328. package/build/features/connectExpress/screens/CollectIndividualInfo/Name.d.ts +1 -1
  329. package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.d.ts +1 -1
  330. package/build/features/connectExpress/screens/DOB/DOB.d.ts +1 -2
  331. package/build/features/connectExpress/screens/DOB/DOBForm.d.ts +1 -1
  332. package/build/features/connectExpress/screens/GenericPrepareDataLoading/GenericPrepareDataLoading.d.ts +1 -2
  333. package/build/features/connectExpress/screens/IdentityVerifyNafath/IdentityVerifyNafath.d.ts +1 -1
  334. package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.d.ts +1 -1
  335. package/build/features/connectExpress/screens/Mobile/Mobile.d.ts +1 -1
  336. package/build/features/connectExpress/screens/Mobile/TAC.d.ts +1 -1
  337. package/build/features/connectExpress/screens/Mobile/Title.d.ts +1 -1
  338. package/build/features/connectExpress/screens/MobileOwnership/CollectMobileOwnership.d.ts +1 -2
  339. package/build/features/connectExpress/screens/MobileOwnership/MobileNumber.d.ts +1 -1
  340. package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
  341. package/build/features/connectExpress/screens/NID/TAC.d.ts +3 -3
  342. package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +1 -2
  343. package/build/features/connectExpress/screens/NIDMissed/NID.d.ts +1 -1
  344. package/build/features/connectExpress/screens/OTP/OTP.d.ts +1 -1
  345. package/build/features/connectExpress/screens/OTP/OTPInput.d.ts +1 -1
  346. package/build/features/connectExpress/screens/OperatorError/OperatorError.d.ts +1 -1
  347. package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.d.ts +1 -1
  348. package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  349. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/OTPInput.d.ts +5 -0
  350. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/OTPInput.js +49 -0
  351. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/VerifyMobileAuthOTP.d.ts +5 -0
  352. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/VerifyMobileAuthOTP.js +88 -0
  353. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/index.d.ts +3 -0
  354. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/index.js +2 -0
  355. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/validation.d.ts +8 -0
  356. package/build/features/connectExpress/screens/VerifyMobileAuthOTP/validation.js +4 -0
  357. package/build/features/connectExpress/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
  358. package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
  359. package/build/features/entity/Entity.d.ts +1 -2
  360. package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +9 -25
  361. package/build/features/entity/screens/EntityCapital/CapitalPaid.d.ts +1 -1
  362. package/build/features/entity/screens/EntityCapital/CapitalPaid.js +3 -7
  363. package/build/features/entity/screens/EntityCapital/CapitalShareCount.d.ts +1 -1
  364. package/build/features/entity/screens/EntityCapital/CapitalShareValue.d.ts +1 -1
  365. package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +3 -7
  366. package/build/features/entity/screens/EntityCapital/EntityCapital.d.ts +1 -2
  367. package/build/features/entity/screens/EntityName/Article.d.ts +2 -3
  368. package/build/features/entity/screens/EntityName/EntityName.d.ts +1 -2
  369. package/build/features/entity/screens/EntityName/EntityName.js +16 -15
  370. package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +13 -29
  371. package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +5 -13
  372. package/build/features/entity/screens/EntityName/IssuingDate.d.ts +5 -13
  373. package/build/features/entity/screens/EntityName/LegalName.d.ts +1 -1
  374. package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +1 -2
  375. package/build/features/entity/screens/EntityName/LicenseNumber.d.ts +1 -1
  376. package/build/features/entity/screens/EntityName/UnifiedNumber.d.ts +1 -1
  377. package/build/features/entity/screens/EntityName/UnifiedNumber.js +2 -2
  378. package/build/features/entity/screens/EntityName/validation.d.ts +50 -48
  379. package/build/features/entity/screens/EntityName/validation.js +100 -85
  380. package/build/features/entity/screens/OperatorError/OperatorError.d.ts +1 -1
  381. package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  382. package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  383. package/build/features/entity/screens/Success/Success.d.ts +1 -1
  384. package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  385. package/build/features/entity/screens/Verify/OTPInput.d.ts +1 -1
  386. package/build/features/entity/screens/Verify/Verify.d.ts +1 -1
  387. package/build/features/featuresScreens.js +65 -0
  388. package/build/features/individual/Individual.d.ts +1 -2
  389. package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +5 -13
  390. package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +2 -3
  391. package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.d.ts +1 -1
  392. package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.d.ts +3 -3
  393. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
  394. package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +3 -8
  395. package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -2
  396. package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +3 -3
  397. package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.d.ts +1 -1
  398. package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.d.ts +1 -1
  399. package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +3 -8
  400. package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +1 -2
  401. package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
  402. package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +1 -1
  403. package/build/features/individual/screens/IndividualList/Email.d.ts +1 -1
  404. package/build/features/individual/screens/IndividualList/Email.js +1 -1
  405. package/build/features/individual/screens/IndividualList/IndividualList.d.ts +9 -25
  406. package/build/features/individual/screens/IndividualList/UserList.d.ts +1 -2
  407. package/build/features/individual/screens/IndividualPersonalInfo/DOB.d.ts +1 -1
  408. package/build/features/individual/screens/IndividualPersonalInfo/Email.d.ts +1 -1
  409. package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.d.ts +1 -1
  410. package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +4 -4
  411. package/build/features/individual/screens/IndividualPersonalInfo/ID.d.ts +1 -1
  412. package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +5 -13
  413. package/build/features/individual/screens/IndividualPersonalInfo/Name.d.ts +1 -1
  414. package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.d.ts +1 -1
  415. package/build/features/individual/screens/OperatorError/OperatorError.d.ts +1 -1
  416. package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  417. package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  418. package/build/features/individual/screens/Success/Success.d.ts +1 -1
  419. package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  420. package/build/features/individual/screens/Verify/OTPInput.d.ts +1 -1
  421. package/build/features/individual/screens/Verify/Verify.d.ts +1 -1
  422. package/build/features/kyc/KYC.d.ts +1 -2
  423. package/build/features/kyc/screens/AlreadySubmitted/AlreadySubmitted.d.ts +1 -1
  424. package/build/features/kyc/screens/Loading/Loading.d.ts +2 -2
  425. package/build/features/kyc/screens/OperatorError/OperatorError.d.ts +1 -1
  426. package/build/features/kyc/screens/Success/Success.d.ts +1 -1
  427. package/build/features/kyc/screens/Terms/Header.d.ts +1 -1
  428. package/build/features/kyc/screens/Terms/Terms.d.ts +2 -2
  429. package/build/features/kyc/screens/TokenError/TokenError.d.ts +1 -1
  430. package/build/features/kyc/screens/Users/Users.d.ts +1 -1
  431. package/build/features/kyc/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
  432. package/build/features/kyc/screens/VerifyPaci/VerifyPACI.d.ts +1 -1
  433. package/build/features/password/Password.d.ts +1 -2
  434. package/build/features/password/Password.js +1 -1
  435. package/build/features/password/screens/CreatePassword/ConditionText.d.ts +1 -2
  436. package/build/features/password/screens/CreatePassword/ConfirmPassword.d.ts +1 -1
  437. package/build/features/password/screens/CreatePassword/CreatePassword.d.ts +1 -1
  438. package/build/features/password/screens/CreatePassword/Password.d.ts +1 -1
  439. package/build/features/password/screens/CreatePassword/PasswordBar.d.ts +1 -2
  440. package/build/features/password/screens/OTP/OTP.d.ts +1 -1
  441. package/build/features/password/screens/OTP/OTPInput.d.ts +1 -1
  442. package/build/features/password/screens/OperatorError/OperatorError.d.ts +1 -1
  443. package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  444. package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  445. package/build/features/password/screens/Success/Success.d.ts +1 -1
  446. package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  447. package/build/features/password/screens/Verify/OTPInput.d.ts +1 -1
  448. package/build/features/password/screens/Verify/Verify.d.ts +1 -1
  449. package/build/features/shared/AcceptancePayouts/AcceptancePayouts.d.ts +1 -2
  450. package/build/features/shared/Address/Address.d.ts +1 -2
  451. package/build/features/shared/Address/CountryList.d.ts +13 -29
  452. package/build/features/shared/Address/InputSelect.d.ts +13 -29
  453. package/build/features/shared/Address/InputSelect.js +1 -1
  454. package/build/features/shared/Address/InputText.d.ts +1 -1
  455. package/build/features/shared/Background/Background.d.ts +1 -1
  456. package/build/features/shared/Background/LogoBackground.d.ts +1 -1
  457. package/build/features/shared/Background/LogoBackground.js +5 -17
  458. package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.d.ts +1 -2
  459. package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +1 -2
  460. package/build/features/shared/BusinessCountry/BusinessCountry.js +1 -1
  461. package/build/features/shared/Button/Button.d.ts +1 -2
  462. package/build/features/shared/Button/Button.js +1 -2
  463. package/build/features/shared/Button/EmailProvidersButtons.d.ts +2 -3
  464. package/build/features/shared/Button/FlowsButtons.d.ts +2 -3
  465. package/build/features/shared/Button/FlowsButtons.js +1 -1
  466. package/build/features/shared/Button/IndividualActionButtons.d.ts +2 -2
  467. package/build/features/shared/Button/MobileButton.d.ts +1 -2
  468. package/build/features/shared/Button/NafathButton.d.ts +1 -2
  469. package/build/features/shared/Button/SuccessButton.d.ts +1 -2
  470. package/build/features/shared/Calender/Calender.d.ts +1 -2
  471. package/build/features/shared/CheckIcon/CheckIcon.d.ts +2 -3
  472. package/build/features/shared/Chip/Chip.d.ts +1 -2
  473. package/build/features/shared/ClearIcon/ClearIcon.d.ts +1 -2
  474. package/build/features/shared/Containers/FeatureContainer.d.ts +1 -1
  475. package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
  476. package/build/features/shared/CreateAccountLoading/CreateAccountLoading.d.ts +1 -1
  477. package/build/features/shared/DataLoading/DataLoading.d.ts +1 -1
  478. package/build/features/shared/Dialog/CloseDialog.d.ts +1 -2
  479. package/build/features/shared/Dialog/DialogContainer.d.ts +1 -1
  480. package/build/features/shared/Dot/Dot.d.ts +1 -2
  481. package/build/features/shared/EndAdornment/EndAdornment.d.ts +1 -2
  482. package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +1 -2
  483. package/build/features/shared/Footer/Footer.d.ts +1 -2
  484. package/build/features/shared/Footer/PoweredByFooter.d.ts +2 -3
  485. package/build/features/shared/GenericError/GenericError.d.ts +1 -1
  486. package/build/features/shared/Input/Input.d.ts +7 -15
  487. package/build/features/shared/InputSelect/InputSelect.d.ts +1 -2
  488. package/build/features/shared/Mandatory/Mandatory.d.ts +1 -2
  489. package/build/features/shared/NafathVerification/NafathVerification.d.ts +1 -1
  490. package/build/features/shared/OTP/OTP.d.ts +1 -1
  491. package/build/features/shared/OTPVerifySecurityError/OTPVerifySecurityError.d.ts +3 -0
  492. package/build/features/shared/OTPVerifySecurityError/OTPVerifySecurityError.js +9 -0
  493. package/build/features/shared/OTPVerifySecurityError/index.d.ts +2 -0
  494. package/build/features/shared/OTPVerifySecurityError/index.js +2 -0
  495. package/build/features/shared/PaciVerification/PaciVerification.d.ts +1 -1
  496. package/build/features/shared/PasswordIcon/PasswordIcon.d.ts +1 -2
  497. package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +1 -2
  498. package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
  499. package/build/features/shared/Search/Search.d.ts +1 -2
  500. package/build/features/shared/SearchIcon/SearchIcon.d.ts +1 -2
  501. package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -1
  502. package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -1
  503. package/build/features/shared/UploadFile/FileUpload.d.ts +4 -4
  504. package/build/features/shared/UploadFile/FileUpload.js +1 -1
  505. package/build/features/shared/UploadFile/UploadFile.d.ts +3 -3
  506. package/build/features/shared/UploadFile/UploadWrapper.d.ts +3 -3
  507. package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +4 -4
  508. package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
  509. package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +3 -3
  510. package/build/features/signIn/SignIn.d.ts +1 -2
  511. package/build/features/signIn/screens/Email/Email.d.ts +1 -1
  512. package/build/features/signIn/screens/Mobile/Mobile.d.ts +1 -1
  513. package/build/features/signIn/screens/OTP/OTP.d.ts +1 -1
  514. package/build/features/signIn/screens/OTP/OTPInput.d.ts +1 -1
  515. package/build/features/signIn/screens/OperatorError/OperatorError.d.ts +1 -1
  516. package/build/features/signIn/screens/Password/Password.d.ts +1 -1
  517. package/build/features/signIn/screens/Password/PasswordInput.d.ts +1 -1
  518. package/build/features/tax/Tax.d.ts +1 -2
  519. package/build/features/tax/screens/OperatorError/OperatorError.d.ts +1 -1
  520. package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
  521. package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
  522. package/build/features/tax/screens/Success/Success.d.ts +1 -1
  523. package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
  524. package/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +2 -3
  525. package/build/features/tax/screens/TaxDetails/TaxDetails.d.ts +1 -2
  526. package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +1 -2
  527. package/build/features/tax/screens/TaxDetails/VATId.d.ts +2 -3
  528. package/build/features/tax/screens/Verify/OTPInput.d.ts +1 -1
  529. package/build/features/tax/screens/Verify/Verify.d.ts +1 -1
  530. package/build/hooks/useAppConfig.js +1 -1
  531. package/build/hooks/useDataVerified.d.ts +1 -1
  532. package/build/hooks/useExcludeReadOnlyFelids.d.ts +2 -2
  533. package/build/hooks/useFormDirtyCheck.d.ts +3 -3
  534. package/build/hooks/useFormErrorAndUpdateReadOnly.d.ts +2 -2
  535. package/build/hooks/useFormReadOnly.d.ts +2 -2
  536. package/build/hooks/useSetFromDefaultValues.d.ts +1 -1
  537. package/build/utils/array.js +1 -1
  538. package/build/utils/common.d.ts +1 -1
  539. package/build/utils/common.js +14 -8
  540. package/build/utils/error.d.ts +2 -0
  541. package/build/utils/error.js +6 -0
  542. package/build/utils/string.d.ts +3 -2
  543. package/build/utils/string.js +4 -1
  544. package/build/utils/validation.js +1 -1
  545. package/package.json +3 -3
@@ -3,5 +3,5 @@ interface ReduxProviderProps {
3
3
  store: any;
4
4
  children: React.ReactNode;
5
5
  }
6
- export default function ReduxProvider({ store, children }: ReduxProviderProps): JSX.Element;
6
+ export default function ReduxProvider({ store, children }: ReduxProviderProps): import("react/jsx-runtime").JSX.Element;
7
7
  export {};
@@ -4,5 +4,5 @@ interface ThemeProviderProps {
4
4
  children: React.ReactNode;
5
5
  theme?: ThemContext;
6
6
  }
7
- export default function ThemeProvider({ children, theme }: ThemeProviderProps): JSX.Element;
7
+ export default function ThemeProvider({ children, theme }: ThemeProviderProps): import("react/jsx-runtime").JSX.Element;
8
8
  export {};
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
2
  import { RadioProps } from '@mui/material/Radio';
3
3
  export type { RadioProps };
4
- declare const _default: React.MemoExoticComponent<(props: RadioProps) => JSX.Element>;
4
+ declare const _default: React.MemoExoticComponent<(props: RadioProps) => import("react/jsx-runtime").JSX.Element>;
5
5
  export default _default;
@@ -4,5 +4,5 @@ interface RadioGroupStyledProps extends RadioGroupProps {
4
4
  readOnly?: boolean;
5
5
  }
6
6
  export type { RadioGroupStyledProps };
7
- declare const _default: React.MemoExoticComponent<({ children, ...props }: RadioGroupStyledProps) => JSX.Element>;
7
+ declare const _default: React.MemoExoticComponent<({ children, ...props }: RadioGroupStyledProps) => import("react/jsx-runtime").JSX.Element>;
8
8
  export default _default;
@@ -6,5 +6,5 @@ export interface RadioLabelProps {
6
6
  control?: React.ReactElement<any, any>;
7
7
  sx?: SxProps<Theme>;
8
8
  }
9
- declare const _default: React.MemoExoticComponent<({ label, value, control, sx }: RadioLabelProps) => JSX.Element>;
9
+ declare const _default: React.MemoExoticComponent<({ label, value, control, sx }: RadioLabelProps) => import("react/jsx-runtime").JSX.Element>;
10
10
  export default _default;
@@ -14,7 +14,7 @@ export interface SimpleListProps<T> extends ListProps {
14
14
  sx?: SxProps<Theme>;
15
15
  space?: number;
16
16
  }
17
- declare function SimpleList<T>({ list, listItemProps, onSelectItem, renderItem, children, searchKeyPath, searchValuePath, selectedItems, getSelectedItemCondition, space, ...rest }: SimpleListProps<T>): JSX.Element;
17
+ declare function SimpleList<T>({ list, listItemProps, onSelectItem, renderItem, children, searchKeyPath, searchValuePath, selectedItems, getSelectedItemCondition, space, ...rest }: SimpleListProps<T>): import("react/jsx-runtime").JSX.Element;
18
18
  declare namespace SimpleList {
19
19
  var defaultProps: {
20
20
  searchKeyPath: string;
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  import { SlideProps as MUISlideProps } from '@mui/material/Slide';
3
3
  export interface SlideProps extends MUISlideProps {
4
4
  }
5
- declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<SlideProps, "in" | "className" | "style" | "color" | "direction" | "translate" | "slot" | "title" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "timeout" | "mountOnEnter" | "unmountOnExit" | "easing" | "addEndListener" | "onEnter" | "onEntering" | "onEntered" | "onExit" | "onExiting" | "onExited" | "appear" | "enter" | "exit" | "container"> & React.RefAttributes<unknown>>>;
5
+ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<SlideProps, "ref"> & React.RefAttributes<unknown>>>;
6
6
  export default _default;
@@ -5,7 +5,7 @@ export interface SocialMediaGroupProps extends ToggleButtonGroupProps {
5
5
  toggleButtonProps?: ToggleButtonProps;
6
6
  }
7
7
  declare const _default: React.MemoExoticComponent<{
8
- ({ children, defaultValue, onChange, toggleButtonProps, ...rest }: SocialMediaGroupProps): JSX.Element;
8
+ ({ children, defaultValue, onChange, toggleButtonProps, ...rest }: SocialMediaGroupProps): import("react/jsx-runtime").JSX.Element;
9
9
  defaultProps: {};
10
10
  }>;
11
11
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
2
  import { TypographyProps } from '@mui/material/Typography';
3
3
  export type { TypographyProps as TextProps };
4
- declare const _default: React.MemoExoticComponent<({ children, ...props }: TypographyProps<"span", {}>) => JSX.Element>;
4
+ declare const _default: React.MemoExoticComponent<({ children, ...props }: TypographyProps<"span", {}>) => import("react/jsx-runtime").JSX.Element>;
5
5
  export default _default;
@@ -0,0 +1,6 @@
1
+ type TextWithCurrencyProps = {
2
+ text: string;
3
+ countryCode?: string;
4
+ };
5
+ declare const TextWithCurrency: ({ text, countryCode }: TextWithCurrencyProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default TextWithCurrency;
@@ -0,0 +1,14 @@
1
+ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { getCurrencyByCountryIso2 } from '../../utils';
3
+ import { CURRENCY_ICON } from '../../assets/currencies';
4
+ var TextWithCurrency = function (_a) {
5
+ var text = _a.text, countryCode = _a.countryCode;
6
+ if (!countryCode)
7
+ return _jsx(_Fragment, { children: text });
8
+ var currencyCode = getCurrencyByCountryIso2(countryCode);
9
+ var CurrencyIcon = CURRENCY_ICON[countryCode];
10
+ if (CurrencyIcon)
11
+ return (_jsxs("span", { children: [text, " (", _jsx(CurrencyIcon, {}), ")"] }));
12
+ return (_jsxs("span", { children: [text, currencyCode ? " (".concat(currencyCode, ")") : ''] }));
13
+ };
14
+ export default TextWithCurrency;
@@ -0,0 +1,2 @@
1
+ import TextWithCurrency from './TextWithCurrency';
2
+ export default TextWithCurrency;
@@ -0,0 +1,2 @@
1
+ import TextWithCurrency from './TextWithCurrency';
2
+ export default TextWithCurrency;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
2
  import { ToggleButtonProps } from '@mui/material/ToggleButton';
3
3
  export type { ToggleButtonProps };
4
- declare const _default: React.MemoExoticComponent<({ children, ...props }: ToggleButtonProps<"button", {}>) => JSX.Element>;
4
+ declare const _default: React.MemoExoticComponent<({ children, ...props }: ToggleButtonProps<"button", {}>) => import("react/jsx-runtime").JSX.Element>;
5
5
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
2
  import { ToggleButtonGroupProps } from '@mui/material/ToggleButtonGroup';
3
3
  export type { ToggleButtonGroupProps };
4
- declare const _default: React.MemoExoticComponent<({ children, ...props }: ToggleButtonGroupProps) => JSX.Element>;
4
+ declare const _default: React.MemoExoticComponent<({ children, ...props }: ToggleButtonGroupProps) => import("react/jsx-runtime").JSX.Element>;
5
5
  export default _default;
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { TooltipProps } from '@mui/material/Tooltip';
3
3
  export type { TooltipProps };
4
4
  declare const _default: React.MemoExoticComponent<{
5
- ({ children, title, ...rest }: TooltipProps): JSX.Element;
5
+ ({ children, title, ...rest }: TooltipProps): import("react/jsx-runtime").JSX.Element;
6
6
  defaultProps: {
7
7
  placement: string;
8
8
  };
@@ -5,7 +5,7 @@ export interface WarningProps extends BoxProps {
5
5
  warningType?: 'alert' | 'error' | 'hint';
6
6
  }
7
7
  declare const _default: React.MemoExoticComponent<{
8
- ({ children, warningType, ...rest }: WarningProps): JSX.Element;
8
+ ({ children, warningType, ...rest }: WarningProps): import("react/jsx-runtime").JSX.Element;
9
9
  defaultProps: {
10
10
  warningType: string;
11
11
  };
@@ -12,6 +12,7 @@ export declare const ENDPOINT_PATHS: {
12
12
  SANDBOX_BASE_URL: string;
13
13
  PRODUCTION_BASE_URL: string;
14
14
  PRODUCTION_BASE_URL_SA: string;
15
+ PRODUCTION_BASE_URL_SA_DR: string;
15
16
  DEV_BASE_URL: string;
16
17
  BETA_BASE_URL: string;
17
18
  BUSINESS_COUNTRIES: string;
@@ -1,6 +1,7 @@
1
1
  var SANDBOX_BASE_URL = 'https://connect-mw.sandbox.tap.company/middleware';
2
2
  var PRODUCTION_BASE_URL = 'https://connect-mw.tap.company/middleware';
3
3
  var PRODUCTION_BASE_URL_SA = 'https://connect-mw.tap.com.sa/middleware';
4
+ var PRODUCTION_BASE_URL_SA_DR = 'https://connect-mw.tap.com.sa/middleware';
4
5
  var DEV_BASE_URL = 'https://connect-mw.dev.tap.company/middleware';
5
6
  var BETA_BASE_URL = 'https://connect-mw.beta.tap.company/middleware';
6
7
  var API_BUSINESS_COUNTRIES = 'https://godata.sandbox.tap.company/api/v1/business/country/list';
@@ -71,6 +72,7 @@ export var ENDPOINT_PATHS = {
71
72
  SANDBOX_BASE_URL: SANDBOX_BASE_URL,
72
73
  PRODUCTION_BASE_URL: PRODUCTION_BASE_URL,
73
74
  PRODUCTION_BASE_URL_SA: PRODUCTION_BASE_URL_SA,
75
+ PRODUCTION_BASE_URL_SA_DR: PRODUCTION_BASE_URL_SA_DR,
74
76
  DEV_BASE_URL: DEV_BASE_URL,
75
77
  BETA_BASE_URL: BETA_BASE_URL,
76
78
  BUSINESS_COUNTRIES: API_BUSINESS_COUNTRIES,
@@ -11,6 +11,7 @@ export declare const LOCAL_STORAGE_KEYS: {
11
11
  languageMode: string;
12
12
  };
13
13
  export declare const SCOPE_AUTH = "auth";
14
+ export declare const SCOPE_MERCHANT = "merchant";
14
15
  export declare const DEFAULT_COUNTRY_ISO2 = "KW";
15
16
  export declare const NAFATH_VERIFICATION_FAILED = "nafath_verification_failed";
16
17
  export declare const COLLECT_DOB_INFO_NAFATH = "collect_date_of_birth";
@@ -120,6 +121,7 @@ export declare const AUTH_STEP_NAMES: {
120
121
  CREATE_AUTH_NID: string;
121
122
  VERIFY_AUTH_NID: string;
122
123
  UPDATE_DOB_INFO: string;
124
+ CREATE_AUTH_PASSCODE: string;
123
125
  };
124
126
  export declare const CONNECT_EXPRESS_STEP_NAMES: {
125
127
  CREATE_AUTH_MOBILE: string;
@@ -139,6 +141,7 @@ export declare const CONNECT_EXPRESS_STEP_NAMES: {
139
141
  CONNECT_EXPRESS_SUCCESS: string;
140
142
  COLLECT_MOBILE_OWNERSHIP: string;
141
143
  COLLECT_MOBILE_OWNERSHIP_SKIPPED: string;
144
+ VERIFY_AUTH_MOBILE_OTP: string;
142
145
  };
143
146
  export declare const SignIn_STEP_NAMES: {
144
147
  CREATE_AUTH_MOBILE: string;
@@ -224,6 +227,9 @@ export declare const OTHER_FL_LICENSE: {
224
227
  };
225
228
  license: {
226
229
  number: string;
230
+ additional_info: {
231
+ unified_number: string;
232
+ };
227
233
  };
228
234
  type: BusinessType;
229
235
  };
@@ -235,6 +241,9 @@ export declare const OTHER_ENTITY_LICENSE: {
235
241
  };
236
242
  license: {
237
243
  number: string;
244
+ additional_info: {
245
+ unified_number: string;
246
+ };
238
247
  };
239
248
  type: BusinessType;
240
249
  };
@@ -245,6 +254,9 @@ export declare const OTHER_CR_LICENSE: {
245
254
  };
246
255
  license: {
247
256
  number: string;
257
+ additional_info: {
258
+ unified_number: string;
259
+ };
248
260
  };
249
261
  type: BusinessType;
250
262
  };
@@ -279,7 +291,7 @@ export declare enum DeleteFileStatus {
279
291
  ERROR = "error",
280
292
  SUCCESS = "success"
281
293
  }
282
- export declare type FileInfo = {
294
+ export type FileInfo = {
283
295
  fileId: string;
284
296
  docId: string;
285
297
  name: string;
@@ -12,6 +12,7 @@ export var LOCAL_STORAGE_KEYS = {
12
12
  languageMode: 'languageMode'
13
13
  };
14
14
  export var SCOPE_AUTH = 'auth';
15
+ export var SCOPE_MERCHANT = 'merchant';
15
16
  export var DEFAULT_COUNTRY_ISO2 = 'KW';
16
17
  export var NAFATH_VERIFICATION_FAILED = 'nafath_verification_failed';
17
18
  export var COLLECT_DOB_INFO_NAFATH = 'collect_date_of_birth';
@@ -76,7 +77,7 @@ export var CONNECT_SCREENS_NAVIGATION = [
76
77
  },
77
78
  {
78
79
  name: 'CONNECT_OTP_STEP',
79
- next: 'CONNECT_INDIVIDUAL_STEP',
80
+ next: ['CONNECT_INDIVIDUAL_STEP', 'CONNECT_OTP_VERIFY_SECURITY_ERROR_STEP'],
80
81
  prev: ['CONNECT_MOBILE_STEP', 'CONNECT_NID_STEP'],
81
82
  order: 2
82
83
  },
@@ -115,6 +116,12 @@ export var CONNECT_SCREENS_NAVIGATION = [
115
116
  next: '',
116
117
  prev: 'CONNECT_BRAND_SEGMENT_INFO_STEP',
117
118
  order: 6
119
+ },
120
+ {
121
+ name: 'CONNECT_OTP_VERIFY_SECURITY_ERROR_STEP',
122
+ next: '',
123
+ prev: '',
124
+ order: 5
118
125
  }
119
126
  ];
120
127
  export var CONNECT_EXPRESS_SCREENS_NAVIGATION = [
@@ -176,7 +183,8 @@ export var CONNECT_EXPRESS_SCREENS_NAVIGATION = [
176
183
  'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP',
177
184
  'CONNECT_EXPRESS_NID_MISSED_STEP',
178
185
  'CONNECT_EXPRESS_CIVIL_ID_MISSED_STEP',
179
- 'CONNECT_EXPRESS_AUTHENTICATION_LIST_STEP'
186
+ 'CONNECT_EXPRESS_AUTHENTICATION_LIST_STEP',
187
+ 'CONNECT_EXPRESS_OTP_VERIFY_SECURITY_ERROR_STEP'
180
188
  ],
181
189
  prev: 'CONNECT_EXPRESS_MOBILE_STEP',
182
190
  order: 2
@@ -230,13 +238,22 @@ export var CONNECT_EXPRESS_SCREENS_NAVIGATION = [
230
238
  },
231
239
  {
232
240
  name: 'CONNECT_EXPRESS_COLLECT_DOB_INFO_STEP',
233
- next: ['CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP', 'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP'],
241
+ next: [
242
+ 'CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP',
243
+ 'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP',
244
+ 'CONNECT_EXPRESS_VERIFY_AUTH_OTP_STEP'
245
+ ],
234
246
  prev: ['CONNECT_EXPRESS_NID_STEP', 'CONNECT_EXPRESS_NID_MISSED_STEP'],
235
247
  order: 5
236
248
  },
237
249
  {
238
250
  name: 'CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP',
239
- next: ['CONNECT_EXPRESS_COLLECT_BUSINESS_INFO_STEP', 'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP', 'COLLECT_MOBILE_OWNERSHIP'],
251
+ next: [
252
+ 'CONNECT_EXPRESS_COLLECT_BUSINESS_INFO_STEP',
253
+ 'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP',
254
+ 'COLLECT_MOBILE_OWNERSHIP',
255
+ 'CONNECT_EXPRESS_VERIFY_AUTH_OTP_STEP'
256
+ ],
240
257
  prev: [
241
258
  'CONNECT_EXPRESS_MOBILE_STEP',
242
259
  'CONNECT_EXPRESS_NID_STEP',
@@ -253,7 +270,8 @@ export var CONNECT_EXPRESS_SCREENS_NAVIGATION = [
253
270
  'CONNECT_EXPRESS_COLLECT_BUSINESS_INFO_STEP',
254
271
  'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP',
255
272
  'CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP',
256
- 'CONNECT_EXPRESS_COLLECT_DOB_INFO_STEP'
273
+ 'CONNECT_EXPRESS_COLLECT_DOB_INFO_STEP',
274
+ 'CONNECT_EXPRESS_VERIFY_AUTH_OTP_STEP'
257
275
  ],
258
276
  prev: ['CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP', 'CONNECT_EXPRESS_NID_MISSED_STEP'],
259
277
  order: 6
@@ -264,29 +282,47 @@ export var CONNECT_EXPRESS_SCREENS_NAVIGATION = [
264
282
  prev: 'CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP',
265
283
  order: 6
266
284
  },
285
+ {
286
+ name: 'CONNECT_EXPRESS_VERIFY_AUTH_OTP_STEP',
287
+ next: [
288
+ 'CONNECT_EXPRESS_COLLECT_DOB_INFO_STEP',
289
+ 'COLLECT_MOBILE_OWNERSHIP',
290
+ 'CONNECT_EXPRESS_COLLECT_BUSINESS_INFO_STEP',
291
+ 'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP',
292
+ 'CONNECT_EXPRESS_OTP_VERIFY_SECURITY_ERROR_STEP'
293
+ ],
294
+ prev: ['CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP', 'CONNECT_EXPRESS_COLLECT_DOB_INFO_STEP', 'COLLECT_MOBILE_OWNERSHIP'],
295
+ order: 7
296
+ },
267
297
  {
268
298
  name: 'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP',
269
299
  next: 'CONNECT_EXPRESS_PREPARING_DATA_STEP',
270
300
  prev: '',
271
- order: 7
301
+ order: 8
272
302
  },
273
303
  {
274
304
  name: 'CONNECT_EXPRESS_PREPARING_DATA_STEP',
275
305
  next: 'CONNECT_EXPRESS_SUCCESS_WITH_FLOW_BUTTONS_STEP',
276
306
  prev: '',
277
- order: 8
307
+ order: 9
278
308
  },
279
309
  {
280
310
  name: 'CONNECT_EXPRESS_ACCOUNT_ALREADY_CREATED_STEP',
281
311
  next: '',
282
312
  prev: '',
283
- order: 9
313
+ order: 10
284
314
  },
285
315
  {
286
316
  name: 'CONNECT_EXPRESS_SUCCESS_WITH_FLOW_BUTTONS_STEP',
287
317
  next: '',
288
318
  prev: '',
289
- order: 9
319
+ order: 11
320
+ },
321
+ {
322
+ name: 'CONNECT_EXPRESS_OTP_VERIFY_SECURITY_ERROR_STEP',
323
+ next: '',
324
+ prev: '',
325
+ order: 12
290
326
  }
291
327
  ];
292
328
  export var AUTH_SCREENS_NAVIGATION = [
@@ -310,13 +346,13 @@ export var AUTH_SCREENS_NAVIGATION = [
310
346
  },
311
347
  {
312
348
  name: 'AUTH_MOBILE_STEP',
313
- next: 'AUTH_OTP_STEP',
349
+ next: ['AUTH_OTP_STEP', 'AUTH_PASSCODE_STEP'],
314
350
  prev: 'AUTH_SWITCH_STEP',
315
351
  order: 1
316
352
  },
317
353
  {
318
354
  name: 'AUTH_EMAIL_STEP',
319
- next: ['AUTH_PASSWORD_STEP', 'AUTH_RESET_PASSWORD_MESSAGE_STEP', 'AUTH_OTP_STEP'],
355
+ next: ['AUTH_PASSWORD_STEP', 'AUTH_RESET_PASSWORD_MESSAGE_STEP', 'AUTH_OTP_STEP', 'AUTH_PASSCODE_STEP'],
320
356
  prev: 'AUTH_SWITCH_STEP',
321
357
  order: 1
322
358
  },
@@ -334,10 +370,22 @@ export var AUTH_SCREENS_NAVIGATION = [
334
370
  },
335
371
  {
336
372
  name: 'AUTH_OTP_STEP',
337
- next: ['AUTH_PREPARING_DATA_STEP', 'AUTH_EMAIL_SENT_STEP', 'AUTH_MIGRATING_DATA_STEP'],
373
+ next: [
374
+ 'AUTH_PREPARING_DATA_STEP',
375
+ 'AUTH_EMAIL_SENT_STEP',
376
+ 'AUTH_MIGRATING_DATA_STEP',
377
+ 'AUTH_PASSCODE_STEP',
378
+ 'AUTH_OTP_VERIFY_SECURITY_ERROR_STEP'
379
+ ],
338
380
  prev: ['AUTH_MOBILE_STEP', 'AUTH_NID_STEP', 'AUTH_EMAIL_STEP', 'AUTH_PASSWORD_STEP'],
339
381
  order: 2
340
382
  },
383
+ {
384
+ name: 'AUTH_PASSCODE_STEP',
385
+ next: ['AUTH_OTP_STEP', 'AUTH_PREPARING_DATA_STEP', 'AUTH_MIGRATING_DATA_STEP', 'AUTH_OTP_VERIFY_SECURITY_ERROR_STEP'],
386
+ prev: ['AUTH_MOBILE_STEP', 'AUTH_EMAIL_STEP'],
387
+ order: 2
388
+ },
341
389
  {
342
390
  name: 'AUTH_NAFATH_VERIFY_STEP',
343
391
  next: ['AUTH_PREPARING_DATA_STEP', 'AUTH_DOB_STEP'],
@@ -409,6 +457,12 @@ export var AUTH_SCREENS_NAVIGATION = [
409
457
  next: '',
410
458
  prev: 'AUTH_AUTHENTICATION_LIST_STEP',
411
459
  order: 4
460
+ },
461
+ {
462
+ name: 'AUTH_OTP_VERIFY_SECURITY_ERROR_STEP',
463
+ next: '',
464
+ prev: '',
465
+ order: 5
412
466
  }
413
467
  ];
414
468
  export var KYC_SCREENS_NAVIGATION = [
@@ -479,7 +533,8 @@ export var BUSINESS_SCREENS_NAVIGATION = [
479
533
  'BUSINESS_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
480
534
  'BUSINESS_CIVIL_ID_STEP',
481
535
  'BUSINESS_VERIFY_BRAND_INFO',
482
- 'BUSINESS_DOB_STEP'
536
+ 'BUSINESS_DOB_STEP',
537
+ 'BUSINESS_OTP_VERIFY_SECURITY_ERROR_STEP'
483
538
  ],
484
539
  prev: '',
485
540
  order: 1
@@ -573,12 +628,23 @@ export var BUSINESS_SCREENS_NAVIGATION = [
573
628
  next: '',
574
629
  prev: 'BUSINESS_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
575
630
  order: 8
631
+ },
632
+ {
633
+ name: 'BUSINESS_OTP_VERIFY_SECURITY_ERROR_STEP',
634
+ next: '',
635
+ prev: '',
636
+ order: 9
576
637
  }
577
638
  ];
578
639
  export var INDIVIDUAL_SCREENS_NAVIGATION = [
579
640
  {
580
641
  name: 'INDIVIDUAL_VERIFY_STEP',
581
- next: ['INDIVIDUAL_PERSONAL_INDIVIDUAL_INFO_STEP', 'INDIVIDUAL_LIST_STEP', 'INDIVIDUAL_PHONE_INFO_STEP'],
642
+ next: [
643
+ 'INDIVIDUAL_PERSONAL_INDIVIDUAL_INFO_STEP',
644
+ 'INDIVIDUAL_LIST_STEP',
645
+ 'INDIVIDUAL_PHONE_INFO_STEP',
646
+ 'INDIVIDUAL_OTP_VERIFY_SECURITY_ERROR_STEP'
647
+ ],
582
648
  prev: 'INDIVIDUAL_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
583
649
  order: 1
584
650
  },
@@ -635,12 +701,18 @@ export var INDIVIDUAL_SCREENS_NAVIGATION = [
635
701
  next: '',
636
702
  prev: 'INDIVIDUAL_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
637
703
  order: 6
704
+ },
705
+ {
706
+ name: 'INDIVIDUAL_OTP_VERIFY_SECURITY_ERROR_STEP',
707
+ next: '',
708
+ prev: '',
709
+ order: 7
638
710
  }
639
711
  ];
640
712
  export var PASSWORD_SCREENS_NAVIGATION = [
641
713
  {
642
714
  name: 'PASSWORD_VERIFY_STEP',
643
- next: ['PASSWORD_CREATE_PASSWORD_STEP', 'PASSWORD_SUCCESS_FOUR_FLOWS_BUTTONS_STEP'],
715
+ next: ['PASSWORD_CREATE_PASSWORD_STEP', 'PASSWORD_SUCCESS_FOUR_FLOWS_BUTTONS_STEP', 'PASSWORD_OTP_VERIFY_SECURITY_ERROR_STEP'],
644
716
  prev: 'PASSWORD_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
645
717
  order: 1
646
718
  },
@@ -664,7 +736,7 @@ export var PASSWORD_SCREENS_NAVIGATION = [
664
736
  },
665
737
  {
666
738
  name: 'PASSWORD_RESET_PASSWORD_OTP_STEP',
667
- next: 'PASSWORD_SUCCESS_STEP',
739
+ next: ['PASSWORD_SUCCESS_STEP', 'PASSWORD_OTP_VERIFY_SECURITY_ERROR_STEP'],
668
740
  prev: 'PASSWORD_CREATE_PASSWORD_STEP',
669
741
  order: 3
670
742
  },
@@ -685,12 +757,18 @@ export var PASSWORD_SCREENS_NAVIGATION = [
685
757
  next: '',
686
758
  prev: 'PASSWORD_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
687
759
  order: 6
760
+ },
761
+ {
762
+ name: 'PASSWORD_OTP_VERIFY_SECURITY_ERROR_STEP',
763
+ next: '',
764
+ prev: '',
765
+ order: 7
688
766
  }
689
767
  ];
690
768
  export var BANK_SCREENS_NAVIGATION = [
691
769
  {
692
770
  name: 'BANK_VERIFY_STEP',
693
- next: 'BANK_BANK_DETAILS_STEP',
771
+ next: ['BANK_BANK_DETAILS_STEP', 'BANK_OTP_VERIFY_SECURITY_ERROR_STEP'],
694
772
  prev: '',
695
773
  order: 1
696
774
  },
@@ -729,12 +807,18 @@ export var BANK_SCREENS_NAVIGATION = [
729
807
  next: '',
730
808
  prev: 'BANK_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
731
809
  order: 5
810
+ },
811
+ {
812
+ name: 'BANK_OTP_VERIFY_SECURITY_ERROR_STEP',
813
+ next: '',
814
+ prev: '',
815
+ order: 6
732
816
  }
733
817
  ];
734
818
  export var BOARD_SCREENS_NAVIGATION = [
735
819
  {
736
820
  name: 'BOARD_VERIFY_STEP',
737
- next: ['BOARD_SUCCESS_STEP', 'BOARD_SUCCESS_FLOWS_BUTTONS_STEP'],
821
+ next: ['BOARD_SUCCESS_STEP', 'BOARD_SUCCESS_FLOWS_BUTTONS_STEP', 'BOARD_OTP_VERIFY_SECURITY_ERROR_STEP'],
738
822
  prev: '',
739
823
  order: 1
740
824
  },
@@ -761,12 +845,18 @@ export var BOARD_SCREENS_NAVIGATION = [
761
845
  next: '',
762
846
  prev: 'BOARD_SUCCESS_FLOWS_BUTTONS_STEP',
763
847
  order: 3
848
+ },
849
+ {
850
+ name: 'BOARD_OTP_VERIFY_SECURITY_ERROR_STEP',
851
+ next: '',
852
+ prev: '',
853
+ order: 4
764
854
  }
765
855
  ];
766
856
  export var TAX_SCREENS_NAVIGATION = [
767
857
  {
768
858
  name: 'TAX_VERIFY_STEP',
769
- next: 'TAX_TAX_DETAILS_STEP',
859
+ next: ['TAX_TAX_DETAILS_STEP', 'TAX_OTP_VERIFY_SECURITY_ERROR_STEP'],
770
860
  prev: 'TAX_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
771
861
  order: 1
772
862
  },
@@ -805,6 +895,12 @@ export var TAX_SCREENS_NAVIGATION = [
805
895
  next: '',
806
896
  prev: 'TAX_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
807
897
  order: 5
898
+ },
899
+ {
900
+ name: 'TAX_OTP_VERIFY_SECURITY_ERROR_STEP',
901
+ next: '',
902
+ prev: '',
903
+ order: 6
808
904
  }
809
905
  ];
810
906
  export var SigIn_SCREENS_NAVIGATION = [
@@ -842,7 +938,7 @@ export var SigIn_SCREENS_NAVIGATION = [
842
938
  export var ENTITY_SCREENS_NAVIGATION = [
843
939
  {
844
940
  name: 'ENTITY_VERIFY_STEP',
845
- next: 'ENTITY_NAME_STEP',
941
+ next: ['ENTITY_NAME_STEP', 'ENTITY_OTP_VERIFY_SECURITY_ERROR_STEP'],
846
942
  prev: 'ENTITY_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
847
943
  order: 1
848
944
  },
@@ -887,12 +983,18 @@ export var ENTITY_SCREENS_NAVIGATION = [
887
983
  next: '',
888
984
  prev: 'ENTITY_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
889
985
  order: 5
986
+ },
987
+ {
988
+ name: 'ENTITY_OTP_VERIFY_SECURITY_ERROR_STEP',
989
+ next: '',
990
+ prev: '',
991
+ order: 6
890
992
  }
891
993
  ];
892
994
  export var BRAND_SCREENS_NAVIGATION = [
893
995
  {
894
996
  name: 'BRAND_VERIFY_STEP',
895
- next: 'BRAND_INFO_STEP',
997
+ next: ['BRAND_INFO_STEP', 'BRAND_OTP_VERIFY_SECURITY_ERROR_STEP'],
896
998
  prev: 'BRAND_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
897
999
  order: 1
898
1000
  },
@@ -943,6 +1045,12 @@ export var BRAND_SCREENS_NAVIGATION = [
943
1045
  next: '',
944
1046
  prev: 'BRAND_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
945
1047
  order: 6
1048
+ },
1049
+ {
1050
+ name: 'BRAND_OTP_VERIFY_SECURITY_ERROR_STEP',
1051
+ next: '',
1052
+ prev: '',
1053
+ order: 7
946
1054
  }
947
1055
  ];
948
1056
  export var DefaultDeviceInfo = {
@@ -1021,7 +1129,8 @@ export var AUTH_STEP_NAMES = {
1021
1129
  VERIFY_AUTH_EMAIL: 'auth_verify_auth_email',
1022
1130
  CREATE_AUTH_NID: 'auth_create_auth_nid',
1023
1131
  VERIFY_AUTH_NID: 'auth_verify_auth_nid',
1024
- UPDATE_DOB_INFO: 'auth_update_dob_info'
1132
+ UPDATE_DOB_INFO: 'auth_update_dob_info',
1133
+ CREATE_AUTH_PASSCODE: 'auth_create_auth_passcode'
1025
1134
  };
1026
1135
  export var CONNECT_EXPRESS_STEP_NAMES = {
1027
1136
  CREATE_AUTH_MOBILE: 'connect_express_create_auth_mobile',
@@ -1040,7 +1149,8 @@ export var CONNECT_EXPRESS_STEP_NAMES = {
1040
1149
  VERIFY_AUTH_PASSWORD: 'connect_express_verify_auth_password',
1041
1150
  CONNECT_EXPRESS_SUCCESS: 'connect_express_completed',
1042
1151
  COLLECT_MOBILE_OWNERSHIP: 'collect_owner_phone',
1043
- COLLECT_MOBILE_OWNERSHIP_SKIPPED: 'collect_owner_phone_skipped'
1152
+ COLLECT_MOBILE_OWNERSHIP_SKIPPED: 'collect_owner_phone_skipped',
1153
+ VERIFY_AUTH_MOBILE_OTP: 'connect_express_auth_mobile'
1044
1154
  };
1045
1155
  export var SignIn_STEP_NAMES = {
1046
1156
  CREATE_AUTH_MOBILE: 'signIn_create_auth_mobile',
@@ -1125,7 +1235,8 @@ export var OTHER_FL_LICENSE = {
1125
1235
  en: 'add_other_fl'
1126
1236
  },
1127
1237
  license: {
1128
- number: 'other_fl'
1238
+ number: 'other_fl',
1239
+ additional_info: { unified_number: 'other_fl' }
1129
1240
  },
1130
1241
  type: BusinessType.FL
1131
1242
  };
@@ -1136,7 +1247,8 @@ export var OTHER_ENTITY_LICENSE = {
1136
1247
  en: 'add_other'
1137
1248
  },
1138
1249
  license: {
1139
- number: 'other_entity'
1250
+ number: 'other_entity',
1251
+ additional_info: { unified_number: 'other_entity' }
1140
1252
  },
1141
1253
  type: BusinessType.CR
1142
1254
  };
@@ -1146,7 +1258,8 @@ export var OTHER_CR_LICENSE = {
1146
1258
  en: 'add_other_cr'
1147
1259
  },
1148
1260
  license: {
1149
- number: 'other_cr'
1261
+ number: 'other_cr',
1262
+ additional_info: { unified_number: 'other_cr' }
1150
1263
  },
1151
1264
  type: BusinessType.CR
1152
1265
  };