@tap-payments/auth-jsconnect 2.5.23-test → 2.6.0
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.
- package/README.md +1 -1
- package/build/@types/app.d.ts +162 -27
- package/build/@types/app.js +18 -1
- package/build/@types/config.d.ts +45 -0
- package/build/@types/config.js +1 -0
- package/build/@types/form.d.ts +36 -22
- package/build/@types/index.d.ts +1 -0
- package/build/@types/index.js +1 -0
- package/build/@types/redux.d.ts +1 -0
- package/build/@types/theme.d.ts +5 -1
- package/build/@types/theme.js +5 -0
- package/build/api/account.d.ts +7 -2
- package/build/api/account.js +16 -2
- package/build/api/auth.d.ts +36 -12
- package/build/api/auth.js +18 -1
- package/build/api/availabilityServices.d.ts +4 -3
- package/build/api/axios.js +1 -1
- package/build/api/board.d.ts +3 -3
- package/build/api/brand.d.ts +1 -1
- package/build/api/country.d.ts +2 -1
- package/build/api/country.js +8 -1
- package/build/api/data.d.ts +11 -24
- package/build/api/data.js +5 -45
- package/build/api/document.d.ts +2 -2
- package/build/api/entity.d.ts +38 -10
- package/build/api/entity.js +49 -5
- package/build/api/file.d.ts +1 -1
- package/build/api/firebase.js +68 -8
- package/build/api/index.d.ts +21 -25
- package/build/api/individual.d.ts +5 -5
- package/build/api/init.d.ts +1 -1
- package/build/api/lead.d.ts +28 -11
- package/build/api/lead.js +47 -1
- package/build/api/operator.d.ts +11 -1
- package/build/api/operator.js +10 -2
- package/build/api/user.d.ts +2 -2
- package/build/app/rootReducer.d.ts +2 -0
- package/build/app/rootReducer.js +5 -1
- package/build/app/settings.d.ts +33 -4
- package/build/app/settings.js +128 -42
- package/build/app/store.d.ts +8 -4
- package/build/assets/locales/ar.json +333 -131
- package/build/assets/locales/en.json +330 -131
- package/build/components/AnimationFlow/AnimationFlow.d.ts +14 -3
- package/build/components/AnimationFlow/AnimationFlow.js +16 -5
- package/build/components/AnimationFlow/BottomSheet.d.ts +7 -2
- package/build/components/AnimationFlow/BottomSheet.js +37 -12
- package/build/components/AnimationFlow/Dialog.d.ts +11 -2
- package/build/components/AnimationFlow/Dialog.js +7 -11
- package/build/components/AnimationFlow/Error.d.ts +1 -2
- package/build/components/AnimationFlow/Loader.d.ts +6 -2
- package/build/components/AnimationFlow/Loader.js +17 -5
- package/build/components/ArabicDatePicker/ArabicDatePicker.d.ts +1 -1
- package/build/components/Button/Button.d.ts +1 -1
- package/build/components/CheckBox/CheckBox.d.ts +1 -1
- package/build/components/Collapse/Collapse.d.ts +1 -2
- package/build/components/DatePicker/DatePicker.d.ts +1 -1
- package/build/components/ExpandIcon/ExpandIcon.d.ts +3 -2
- package/build/components/FileInput/DragAndDrop.d.ts +1 -2
- package/build/components/FileInput/UploadInput.d.ts +1 -2
- package/build/components/Footer/Footer.d.ts +1 -1
- package/build/components/Footer/Footer.js +2 -1
- package/build/components/Form/Form.d.ts +1 -1
- package/build/components/Input/Input.d.ts +1 -1
- package/build/components/InputAdornment/InputAdornment.d.ts +1 -1
- package/build/components/List/List.d.ts +1 -1
- package/build/components/ListItem/ListItem.d.ts +1 -1
- package/build/components/Loader/Loader.d.ts +1 -1
- package/build/components/LogoBadge/LogoBadge.d.ts +1 -1
- package/build/components/OTPField/OTPField.d.ts +1 -1
- package/build/components/OTPTimer/OTPTimer.d.ts +1 -1
- package/build/components/ProgressBar/CircularProgressBar.d.ts +1 -2
- package/build/components/ProgressBar/ProgressBar.d.ts +1 -1
- package/build/components/Providers/ReduxProvider.d.ts +1 -1
- package/build/components/Providers/ThemeProvider.d.ts +1 -1
- package/build/components/Providers/ThemeProvider.js +3 -3
- package/build/components/Radio/Radio.d.ts +1 -1
- package/build/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/build/components/RadioLabel/RadioLabel.d.ts +1 -1
- package/build/components/SimpleList/SimpleList.d.ts +1 -1
- package/build/components/SimpleList/SimpleList.js +1 -1
- package/build/components/Slide/Slide.d.ts +1 -1
- package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
- package/build/components/Text/Text.d.ts +1 -1
- package/build/components/ToggleButton/ToggleButton.d.ts +1 -1
- package/build/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
- package/build/components/Tooltip/Tooltip.d.ts +1 -1
- package/build/components/Tooltip/Tooltip.js +1 -1
- package/build/components/Warning/Warning.d.ts +1 -1
- package/build/constants/api.d.ts +11 -7
- package/build/constants/api.js +22 -14
- package/build/constants/app.d.ts +43 -1
- package/build/constants/app.js +353 -18
- package/build/constants/assets.d.ts +4 -0
- package/build/constants/assets.js +5 -1
- package/build/constants/dummy.d.ts +43 -196
- package/build/constants/dummy.js +610 -6141
- package/build/constants/validation.d.ts +5 -0
- package/build/constants/validation.js +6 -1
- package/build/features/app/auth/authStore.d.ts +269 -0
- package/build/features/app/auth/authStore.js +1119 -0
- package/build/features/app/bank/bankStore.d.ts +104 -27
- package/build/features/app/bank/bankStore.js +219 -159
- package/build/features/app/board/boardStore.d.ts +69 -0
- package/build/features/app/board/boardStore.js +269 -0
- package/build/features/app/brand/brandStore.d.ts +158 -45
- package/build/features/app/brand/brandStore.js +297 -264
- package/build/features/app/business/businessStore.d.ts +169 -24
- package/build/features/app/business/businessStore.js +284 -203
- package/build/features/app/connect/connectStore.d.ts +174 -24
- package/build/features/app/connect/connectStore.js +270 -217
- package/build/features/app/connectExpress/connectExpressStore.d.ts +299 -39
- package/build/features/app/connectExpress/connectExpressStore.js +840 -306
- package/build/features/app/entity/entityStore.d.ts +111 -43
- package/build/features/app/entity/entityStore.js +249 -247
- package/build/features/app/individual/individualStore.d.ts +207 -54
- package/build/features/app/individual/individualStore.js +337 -275
- package/build/features/app/password/passwordStore.d.ts +150 -26
- package/build/features/app/password/passwordStore.js +287 -220
- package/build/features/app/signIn/signInStore.d.ts +61 -7
- package/build/features/app/signIn/signInStore.js +1 -1
- package/build/features/app/tax/taxStore.d.ts +94 -15
- package/build/features/app/tax/taxStore.js +203 -142
- package/build/features/auth/Auth.d.ts +13 -0
- package/build/features/auth/Auth.js +160 -0
- package/build/features/auth/index.d.ts +1 -0
- package/build/features/auth/index.js +1 -0
- package/build/features/auth/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +5 -0
- package/build/features/auth/screens/AccountCreatedLoader/AccountCreatedLoader.js +36 -0
- package/build/features/auth/screens/AccountCreatedLoader/index.d.ts +2 -0
- package/build/features/auth/screens/AccountCreatedLoader/index.js +2 -0
- package/build/features/auth/screens/AccountNotFound/AccountNotFound.d.ts +5 -0
- package/build/features/auth/screens/AccountNotFound/AccountNotFound.js +71 -0
- package/build/features/auth/screens/AccountNotFound/index.d.ts +2 -0
- package/build/features/auth/screens/AccountNotFound/index.js +2 -0
- package/build/features/auth/screens/AuthMerchant/AuthMerchant.d.ts +5 -0
- package/build/features/auth/screens/AuthMerchant/AuthMerchant.js +73 -0
- package/build/features/auth/screens/AuthMerchant/MerchantList.d.ts +11 -0
- package/build/features/auth/screens/AuthMerchant/MerchantList.js +64 -0
- package/build/features/auth/screens/AuthMerchant/index.d.ts +2 -0
- package/build/features/auth/screens/AuthMerchant/index.js +2 -0
- package/build/features/auth/screens/AuthMerchant/validation.d.ts +8 -0
- package/build/features/auth/screens/AuthMerchant/validation.js +4 -0
- package/build/features/auth/screens/AuthSwitch/AuthSwitch.d.ts +5 -0
- package/build/features/auth/screens/AuthSwitch/AuthSwitch.js +57 -0
- package/build/features/auth/screens/AuthSwitch/index.d.ts +3 -0
- package/build/features/auth/screens/AuthSwitch/index.js +2 -0
- package/build/features/auth/screens/AuthenticationList/AuthenticationList.d.ts +5 -0
- package/build/features/auth/screens/AuthenticationList/AuthenticationList.js +96 -0
- package/build/features/auth/screens/AuthenticationList/BrandList.d.ts +10 -0
- package/build/features/auth/screens/AuthenticationList/BrandList.js +81 -0
- package/build/features/auth/screens/AuthenticationList/EntityLegalName.d.ts +2 -0
- package/build/features/auth/screens/AuthenticationList/EntityLegalName.js +48 -0
- package/build/features/auth/screens/AuthenticationList/EntityLicenseType.d.ts +9 -0
- package/build/features/auth/screens/AuthenticationList/EntityLicenseType.js +90 -0
- package/build/features/auth/screens/AuthenticationList/EntityList.d.ts +11 -0
- package/build/features/auth/screens/AuthenticationList/EntityList.js +138 -0
- package/build/features/auth/screens/AuthenticationList/LicenseNumber.d.ts +3 -0
- package/build/features/auth/screens/AuthenticationList/LicenseNumber.js +36 -0
- package/build/features/auth/screens/AuthenticationList/index.d.ts +3 -0
- package/build/features/auth/screens/AuthenticationList/index.js +2 -0
- package/build/features/auth/screens/AuthenticationList/validation.d.ts +20 -0
- package/build/features/auth/screens/AuthenticationList/validation.js +68 -0
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.d.ts +5 -0
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.js +111 -0
- package/build/features/auth/screens/BusinessCountry/index.d.ts +3 -0
- package/build/features/auth/screens/BusinessCountry/index.js +2 -0
- package/build/features/auth/screens/CivilID/CivilID.d.ts +5 -0
- package/build/features/auth/screens/CivilID/CivilID.js +57 -0
- package/build/features/auth/screens/CivilID/IDNumber.d.ts +8 -0
- package/build/features/auth/screens/CivilID/IDNumber.js +54 -0
- package/build/features/auth/screens/CivilID/index.d.ts +3 -0
- package/build/features/auth/screens/CivilID/index.js +2 -0
- package/build/features/auth/screens/CivilID/validation.d.ts +8 -0
- package/build/features/auth/screens/CivilID/validation.js +4 -0
- package/build/features/auth/screens/Email/Email.d.ts +5 -0
- package/build/features/auth/screens/Email/Email.js +57 -0
- package/build/features/auth/screens/Email/EmailField.d.ts +8 -0
- package/build/features/auth/screens/Email/EmailField.js +52 -0
- package/build/features/auth/screens/Email/index.d.ts +3 -0
- package/build/features/auth/screens/Email/index.js +2 -0
- package/build/features/auth/screens/Email/validation.d.ts +8 -0
- package/build/features/auth/screens/Email/validation.js +4 -0
- package/build/features/auth/screens/EmailSent/EmailSent.d.ts +5 -0
- package/build/features/auth/screens/EmailSent/EmailSent.js +79 -0
- package/build/features/auth/screens/EmailSent/index.d.ts +2 -0
- package/build/features/auth/screens/EmailSent/index.js +2 -0
- package/build/features/auth/screens/MigratingData/MigratingData.d.ts +5 -0
- package/build/features/auth/screens/MigratingData/MigratingData.js +44 -0
- package/build/features/auth/screens/MigratingData/index.d.ts +2 -0
- package/build/features/auth/screens/MigratingData/index.js +2 -0
- package/build/features/auth/screens/Mobile/Mobile.d.ts +5 -0
- package/build/features/auth/screens/Mobile/Mobile.js +82 -0
- package/build/features/auth/screens/Mobile/MobileNumber.d.ts +13 -0
- package/build/features/auth/screens/Mobile/MobileNumber.js +158 -0
- package/build/features/auth/screens/Mobile/index.d.ts +3 -0
- package/build/features/auth/screens/Mobile/index.js +2 -0
- package/build/features/auth/screens/Mobile/validation.d.ts +8 -0
- package/build/features/auth/screens/Mobile/validation.js +35 -0
- package/build/features/{connectExpress → auth}/screens/NID/DOB.d.ts +1 -2
- package/build/features/{connectExpress → auth}/screens/NID/DOB.js +2 -2
- package/build/features/auth/screens/NID/IDNumber.d.ts +7 -0
- package/build/features/auth/screens/NID/IDNumber.js +55 -0
- package/build/features/auth/screens/NID/NID.d.ts +5 -0
- package/build/features/auth/screens/NID/NID.js +56 -0
- package/build/features/auth/screens/NID/index.d.ts +3 -0
- package/build/features/auth/screens/NID/index.js +2 -0
- package/build/features/auth/screens/NID/validation.d.ts +8 -0
- package/build/features/auth/screens/NID/validation.js +10 -0
- package/build/features/auth/screens/OTP/OTP.d.ts +5 -0
- package/build/features/auth/screens/OTP/OTP.js +117 -0
- package/build/features/{business → auth}/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/{connectExpress/screens/IdentityOTP → auth/screens/OTP}/OTPInput.js +27 -7
- package/build/features/auth/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/auth/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/auth/screens/OperatorError/index.d.ts +3 -0
- package/build/features/auth/screens/OperatorError/index.js +2 -0
- package/build/features/auth/screens/Password/Password.d.ts +5 -0
- package/build/features/auth/screens/Password/Password.js +61 -0
- package/build/features/auth/screens/Password/PasswordField.d.ts +5 -0
- package/build/features/auth/screens/Password/PasswordField.js +28 -0
- package/build/features/auth/screens/Password/index.d.ts +3 -0
- package/build/features/auth/screens/Password/index.js +2 -0
- package/build/features/auth/screens/Password/validation.d.ts +8 -0
- package/build/features/auth/screens/Password/validation.js +4 -0
- package/build/features/auth/screens/PreparingData/PreparingData.d.ts +5 -0
- package/build/features/auth/screens/PreparingData/PreparingData.js +44 -0
- package/build/features/auth/screens/PreparingData/index.d.ts +2 -0
- package/build/features/auth/screens/PreparingData/index.js +2 -0
- package/build/features/auth/screens/ResetPasswordMessage/ResetPasswordMessage.d.ts +5 -0
- package/build/features/auth/screens/ResetPasswordMessage/ResetPasswordMessage.js +21 -0
- package/build/features/auth/screens/ResetPasswordMessage/index.d.ts +3 -0
- package/build/features/auth/screens/ResetPasswordMessage/index.js +2 -0
- package/build/features/auth/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
- package/build/features/auth/screens/VerifyNafath/VerifyNafath.js +35 -0
- package/build/features/auth/screens/VerifyNafath/index.d.ts +3 -0
- package/build/features/auth/screens/VerifyNafath/index.js +2 -0
- package/build/features/auth/screens/VerifyPACI/VerifyPACI.d.ts +5 -0
- package/build/features/auth/screens/VerifyPACI/VerifyPACI.js +34 -0
- package/build/features/auth/screens/VerifyPACI/index.d.ts +3 -0
- package/build/features/auth/screens/VerifyPACI/index.js +2 -0
- package/build/features/bank/Bank.d.ts +3 -2
- package/build/features/bank/Bank.js +15 -9
- package/build/features/bank/screens/BankDetails/BankDetails.d.ts +1 -2
- package/build/features/bank/screens/BankDetails/BankDetails.js +21 -7
- package/build/features/bank/screens/BankDetails/BankName.d.ts +2 -3
- package/build/features/bank/screens/BankDetails/BankStatement.d.ts +2 -3
- package/build/features/bank/screens/BankDetails/Beneficiary.d.ts +1 -2
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +2 -3
- package/build/features/bank/screens/BankDetails/IBAN.d.ts +1 -2
- package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
- package/build/features/bank/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/bank/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/bank/screens/OperatorError/index.d.ts +3 -0
- package/build/features/bank/screens/OperatorError/index.js +2 -0
- package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/bank/screens/Success/Success.d.ts +1 -1
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -5
- package/build/features/bank/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/bank/screens/Verify/Verify.d.ts +1 -1
- package/build/features/bank/screens/Verify/Verify.js +5 -5
- package/build/features/board/Board.d.ts +12 -0
- package/build/features/board/Board.js +87 -0
- package/build/features/board/index.d.ts +1 -0
- package/build/features/board/index.js +1 -0
- package/build/features/board/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/board/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/board/screens/OperatorError/index.d.ts +3 -0
- package/build/features/board/screens/OperatorError/index.js +2 -0
- package/build/features/board/screens/PrepareDataLoading/PrepareDataLoading.d.ts +4 -0
- package/build/features/board/screens/PrepareDataLoading/PrepareDataLoading.js +10 -0
- package/build/features/board/screens/PrepareDataLoading/index.d.ts +2 -0
- package/build/features/board/screens/PrepareDataLoading/index.js +2 -0
- package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +5 -0
- package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +21 -0
- package/build/features/board/screens/ResetPasswordSuccess/index.d.ts +3 -0
- package/build/features/board/screens/ResetPasswordSuccess/index.js +2 -0
- package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +3 -0
- package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +44 -0
- package/build/features/board/screens/SuccessWithFlowButtons/index.d.ts +2 -0
- package/build/features/board/screens/SuccessWithFlowButtons/index.js +2 -0
- package/build/features/board/screens/Verify/OTPInput.d.ts +7 -0
- package/build/features/{business/screens/OTP → board/screens/Verify}/OTPInput.js +9 -7
- package/build/features/{connectExpress/screens/IdentityOTP/OTPInput.d.ts → board/screens/Verify/Verify.d.ts} +1 -1
- package/build/features/{connectExpress/screens/IdentityOTP/OTP.js → board/screens/Verify/Verify.js} +24 -37
- package/build/features/board/screens/Verify/index.d.ts +2 -0
- package/build/features/board/screens/Verify/index.js +2 -0
- package/build/features/brand/Brand.d.ts +3 -2
- package/build/features/brand/Brand.js +15 -9
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +15 -58
- package/build/features/brand/screens/BrandActivities/BrandActivities.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/BrandActivities.js +49 -12
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +13 -37
- package/build/features/brand/screens/BrandActivities/CustomerBase.js +1 -1
- package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +5 -2
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +10 -31
- package/build/features/brand/screens/BrandActivities/RefundPolicy.js +1 -1
- package/build/features/brand/screens/BrandActivities/TAC.d.ts +3 -8
- package/build/features/brand/screens/BrandActivities/TAC.js +1 -1
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +2 -3
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.js +1 -1
- package/build/features/brand/screens/BrandInfo/BrandInfo.d.ts +1 -2
- package/build/features/brand/screens/BrandInfo/BrandInfo.js +27 -7
- package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +2 -3
- package/build/features/brand/screens/BrandInfo/BrandLogo.js +1 -1
- package/build/features/brand/screens/BrandInfo/BrandName.d.ts +1 -1
- package/build/features/brand/screens/BrandInfo/BrandName.js +6 -3
- package/build/features/brand/screens/BrandInfo/SalesChannels.d.ts +1 -2
- package/build/features/brand/screens/BrandInfo/validation.d.ts +21 -0
- package/build/features/brand/screens/BrandInfo/validation.js +5 -2
- package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.d.ts +1 -2
- package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.js +23 -7
- package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.d.ts +1 -2
- package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.d.ts +1 -2
- package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.d.ts +1 -2
- package/build/features/brand/screens/BrandSegmentInfo/TeamSize.d.ts +1 -2
- package/build/features/brand/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/brand/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/brand/screens/OperatorError/index.d.ts +3 -0
- package/build/features/brand/screens/OperatorError/index.js +2 -0
- package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/brand/screens/Success/Success.d.ts +1 -1
- package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -5
- package/build/features/brand/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/brand/screens/Verify/Verify.d.ts +1 -1
- package/build/features/brand/screens/Verify/Verify.js +1 -1
- package/build/features/business/Business.d.ts +1 -2
- package/build/features/business/Business.js +20 -12
- package/build/features/business/screens/Activities/Activities.d.ts +1 -2
- package/build/features/business/screens/Activities/Activities.js +27 -10
- package/build/features/business/screens/Activities/ActivitiesList.d.ts +9 -25
- package/build/features/business/screens/Activities/LicenseName.d.ts +1 -1
- package/build/features/business/screens/Activities/OperationStartDate.d.ts +7 -13
- package/build/features/business/screens/Activities/OperationStartDate.js +2 -2
- package/build/features/business/screens/BrandDetails/BrandDetails.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/BrandName.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/Header.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/LicenseInfo.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +5 -13
- package/build/features/business/screens/BusinessType/Article.d.ts +2 -3
- package/build/features/business/screens/BusinessType/BusinessType.d.ts +1 -1
- package/build/features/business/screens/BusinessType/BusinessType.js +22 -6
- package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +1 -1
- package/build/features/business/screens/BusinessType/EntityName.d.ts +1 -2
- package/build/features/business/screens/BusinessType/EntityName.js +3 -3
- package/build/features/business/screens/BusinessType/LicenseCertificate.d.ts +1 -2
- package/build/features/business/screens/BusinessType/LicenseList.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseList.js +3 -3
- package/build/features/business/screens/BusinessType/LicenseNumber.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseNumber.js +10 -9
- package/build/features/business/screens/BusinessType/LicenseType.d.ts +6 -28
- package/build/features/business/screens/BusinessType/SelectType.d.ts +1 -1
- package/build/features/business/screens/BusinessType/Switch.d.ts +1 -1
- package/build/features/business/screens/BusinessType/validation.d.ts +10 -0
- package/build/features/business/screens/BusinessType/validation.js +16 -0
- package/build/features/business/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/business/screens/CivilID/CivilID.js +1 -1
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +21 -70
- package/build/features/business/screens/Customers/CustomerLocations.js +5 -3
- package/build/features/business/screens/Customers/Customers.d.ts +1 -1
- package/build/features/business/screens/Customers/Customers.js +51 -11
- package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +3 -2
- package/build/features/business/screens/Customers/ExpectedCustomers.js +5 -3
- package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +3 -2
- package/build/features/business/screens/Customers/ExpectedSalesRange.js +10 -4
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +16 -30
- package/build/features/business/screens/Customers/RefundPolicy.js +13 -13
- package/build/features/business/screens/Customers/TransactionPolicy.d.ts +4 -2
- package/build/features/business/screens/Customers/TransactionPolicy.js +8 -5
- package/build/features/business/screens/Customers/validation.d.ts +6 -6
- package/build/features/business/screens/Customers/validation.js +3 -8
- package/build/features/business/screens/IDBOD/DOB.d.ts +1 -1
- package/build/features/business/screens/IDBOD/ID.d.ts +1 -1
- package/build/features/business/screens/IDBOD/ID.js +6 -2
- package/build/features/business/screens/IDBOD/IDBOD.d.ts +1 -1
- package/build/features/business/screens/IDBOD/IDBOD.js +18 -19
- package/build/features/business/screens/IDBOD/validation.d.ts +7 -0
- package/build/features/business/screens/IDBOD/validation.js +4 -1
- package/build/features/business/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/business/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/business/screens/OperatorError/index.d.ts +3 -0
- package/build/features/business/screens/OperatorError/index.js +2 -0
- package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/business/screens/Success/Success.d.ts +1 -1
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +14 -3
- package/build/features/business/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/business/screens/Verify/Verify.d.ts +1 -1
- package/build/features/business/screens/Verify/Verify.js +13 -3
- package/build/features/business/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
- package/build/features/business/screens/VerifyNafath/VerifyNafath.js +35 -0
- package/build/features/business/screens/VerifyNafath/index.d.ts +3 -0
- package/build/features/business/screens/VerifyNafath/index.js +2 -0
- package/build/features/business/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connect/Connect.d.ts +5 -2
- package/build/features/connect/Connect.js +49 -32
- package/build/features/connect/screens/BrandSegment/BrandSegment.d.ts +1 -1
- package/build/features/connect/screens/BrandSegment/BrandSegment.js +4 -26
- package/build/features/connect/screens/BrandSegment/TeamSize.d.ts +1 -2
- package/build/features/connect/screens/BrandSegment/TeamSize.js +1 -1
- package/build/features/connect/screens/BrandSegment/validation.d.ts +0 -9
- package/build/features/connect/screens/BrandSegment/validation.js +0 -3
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.d.ts +5 -0
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +113 -0
- package/build/features/connect/screens/BusinessCountry/index.d.ts +3 -0
- package/build/features/connect/screens/BusinessCountry/index.js +2 -0
- package/build/features/connect/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/connect/screens/CivilID/CivilID.js +12 -4
- package/build/features/connect/screens/Individual/Email.d.ts +1 -1
- package/build/features/connect/screens/Individual/Email.js +1 -1
- package/build/features/connect/screens/Individual/Individual.d.ts +1 -1
- package/build/features/connect/screens/Individual/Individual.js +2 -3
- package/build/features/connect/screens/Individual/MobileNumber.js +6 -3
- package/build/features/connect/screens/Individual/Name.d.ts +1 -1
- package/build/features/connect/screens/Individual/validation.js +8 -3
- package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandList.js +3 -3
- package/build/features/connect/screens/Merchant/BrandName.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandName.js +6 -3
- package/build/features/connect/screens/Merchant/Merchant.d.ts +1 -1
- package/build/features/connect/screens/Merchant/Merchant.js +1 -1
- package/build/features/connect/screens/Merchant/SalesChannels.d.ts +1 -2
- package/build/features/connect/screens/Merchant/SalesChannels.js +1 -1
- package/build/features/connect/screens/Merchant/TAC.d.ts +1 -1
- package/build/features/connect/screens/Merchant/validation.js +2 -2
- package/build/features/connect/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/connect/screens/Mobile/Mobile.js +14 -7
- package/build/features/connect/screens/Mobile/MobileNumber.js +14 -8
- package/build/features/connect/screens/Mobile/Title.d.ts +1 -1
- package/build/features/connect/screens/Mobile/validation.js +8 -3
- package/build/features/connect/screens/NID/IDNumber.d.ts +1 -0
- package/build/features/connect/screens/NID/IDNumber.js +2 -2
- package/build/features/connect/screens/NID/NID.d.ts +1 -1
- package/build/features/connect/screens/NID/NID.js +10 -13
- package/build/features/connect/screens/NID/validation.d.ts +0 -3
- package/build/features/connect/screens/NID/validation.js +0 -1
- package/build/features/connect/screens/OTP/OTP.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTP.js +2 -2
- package/build/features/connect/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTPInput.js +3 -11
- package/build/features/connect/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/connect/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/connect/screens/OperatorError/index.d.ts +3 -0
- package/build/features/connect/screens/OperatorError/index.js +2 -0
- package/build/features/connect/screens/ThankYou/ThankYou.d.ts +1 -1
- package/build/features/connect/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
- package/build/features/connect/screens/VerifyNafath/VerifyNafath.js +35 -0
- package/build/features/connect/screens/VerifyNafath/index.d.ts +3 -0
- package/build/features/connect/screens/VerifyNafath/index.js +2 -0
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/ConnectExpress.d.ts +5 -4
- package/build/features/connectExpress/ConnectExpress.js +71 -41
- package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.d.ts +1 -1
- package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.js +14 -2
- package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +5 -0
- package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.js +36 -0
- package/build/features/connectExpress/screens/AccountCreatedLoader/index.d.ts +2 -0
- package/build/features/connectExpress/screens/AccountCreatedLoader/index.js +2 -0
- package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.d.ts +5 -0
- package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.js +74 -0
- package/build/features/connectExpress/screens/AuthMerchant/MerchantList.d.ts +11 -0
- package/build/features/connectExpress/screens/AuthMerchant/MerchantList.js +64 -0
- package/build/features/connectExpress/screens/AuthMerchant/index.d.ts +2 -0
- package/build/features/connectExpress/screens/AuthMerchant/index.js +2 -0
- package/build/features/connectExpress/screens/AuthMerchant/validation.d.ts +8 -0
- package/build/features/connectExpress/screens/AuthMerchant/validation.js +4 -0
- package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.d.ts +5 -0
- package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.js +104 -0
- package/build/features/connectExpress/screens/AuthenticationList/BrandList.d.ts +10 -0
- package/build/features/connectExpress/screens/AuthenticationList/BrandList.js +81 -0
- package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.d.ts +2 -0
- package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.js +48 -0
- package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.d.ts +9 -0
- package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.js +90 -0
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.d.ts +11 -0
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.js +138 -0
- package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.d.ts +3 -0
- package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.js +36 -0
- package/build/features/connectExpress/screens/AuthenticationList/index.d.ts +3 -0
- package/build/features/connectExpress/screens/AuthenticationList/index.js +2 -0
- package/build/features/connectExpress/screens/AuthenticationList/validation.d.ts +20 -0
- package/build/features/connectExpress/screens/AuthenticationList/validation.js +68 -0
- package/build/features/connectExpress/screens/Brand/Brand.d.ts +1 -1
- package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.d.ts +5 -0
- package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.js +111 -0
- package/build/features/connectExpress/screens/BusinessCountry/index.d.ts +3 -0
- package/build/features/connectExpress/screens/BusinessCountry/index.js +2 -0
- package/build/features/connectExpress/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/connectExpress/screens/CivilID/CivilID.js +16 -5
- package/build/features/connectExpress/screens/CivilID/IDNumber.js +7 -2
- package/build/features/connectExpress/screens/CivilIDMissed/CivilID.d.ts +1 -1
- package/build/features/connectExpress/screens/CivilIDMissed/CivilID.js +2 -2
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +6 -3
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +20 -5
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.js +6 -5
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +9 -8
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +6 -28
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +3 -8
- package/build/features/connectExpress/screens/CollectBusinessInfo/validation.d.ts +13 -0
- package/build/features/connectExpress/screens/CollectBusinessInfo/validation.js +68 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.js +14 -4
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.js +7 -4
- package/build/features/connectExpress/screens/CollectIndividualInfo/Name.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/validation.js +8 -3
- package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.d.ts +1 -1
- package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.js +14 -24
- package/build/features/connectExpress/screens/IdentityVerifyNafath/IdentityVerifyNafath.d.ts +5 -0
- package/build/features/connectExpress/screens/IdentityVerifyNafath/IdentityVerifyNafath.js +35 -0
- package/build/features/connectExpress/screens/IdentityVerifyNafath/index.d.ts +3 -0
- package/build/features/connectExpress/screens/IdentityVerifyNafath/index.js +2 -0
- package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.js +2 -2
- package/build/features/connectExpress/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Mobile.js +17 -7
- package/build/features/connectExpress/screens/Mobile/MobileNumber.js +17 -11
- package/build/features/connectExpress/screens/Mobile/TAC.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/TAC.js +1 -1
- package/build/features/connectExpress/screens/Mobile/Title.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/validation.js +16 -6
- package/build/features/connectExpress/screens/NID/IDNumber.d.ts +1 -0
- package/build/features/connectExpress/screens/NID/IDNumber.js +2 -2
- package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/NID.js +15 -12
- package/build/features/connectExpress/screens/NID/TAC.d.ts +3 -8
- package/build/features/connectExpress/screens/NID/TAC.js +2 -2
- package/build/features/connectExpress/screens/NID/validation.d.ts +0 -3
- package/build/features/connectExpress/screens/NID/validation.js +0 -2
- package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +1 -2
- package/build/features/connectExpress/screens/NIDMissed/IDNumber.js +6 -2
- package/build/features/connectExpress/screens/NIDMissed/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/NIDMissed/NID.js +10 -8
- package/build/features/connectExpress/screens/NIDMissed/validation.d.ts +7 -0
- package/build/features/connectExpress/screens/NIDMissed/validation.js +4 -1
- package/build/features/connectExpress/screens/OTP/OTP.d.ts +1 -1
- package/build/features/connectExpress/screens/OTP/OTP.js +12 -15
- package/build/features/connectExpress/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/connectExpress/screens/OTP/OTPInput.js +12 -10
- package/build/features/connectExpress/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/connectExpress/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/connectExpress/screens/OperatorError/index.d.ts +3 -0
- package/build/features/connectExpress/screens/OperatorError/index.js +2 -0
- package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.d.ts +5 -0
- package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.js +34 -0
- package/build/features/connectExpress/screens/PrepareDataLoading/index.d.ts +2 -0
- package/build/features/connectExpress/screens/PrepareDataLoading/index.js +2 -0
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +15 -7
- package/build/features/connectExpress/screens/VerifyNafath/VerifyNafath.d.ts +5 -0
- package/build/features/connectExpress/screens/VerifyNafath/VerifyNafath.js +35 -0
- package/build/features/connectExpress/screens/VerifyNafath/index.d.ts +3 -0
- package/build/features/connectExpress/screens/VerifyNafath/index.js +2 -0
- package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/entity/Entity.d.ts +3 -2
- package/build/features/entity/Entity.js +15 -9
- package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +9 -25
- package/build/features/entity/screens/EntityCapital/CapitalPaid.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/CapitalPaid.js +5 -3
- package/build/features/entity/screens/EntityCapital/CapitalShareCount.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +6 -4
- package/build/features/entity/screens/EntityCapital/EntityCapital.d.ts +1 -2
- package/build/features/entity/screens/EntityCapital/EntityCapital.js +34 -10
- package/build/features/entity/screens/EntityName/Article.d.ts +2 -3
- package/build/features/entity/screens/EntityName/EntityName.d.ts +1 -2
- package/build/features/entity/screens/EntityName/EntityName.js +44 -19
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +15 -58
- package/build/features/entity/screens/EntityName/EntityTypeList.js +2 -3
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +5 -13
- package/build/features/entity/screens/EntityName/ExpiryDate.js +5 -7
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +5 -13
- package/build/features/entity/screens/EntityName/IssuingDate.js +5 -7
- package/build/features/entity/screens/EntityName/LegalName.d.ts +1 -1
- package/build/features/entity/screens/EntityName/LegalName.js +1 -13
- package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +1 -2
- package/build/features/entity/screens/EntityName/LicenseNumber.d.ts +1 -1
- package/build/features/entity/screens/EntityName/LicenseNumber.js +10 -11
- package/build/features/entity/screens/EntityName/UnifiedNumber.d.ts +1 -1
- package/build/features/entity/screens/EntityName/UnifiedNumber.js +4 -6
- package/build/features/entity/screens/EntityName/validation.d.ts +31 -3
- package/build/features/entity/screens/EntityName/validation.js +38 -9
- package/build/features/entity/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/entity/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/entity/screens/OperatorError/index.d.ts +3 -0
- package/build/features/entity/screens/OperatorError/index.js +2 -0
- package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/entity/screens/Success/Success.d.ts +1 -1
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -5
- package/build/features/entity/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/entity/screens/Verify/Verify.d.ts +1 -1
- package/build/features/entity/screens/Verify/Verify.js +1 -1
- package/build/features/featuresScreens.d.ts +2 -0
- package/build/features/featuresScreens.js +234 -15
- package/build/features/individual/Individual.d.ts +3 -2
- package/build/features/individual/Individual.js +15 -9
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +5 -13
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +55 -15
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +2 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.d.ts +14 -0
- package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.js +76 -0
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +5 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +5 -27
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +7 -4
- package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +1 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/validation.d.ts +4 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/validation.js +4 -3
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/Email.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/Email.js +1 -1
- package/build/features/individual/screens/IndividualList/IndividualList.d.ts +9 -25
- package/build/features/individual/screens/IndividualList/IndividualList.js +21 -6
- package/build/features/individual/screens/IndividualList/MobileNumber.js +6 -3
- package/build/features/individual/screens/IndividualList/UserList.d.ts +1 -2
- package/build/features/individual/screens/IndividualList/UserList.js +13 -9
- package/build/features/individual/screens/IndividualList/validation.js +8 -3
- package/build/features/individual/screens/IndividualPersonalInfo/DOB.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Email.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +6 -28
- package/build/features/individual/screens/IndividualPersonalInfo/ID.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/ID.js +6 -2
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +5 -13
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +79 -21
- package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.js +6 -3
- package/build/features/individual/screens/IndividualPersonalInfo/Name.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/validation.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/validation.js +72 -63
- package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.js +7 -4
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.d.ts +1 -1
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.js +1 -1
- package/build/features/individual/screens/IndividualPhoneInfo/validation.js +8 -3
- package/build/features/individual/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/individual/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/individual/screens/OperatorError/index.d.ts +3 -0
- package/build/features/individual/screens/OperatorError/index.js +2 -0
- package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/individual/screens/Success/Success.d.ts +1 -1
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -5
- package/build/features/individual/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/individual/screens/Verify/Verify.d.ts +1 -1
- package/build/features/individual/screens/Verify/Verify.js +1 -1
- package/build/features/password/Password.d.ts +3 -2
- package/build/features/password/Password.js +94 -32
- package/build/features/password/screens/CreatePassword/ConditionText.d.ts +1 -2
- package/build/features/password/screens/CreatePassword/ConfirmPassword.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/CreatePassword.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/CreatePassword.js +10 -4
- package/build/features/password/screens/CreatePassword/Password.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/PasswordBar.d.ts +1 -2
- package/build/features/password/screens/OTP/OTP.d.ts +1 -1
- package/build/features/password/screens/OTP/OTP.js +1 -1
- package/build/features/password/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/password/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/password/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/password/screens/OperatorError/index.d.ts +3 -0
- package/build/features/password/screens/OperatorError/index.js +2 -0
- package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.d.ts +4 -0
- package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.js +10 -0
- package/build/features/password/screens/PrepareDataLoading/index.d.ts +2 -0
- package/build/features/password/screens/PrepareDataLoading/index.js +2 -0
- package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/password/screens/Success/Success.d.ts +1 -1
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -5
- package/build/features/password/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/password/screens/Verify/Verify.d.ts +1 -1
- package/build/features/password/screens/Verify/Verify.js +5 -5
- package/build/features/shared/AcceptancePayouts/AcceptancePayouts.d.ts +1 -2
- package/build/features/shared/Address/Address.d.ts +1 -2
- package/build/features/shared/Address/CountryList.d.ts +14 -46
- package/build/features/shared/Address/InputSelect.d.ts +14 -46
- package/build/features/shared/Address/InputSelect.js +1 -1
- package/build/features/shared/Address/InputText.d.ts +1 -1
- package/build/features/shared/Background/Background.d.ts +3 -1
- package/build/features/shared/Background/Background.js +9 -11
- package/build/features/shared/Background/LogoBackground.d.ts +1 -1
- package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.d.ts +1 -2
- package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +14 -0
- package/build/features/shared/BusinessCountry/BusinessCountry.js +179 -0
- package/build/features/shared/BusinessCountry/index.d.ts +2 -0
- package/build/features/shared/BusinessCountry/index.js +2 -0
- package/build/features/shared/Button/Button.d.ts +1 -2
- package/build/features/shared/Button/Button.js +11 -5
- package/build/features/shared/Button/EmailProvidersButtons.d.ts +2 -3
- package/build/features/shared/Button/EmailProvidersButtons.js +2 -0
- package/build/features/shared/Button/FlowsButtons.d.ts +4 -3
- package/build/features/shared/Button/FlowsButtons.js +30 -15
- package/build/features/shared/Button/IndividualActionButtons.d.ts +2 -2
- package/build/features/shared/Button/MobileButton.d.ts +1 -2
- package/build/features/shared/Button/NafathButton.d.ts +7 -0
- package/build/features/shared/Button/{AbsherButton.js → NafathButton.js} +12 -3
- package/build/features/shared/Button/SuccessButton.d.ts +1 -2
- package/build/features/shared/Button/index.d.ts +2 -2
- package/build/features/shared/Button/index.js +2 -2
- package/build/features/shared/Calender/Calender.d.ts +1 -2
- package/build/features/shared/CheckIcon/CheckIcon.d.ts +2 -3
- package/build/features/shared/Chip/Chip.d.ts +1 -2
- package/build/features/shared/ClearIcon/ClearIcon.d.ts +1 -2
- package/build/features/shared/Containers/FeatureContainer.d.ts +2 -1
- package/build/features/shared/Containers/FeatureContainer.js +3 -3
- package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
- package/build/features/shared/CreateAccountLoading/CreateAccountLoading.d.ts +1 -1
- package/build/features/shared/DataLoading/DataLoading.d.ts +4 -1
- package/build/features/shared/DataLoading/DataLoading.js +2 -2
- package/build/features/shared/Dialog/CloseDialog.d.ts +1 -2
- package/build/features/shared/Dialog/DialogContainer.d.ts +1 -1
- package/build/features/shared/Dot/Dot.d.ts +1 -2
- package/build/features/shared/EndAdornment/EndAdornment.d.ts +1 -2
- package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +1 -2
- package/build/features/shared/Footer/Footer.d.ts +1 -2
- package/build/features/shared/Footer/Footer.js +2 -1
- package/build/features/shared/Footer/PoweredByFooter.d.ts +2 -3
- package/build/features/shared/GenericError/GenericError.d.ts +1 -1
- package/build/features/shared/Input/Input.d.ts +6 -14
- package/build/features/shared/InputSelect/InputSelect.d.ts +1 -2
- package/build/features/shared/Mandatory/Mandatory.d.ts +1 -2
- package/build/features/shared/NafathVerification/NafathVerification.d.ts +14 -0
- package/build/features/shared/NafathVerification/NafathVerification.js +92 -0
- package/build/features/shared/NafathVerification/VerifyNafathLoading.d.ts +8 -0
- package/build/features/shared/NafathVerification/VerifyNafathLoading.js +53 -0
- package/build/features/shared/NafathVerification/VerifyNafathSuccess.d.ts +5 -0
- package/build/features/shared/NafathVerification/VerifyNafathSuccess.js +8 -0
- package/build/features/shared/NafathVerification/index.d.ts +2 -0
- package/build/features/shared/NafathVerification/index.js +2 -0
- package/build/features/shared/OTP/OTP.d.ts +1 -1
- package/build/features/shared/PaciVerification/PaciVerification.d.ts +1 -1
- package/build/features/shared/PasswordIcon/PasswordIcon.d.ts +1 -2
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +1 -2
- package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
- package/build/features/shared/Search/Search.d.ts +1 -2
- package/build/features/shared/SearchIcon/SearchIcon.d.ts +1 -2
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +8 -1
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +11 -14
- package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -1
- package/build/features/shared/SuccessScreen/SuccessScreen.js +1 -1
- package/build/features/shared/UploadFile/FileUpload.d.ts +4 -9
- package/build/features/shared/UploadFile/FileUpload.js +2 -2
- package/build/features/shared/UploadFile/UploadFile.d.ts +3 -8
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +3 -8
- package/build/features/shared/UploadFile/UploadWrapper.js +1 -1
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +4 -9
- package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +3 -8
- package/build/features/signIn/SignIn.d.ts +1 -2
- package/build/features/signIn/SignIn.js +18 -7
- package/build/features/signIn/screens/Email/Email.d.ts +1 -1
- package/build/features/signIn/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/signIn/screens/Mobile/MobileNumber.js +6 -3
- package/build/features/signIn/screens/Mobile/validation.js +8 -3
- package/build/features/signIn/screens/OTP/OTP.d.ts +1 -1
- package/build/features/signIn/screens/OTP/OTP.js +1 -1
- package/build/features/signIn/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/signIn/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/signIn/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/signIn/screens/OperatorError/index.d.ts +3 -0
- package/build/features/signIn/screens/OperatorError/index.js +2 -0
- package/build/features/signIn/screens/Password/Password.d.ts +1 -1
- package/build/features/signIn/screens/Password/PasswordInput.d.ts +1 -1
- package/build/features/tax/Tax.d.ts +3 -2
- package/build/features/tax/Tax.js +15 -9
- package/build/features/tax/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/tax/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/tax/screens/OperatorError/index.d.ts +3 -0
- package/build/features/tax/screens/OperatorError/index.js +2 -0
- package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/tax/screens/Success/Success.d.ts +1 -1
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +13 -5
- package/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +2 -3
- package/build/features/tax/screens/TaxDetails/TaxDetails.d.ts +1 -2
- package/build/features/tax/screens/TaxDetails/TaxDetails.js +9 -3
- package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +1 -2
- package/build/features/tax/screens/TaxDetails/VATId.d.ts +2 -3
- package/build/features/tax/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/tax/screens/Verify/Verify.d.ts +1 -1
- package/build/features/tax/screens/Verify/Verify.js +5 -5
- package/build/hooks/index.d.ts +2 -0
- package/build/hooks/index.js +2 -0
- package/build/hooks/useAppConfig.d.ts +3 -3
- package/build/hooks/useAppConfig.js +9 -6
- package/build/hooks/useAppDispatch.d.ts +2 -0
- package/build/hooks/useAppTheme.js +4 -3
- package/build/hooks/useCountDown.d.ts +10 -0
- package/build/hooks/useCountDown.js +17 -0
- package/build/hooks/useCountry.d.ts +1 -0
- package/build/hooks/useCountry.js +4 -3
- package/build/hooks/useDataVerified.d.ts +1 -1
- package/build/hooks/useExcludeReadOnlyFelids.d.ts +2 -2
- package/build/hooks/useFormDirtyCheck.d.ts +10 -0
- package/build/hooks/useFormDirtyCheck.js +66 -0
- package/build/hooks/useFormErrorAndUpdateReadOnly.d.ts +2 -2
- package/build/hooks/useFormReadOnly.d.ts +2 -2
- package/build/hooks/useSetFromDefaultValues.d.ts +1 -1
- package/build/hooks/useVerifyToken.d.ts +5 -2
- package/build/hooks/useVerifyToken.js +10 -5
- package/build/index.css +360 -120
- package/build/index.d.ts +4 -2
- package/build/index.js +6 -2
- package/build/theme/components.js +7 -0
- package/build/theme/palette.js +4 -2
- package/build/theme/theme.d.ts +1 -1
- package/build/theme/theme.js +2 -2
- package/build/utils/array.js +3 -3
- package/build/utils/common.d.ts +2 -0
- package/build/utils/common.js +25 -2
- package/build/utils/device.d.ts +2 -0
- package/build/utils/device.js +6 -0
- package/build/utils/locale.js +2 -1
- package/build/utils/object.js +1 -1
- package/build/utils/string.d.ts +5 -2
- package/build/utils/string.js +24 -5
- package/build/utils/validation.d.ts +4 -0
- package/build/utils/validation.js +13 -0
- package/package.json +2 -2
- package/build/features/business/screens/OTP/OTP.d.ts +0 -8
- package/build/features/business/screens/OTP/OTP.js +0 -90
- package/build/features/connect/screens/BrandSegment/SegmentLocations.d.ts +0 -8
- package/build/features/connect/screens/BrandSegment/SegmentLocations.js +0 -66
- package/build/features/connect/screens/BrandSegment/SegmentProfits.d.ts +0 -8
- package/build/features/connect/screens/BrandSegment/SegmentProfits.js +0 -66
- package/build/features/connect/screens/BrandSegment/SegmentTechs.d.ts +0 -8
- package/build/features/connect/screens/BrandSegment/SegmentTechs.js +0 -66
- package/build/features/connect/screens/NID/DOB.d.ts +0 -6
- package/build/features/connect/screens/NID/DOB.js +0 -47
- package/build/features/connectExpress/screens/IdentityOTP/OTP.d.ts +0 -5
- package/build/features/connectExpress/screens/IdentityOTP/index.d.ts +0 -3
- package/build/features/connectExpress/screens/IdentityOTP/index.js +0 -2
- package/build/features/shared/Button/AbsherButton.d.ts +0 -8
- /package/build/features/{business → auth}/screens/OTP/index.d.ts +0 -0
- /package/build/features/{business → auth}/screens/OTP/index.js +0 -0
- /package/build/features/{business → auth}/screens/OTP/validation.d.ts +0 -0
- /package/build/features/{business → auth}/screens/OTP/validation.js +0 -0
- /package/build/features/{connectExpress/screens/IdentityOTP → board/screens/Verify}/validation.d.ts +0 -0
- /package/build/features/{connectExpress/screens/IdentityOTP → board/screens/Verify}/validation.js +0 -0
package/build/constants/app.js
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { BusinessType } from '../@types';
|
|
2
|
+
export var CONNECT_DEV_URL = 'https://connect.dev.tap.company';
|
|
3
|
+
export var CONNECT_SANDBOX_URL = 'https://connect.sandbox.tap.company';
|
|
4
|
+
export var CONNECT_BETA_URL = 'https://connect.beta.tap.company';
|
|
5
|
+
export var CONNECT_PROD_URL = 'https://connect.tap.company';
|
|
2
6
|
export var CLIENT_ORIGIN = window.location.origin;
|
|
3
7
|
export var TAP_WEBSITE = 'https://www.tap.company/';
|
|
4
8
|
export var BUSINESS_WEBSITE = 'https://businesses.tap.company/';
|
|
@@ -6,6 +10,9 @@ export var LOCAL_STORAGE_KEYS = {
|
|
|
6
10
|
themeMode: 'themeMode',
|
|
7
11
|
languageMode: 'languageMode'
|
|
8
12
|
};
|
|
13
|
+
export var SCOPE_AUTH = 'auth';
|
|
14
|
+
export var DEFAULT_COUNTRY_ISO2 = 'KW';
|
|
15
|
+
export var NAFATH_VERIFICATION_FAILED = 'nafath_verification_failed';
|
|
9
16
|
export var EXTERNAL_LINKS = {
|
|
10
17
|
TOS_EN: '/en/terms-conditions',
|
|
11
18
|
TOS_AR: '/ar/terms-conditions',
|
|
@@ -19,7 +26,7 @@ export var BACKGROUND_ID = 'auth-js-connect-background';
|
|
|
19
26
|
export var CONNECT_SCREENS_NAVIGATION = [
|
|
20
27
|
{
|
|
21
28
|
name: 'CONNECT_NID_STEP',
|
|
22
|
-
next: '
|
|
29
|
+
next: 'CONNECT_VERIFY_NAFATH_STEP',
|
|
23
30
|
prev: 'CONNECT_MOBILE_STEP',
|
|
24
31
|
order: 1
|
|
25
32
|
},
|
|
@@ -35,12 +42,30 @@ export var CONNECT_SCREENS_NAVIGATION = [
|
|
|
35
42
|
prev: ['CONNECT_NID_STEP', 'CONNECT_CIVIL_ID_STEP'],
|
|
36
43
|
order: 1
|
|
37
44
|
},
|
|
45
|
+
{
|
|
46
|
+
name: 'CONNECT_BUSINESS_COUNTRY_STEP',
|
|
47
|
+
next: ['CONNECT_NID_STEP', 'CONNECT_MOBILE_STEP'],
|
|
48
|
+
prev: '',
|
|
49
|
+
order: 1
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
name: 'CONNECT_OPERATOR_ERROR_STEP',
|
|
53
|
+
next: '',
|
|
54
|
+
prev: '',
|
|
55
|
+
order: 1
|
|
56
|
+
},
|
|
38
57
|
{
|
|
39
58
|
name: 'CONNECT_VERIFY_PACI_STEP',
|
|
40
59
|
next: 'CONNECT_INDIVIDUAL_STEP',
|
|
41
60
|
prev: 'CONNECT_CIVIL_ID_STEP',
|
|
42
61
|
order: 2
|
|
43
62
|
},
|
|
63
|
+
{
|
|
64
|
+
name: 'CONNECT_VERIFY_NAFATH_STEP',
|
|
65
|
+
next: 'CONNECT_INDIVIDUAL_STEP',
|
|
66
|
+
prev: 'CONNECT_NID_STEP',
|
|
67
|
+
order: 2
|
|
68
|
+
},
|
|
44
69
|
{
|
|
45
70
|
name: 'CONNECT_OTP_STEP',
|
|
46
71
|
next: 'CONNECT_INDIVIDUAL_STEP',
|
|
@@ -75,7 +100,7 @@ export var CONNECT_SCREENS_NAVIGATION = [
|
|
|
75
100
|
export var CONNECT_EXPRESS_SCREENS_NAVIGATION = [
|
|
76
101
|
{
|
|
77
102
|
name: 'CONNECT_EXPRESS_NID_STEP',
|
|
78
|
-
next: '
|
|
103
|
+
next: 'CONNECT_EXPRESS_VERIFY_NAFATH_STEP',
|
|
79
104
|
prev: 'CONNECT_EXPRESS_MOBILE_STEP',
|
|
80
105
|
order: 1
|
|
81
106
|
},
|
|
@@ -91,9 +116,35 @@ export var CONNECT_EXPRESS_SCREENS_NAVIGATION = [
|
|
|
91
116
|
prev: ['CONNECT_EXPRESS_NID_STEP', 'CONNECT_EXPRESS_CIVIL_ID_STEP'],
|
|
92
117
|
order: 1
|
|
93
118
|
},
|
|
119
|
+
{
|
|
120
|
+
name: 'CONNECT_EXPRESS_BUSINESS_COUNTRY_STEP',
|
|
121
|
+
next: ['CONNECT_EXPRESS_NID_STEP', 'CONNECT_EXPRESS_MOBILE_STEP'],
|
|
122
|
+
prev: '',
|
|
123
|
+
order: 1
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
name: 'CONNECT_EXPRESS_OPERATOR_ERROR_STEP',
|
|
127
|
+
next: '',
|
|
128
|
+
prev: '',
|
|
129
|
+
order: 1
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
name: 'CONNECT_EXPRESS_VERIFY_NAFATH_STEP',
|
|
133
|
+
next: [
|
|
134
|
+
'CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP',
|
|
135
|
+
'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP',
|
|
136
|
+
'CONNECT_EXPRESS_AUTHENTICATION_LIST_STEP'
|
|
137
|
+
],
|
|
138
|
+
prev: 'CONNECT_EXPRESS_NID_STEP',
|
|
139
|
+
order: 2
|
|
140
|
+
},
|
|
94
141
|
{
|
|
95
142
|
name: 'CONNECT_EXPRESS_VERIFY_PACI_STEP',
|
|
96
|
-
next: [
|
|
143
|
+
next: [
|
|
144
|
+
'CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP',
|
|
145
|
+
'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP',
|
|
146
|
+
'CONNECT_EXPRESS_AUTHENTICATION_LIST_STEP'
|
|
147
|
+
],
|
|
97
148
|
prev: 'CONNECT_EXPRESS_CIVIL_ID_STEP',
|
|
98
149
|
order: 2
|
|
99
150
|
},
|
|
@@ -103,14 +154,21 @@ export var CONNECT_EXPRESS_SCREENS_NAVIGATION = [
|
|
|
103
154
|
'CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP',
|
|
104
155
|
'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP',
|
|
105
156
|
'CONNECT_EXPRESS_NID_MISSED_STEP',
|
|
106
|
-
'CONNECT_EXPRESS_CIVIL_ID_MISSED_STEP'
|
|
157
|
+
'CONNECT_EXPRESS_CIVIL_ID_MISSED_STEP',
|
|
158
|
+
'CONNECT_EXPRESS_AUTHENTICATION_LIST_STEP'
|
|
107
159
|
],
|
|
108
|
-
prev:
|
|
160
|
+
prev: 'CONNECT_EXPRESS_MOBILE_STEP',
|
|
109
161
|
order: 2
|
|
110
162
|
},
|
|
163
|
+
{
|
|
164
|
+
name: 'CONNECT_EXPRESS_AUTHENTICATION_LIST_STEP',
|
|
165
|
+
next: ['CONNECT_EXPRESS_AUTH_MERCHANT_LIST_STEP', 'CONNECT_EXPRESS_AUTH_ACCOUNT_CREATED_STEP'],
|
|
166
|
+
prev: ['CONNECT_EXPRESS_MOBILE_STEP', 'CONNECT_EXPRESS_NID_STEP', 'CONNECT_EXPRESS_CIVIL_ID_STEP'],
|
|
167
|
+
order: 3
|
|
168
|
+
},
|
|
111
169
|
{
|
|
112
170
|
name: 'CONNECT_EXPRESS_NID_MISSED_STEP',
|
|
113
|
-
next: '
|
|
171
|
+
next: ['CONNECT_EXPRESS_IDENTITY_VERIFY_NAFATH_STEP', 'CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP'],
|
|
114
172
|
prev: 'CONNECT_EXPRESS_MOBILE_STEP',
|
|
115
173
|
order: 3
|
|
116
174
|
},
|
|
@@ -121,21 +179,39 @@ export var CONNECT_EXPRESS_SCREENS_NAVIGATION = [
|
|
|
121
179
|
order: 3
|
|
122
180
|
},
|
|
123
181
|
{
|
|
124
|
-
name: '
|
|
125
|
-
next:
|
|
126
|
-
prev: '
|
|
182
|
+
name: 'CONNECT_EXPRESS_AUTH_ACCOUNT_CREATED_STEP',
|
|
183
|
+
next: 'CONNECT_EXPRESS_SUCCESS_WITH_FLOW_BUTTONS_STEP',
|
|
184
|
+
prev: 'CONNECT_EXPRESS_AUTHENTICATION_LIST_STEP',
|
|
127
185
|
order: 4
|
|
128
186
|
},
|
|
129
187
|
{
|
|
130
|
-
name: '
|
|
131
|
-
next:
|
|
188
|
+
name: 'CONNECT_EXPRESS_AUTH_MERCHANT_LIST_STEP',
|
|
189
|
+
next: 'CONNECT_EXPRESS_SUCCESS_WITH_FLOW_BUTTONS_STEP',
|
|
190
|
+
prev: 'CONNECT_EXPRESS_AUTHENTICATION_LIST_STEP',
|
|
191
|
+
order: 4
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
name: 'CONNECT_EXPRESS_IDENTITY_VERIFY_NAFATH_STEP',
|
|
195
|
+
next: ['CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP', 'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP'],
|
|
132
196
|
prev: 'CONNECT_EXPRESS_NID_MISSED_STEP',
|
|
133
197
|
order: 4
|
|
134
198
|
},
|
|
199
|
+
{
|
|
200
|
+
name: 'CONNECT_EXPRESS_VERIFY_PACI_IDENTITY_STEP',
|
|
201
|
+
next: ['CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP', 'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP'],
|
|
202
|
+
prev: 'CONNECT_EXPRESS_CIVIL_ID_MISSED_STEP',
|
|
203
|
+
order: 4
|
|
204
|
+
},
|
|
135
205
|
{
|
|
136
206
|
name: 'CONNECT_EXPRESS_COLLECT_INDIVIDUAL_INFO_STEP',
|
|
137
207
|
next: ['CONNECT_EXPRESS_COLLECT_BUSINESS_INFO_STEP', 'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP'],
|
|
138
|
-
prev: [
|
|
208
|
+
prev: [
|
|
209
|
+
'CONNECT_EXPRESS_MOBILE_STEP',
|
|
210
|
+
'CONNECT_EXPRESS_NID_STEP',
|
|
211
|
+
'CONNECT_EXPRESS_CIVIL_ID_STEP',
|
|
212
|
+
'CONNECT_EXPRESS_CIVIL_ID_MISSED_STEP',
|
|
213
|
+
'CONNECT_EXPRESS_NID_MISSED_STEP'
|
|
214
|
+
],
|
|
139
215
|
order: 5
|
|
140
216
|
},
|
|
141
217
|
{
|
|
@@ -146,21 +222,143 @@ export var CONNECT_EXPRESS_SCREENS_NAVIGATION = [
|
|
|
146
222
|
},
|
|
147
223
|
{
|
|
148
224
|
name: 'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP',
|
|
149
|
-
next: '
|
|
225
|
+
next: 'CONNECT_EXPRESS_PREPARING_DATA_STEP',
|
|
150
226
|
prev: '',
|
|
151
227
|
order: 7
|
|
152
228
|
},
|
|
229
|
+
{
|
|
230
|
+
name: 'CONNECT_EXPRESS_PREPARING_DATA_STEP',
|
|
231
|
+
next: 'CONNECT_EXPRESS_SUCCESS_WITH_FLOW_BUTTONS_STEP',
|
|
232
|
+
prev: '',
|
|
233
|
+
order: 8
|
|
234
|
+
},
|
|
153
235
|
{
|
|
154
236
|
name: 'CONNECT_EXPRESS_ACCOUNT_ALREADY_CREATED_STEP',
|
|
155
237
|
next: '',
|
|
156
238
|
prev: '',
|
|
157
|
-
order:
|
|
239
|
+
order: 9
|
|
158
240
|
},
|
|
159
241
|
{
|
|
160
242
|
name: 'CONNECT_EXPRESS_SUCCESS_WITH_FLOW_BUTTONS_STEP',
|
|
161
243
|
next: '',
|
|
162
244
|
prev: '',
|
|
163
|
-
order:
|
|
245
|
+
order: 9
|
|
246
|
+
}
|
|
247
|
+
];
|
|
248
|
+
export var AUTH_SCREENS_NAVIGATION = [
|
|
249
|
+
{
|
|
250
|
+
name: 'AUTH_SWITCH_STEP',
|
|
251
|
+
next: ['AUTH_NID_STEP', 'AUTH_CIVIL_ID_STEP', 'AUTH_MOBILE_STEP', 'AUTH_EMAIL_STEP'],
|
|
252
|
+
prev: 'AUTH_BUSINESS_COUNTRY_STEP',
|
|
253
|
+
order: 1
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
name: 'AUTH_NID_STEP',
|
|
257
|
+
next: 'AUTH_NAFATH_VERIFY_STEP',
|
|
258
|
+
prev: 'AUTH_SWITCH_STEP',
|
|
259
|
+
order: 1
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
name: 'AUTH_CIVIL_ID_STEP',
|
|
263
|
+
next: 'AUTH_VERIFY_PACI_STEP',
|
|
264
|
+
prev: 'AUTH_SWITCH_STEP',
|
|
265
|
+
order: 1
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
name: 'AUTH_MOBILE_STEP',
|
|
269
|
+
next: 'AUTH_OTP_STEP',
|
|
270
|
+
prev: 'AUTH_SWITCH_STEP',
|
|
271
|
+
order: 1
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
name: 'AUTH_EMAIL_STEP',
|
|
275
|
+
next: ['AUTH_PASSWORD_STEP', 'AUTH_RESET_PASSWORD_MESSAGE_STEP', 'AUTH_OTP_STEP'],
|
|
276
|
+
prev: 'AUTH_SWITCH_STEP',
|
|
277
|
+
order: 1
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
name: 'AUTH_BUSINESS_COUNTRY_STEP',
|
|
281
|
+
next: 'AUTH_SWITCH_STEP',
|
|
282
|
+
prev: '',
|
|
283
|
+
order: 1
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
name: 'AUTH_OPERATOR_ERROR_STEP',
|
|
287
|
+
next: '',
|
|
288
|
+
prev: '',
|
|
289
|
+
order: 1
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
name: 'AUTH_OTP_STEP',
|
|
293
|
+
next: ['AUTH_PREPARING_DATA_STEP', 'AUTH_EMAIL_SENT_STEP', 'AUTH_MIGRATING_DATA_STEP'],
|
|
294
|
+
prev: ['AUTH_MOBILE_STEP', 'AUTH_NID_STEP', 'AUTH_EMAIL_STEP', 'AUTH_PASSWORD_STEP'],
|
|
295
|
+
order: 2
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
name: 'AUTH_NAFATH_VERIFY_STEP',
|
|
299
|
+
next: 'AUTH_PREPARING_DATA_STEP',
|
|
300
|
+
prev: 'AUTH_NID_STEP',
|
|
301
|
+
order: 2
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
name: 'AUTH_PASSWORD_STEP',
|
|
305
|
+
next: ['AUTH_PREPARING_DATA_STEP', 'AUTH_OTP_STEP'],
|
|
306
|
+
prev: 'AUTH_EMAIL_STEP',
|
|
307
|
+
order: 2
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
name: 'AUTH_RESET_PASSWORD_MESSAGE_STEP',
|
|
311
|
+
next: '',
|
|
312
|
+
prev: 'AUTH_EMAIL_STEP',
|
|
313
|
+
order: 2
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
name: 'AUTH_VERIFY_PACI_STEP',
|
|
317
|
+
next: 'AUTH_PREPARING_DATA_STEP',
|
|
318
|
+
prev: 'AUTH_CIVIL_ID_STEP',
|
|
319
|
+
order: 2
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
name: 'AUTH_PREPARING_DATA_STEP',
|
|
323
|
+
next: ['AUTH_AUTHENTICATION_LIST_STEP', 'AUTH_ACCOUNT_NOT_FOUND_STEP'],
|
|
324
|
+
prev: ['AUTH_MOBILE_STEP', 'AUTH_NID_STEP', 'AUTH_CIVIL_ID_STEP', 'AUTH_EMAIL_STEP'],
|
|
325
|
+
order: 3
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
name: 'AUTH_EMAIL_SENT_STEP',
|
|
329
|
+
next: '',
|
|
330
|
+
prev: 'AUTH_SWITCH_STEP',
|
|
331
|
+
order: 3
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
name: 'AUTH_MIGRATING_DATA_STEP',
|
|
335
|
+
next: '',
|
|
336
|
+
prev: ['AUTH_MOBILE_STEP', 'AUTH_NID_STEP', 'AUTH_CIVIL_ID_STEP', 'AUTH_EMAIL_STEP'],
|
|
337
|
+
order: 3
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
name: 'AUTH_ACCOUNT_NOT_FOUND_STEP',
|
|
341
|
+
next: '',
|
|
342
|
+
prev: 'AUTH_SWITCH_STEP',
|
|
343
|
+
order: 3
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
name: 'AUTH_AUTHENTICATION_LIST_STEP',
|
|
347
|
+
next: ['AUTH_MERCHANT_LIST_STEP', 'AUTH_ACCOUNT_CREATED_STEP'],
|
|
348
|
+
prev: 'AUTH_SWITCH_STEP',
|
|
349
|
+
order: 3
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
name: 'AUTH_ACCOUNT_CREATED_STEP',
|
|
353
|
+
next: '',
|
|
354
|
+
prev: 'AUTH_AUTHENTICATION_LIST_STEP',
|
|
355
|
+
order: 4
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
name: 'AUTH_MERCHANT_LIST_STEP',
|
|
359
|
+
next: '',
|
|
360
|
+
prev: 'AUTH_AUTHENTICATION_LIST_STEP',
|
|
361
|
+
order: 4
|
|
164
362
|
}
|
|
165
363
|
];
|
|
166
364
|
export var BUSINESS_SCREENS_NAVIGATION = [
|
|
@@ -179,6 +377,12 @@ export var BUSINESS_SCREENS_NAVIGATION = [
|
|
|
179
377
|
prev: '',
|
|
180
378
|
order: 1
|
|
181
379
|
},
|
|
380
|
+
{
|
|
381
|
+
name: 'BUSINESS_OPERATOR_ERROR_STEP',
|
|
382
|
+
next: '',
|
|
383
|
+
prev: '',
|
|
384
|
+
order: 1
|
|
385
|
+
},
|
|
182
386
|
{
|
|
183
387
|
name: 'BUSINESS_CIVIL_ID_STEP',
|
|
184
388
|
next: 'BUSINESS_VERIFY_PACI_STEP',
|
|
@@ -187,7 +391,7 @@ export var BUSINESS_SCREENS_NAVIGATION = [
|
|
|
187
391
|
},
|
|
188
392
|
{
|
|
189
393
|
name: 'BUSINESS_IDBOD_STEP',
|
|
190
|
-
next: '
|
|
394
|
+
next: ['BUSINESS_VERIFY_NAFATH_STEP', 'BUSINESS_BUSINESS_TYPE_STEP'],
|
|
191
395
|
prev: '',
|
|
192
396
|
order: 2
|
|
193
397
|
},
|
|
@@ -198,7 +402,7 @@ export var BUSINESS_SCREENS_NAVIGATION = [
|
|
|
198
402
|
order: 3
|
|
199
403
|
},
|
|
200
404
|
{
|
|
201
|
-
name: '
|
|
405
|
+
name: 'BUSINESS_VERIFY_NAFATH_STEP',
|
|
202
406
|
next: 'BUSINESS_BUSINESS_TYPE_STEP',
|
|
203
407
|
prev: 'BUSINESS_IDBOD_STEP',
|
|
204
408
|
order: 3
|
|
@@ -277,6 +481,12 @@ export var INDIVIDUAL_SCREENS_NAVIGATION = [
|
|
|
277
481
|
prev: '',
|
|
278
482
|
order: 1
|
|
279
483
|
},
|
|
484
|
+
{
|
|
485
|
+
name: 'INDIVIDUAL_OPERATOR_ERROR_STEP',
|
|
486
|
+
next: '',
|
|
487
|
+
prev: '',
|
|
488
|
+
order: 1
|
|
489
|
+
},
|
|
280
490
|
{
|
|
281
491
|
name: 'INDIVIDUAL_PERSONAL_INDIVIDUAL_INFO_STEP',
|
|
282
492
|
next: 'INDIVIDUAL_ADDITIONAL_INDIVIDUAL_INFO_STEP',
|
|
@@ -315,6 +525,18 @@ export var PASSWORD_SCREENS_NAVIGATION = [
|
|
|
315
525
|
prev: 'PASSWORD_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
|
|
316
526
|
order: 1
|
|
317
527
|
},
|
|
528
|
+
{
|
|
529
|
+
name: 'PASSWORD_LOADING_DATA_STEP',
|
|
530
|
+
next: 'PASSWORD_CREATE_PASSWORD_STEP',
|
|
531
|
+
prev: 'PASSWORD_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
|
|
532
|
+
order: 1
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
name: 'PASSWORD_OPERATOR_ERROR_STEP',
|
|
536
|
+
next: '',
|
|
537
|
+
prev: '',
|
|
538
|
+
order: 1
|
|
539
|
+
},
|
|
318
540
|
{
|
|
319
541
|
name: 'PASSWORD_CREATE_PASSWORD_STEP',
|
|
320
542
|
next: ['PASSWORD_SUCCESS_STEP', 'PASSWORD_RESET_PASSWORD_OTP_STEP'],
|
|
@@ -359,6 +581,12 @@ export var BANK_SCREENS_NAVIGATION = [
|
|
|
359
581
|
prev: 'BANK_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
|
|
360
582
|
order: 1
|
|
361
583
|
},
|
|
584
|
+
{
|
|
585
|
+
name: 'BANK_OPERATOR_ERROR_STEP',
|
|
586
|
+
next: '',
|
|
587
|
+
prev: '',
|
|
588
|
+
order: 1
|
|
589
|
+
},
|
|
362
590
|
{
|
|
363
591
|
name: 'BANK_BANK_DETAILS_STEP',
|
|
364
592
|
next: 'BANK_DETAILS_SUCCESS_STEP',
|
|
@@ -384,6 +612,38 @@ export var BANK_SCREENS_NAVIGATION = [
|
|
|
384
612
|
order: 5
|
|
385
613
|
}
|
|
386
614
|
];
|
|
615
|
+
export var BOARD_SCREENS_NAVIGATION = [
|
|
616
|
+
{
|
|
617
|
+
name: 'BOARD_VERIFY_STEP',
|
|
618
|
+
next: ['BOARD_SUCCESS_STEP', 'BOARD_SUCCESS_FLOWS_BUTTONS_STEP'],
|
|
619
|
+
prev: '',
|
|
620
|
+
order: 1
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
name: 'BOARD_LOADING_DATA_STEP',
|
|
624
|
+
next: 'BOARD_SUCCESS_FLOWS_BUTTONS_STEP',
|
|
625
|
+
prev: '',
|
|
626
|
+
order: 1
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
name: 'BOARD_OPERATOR_ERROR_STEP',
|
|
630
|
+
next: '',
|
|
631
|
+
prev: '',
|
|
632
|
+
order: 1
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
name: 'BOARD_SUCCESS_FLOWS_BUTTONS_STEP',
|
|
636
|
+
next: 'BOARD_RESET_PASSWORD_SUCCESS',
|
|
637
|
+
prev: '',
|
|
638
|
+
order: 2
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
name: 'BOARD_RESET_PASSWORD_SUCCESS',
|
|
642
|
+
next: '',
|
|
643
|
+
prev: 'BOARD_SUCCESS_FLOWS_BUTTONS_STEP',
|
|
644
|
+
order: 3
|
|
645
|
+
}
|
|
646
|
+
];
|
|
387
647
|
export var TAX_SCREENS_NAVIGATION = [
|
|
388
648
|
{
|
|
389
649
|
name: 'TAX_VERIFY_STEP',
|
|
@@ -397,6 +657,12 @@ export var TAX_SCREENS_NAVIGATION = [
|
|
|
397
657
|
prev: 'TAX_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
|
|
398
658
|
order: 1
|
|
399
659
|
},
|
|
660
|
+
{
|
|
661
|
+
name: 'TAX_OPERATOR_ERROR_STEP',
|
|
662
|
+
next: '',
|
|
663
|
+
prev: '',
|
|
664
|
+
order: 1
|
|
665
|
+
},
|
|
400
666
|
{
|
|
401
667
|
name: 'TAX_TAX_DETAILS_STEP',
|
|
402
668
|
next: 'TAX_DETAILS_SUCCESS_STEP',
|
|
@@ -435,6 +701,12 @@ export var SigIn_SCREENS_NAVIGATION = [
|
|
|
435
701
|
prev: 'SIGIN_MOBILE_STEP',
|
|
436
702
|
order: 1
|
|
437
703
|
},
|
|
704
|
+
{
|
|
705
|
+
name: 'SIGIN_OPERATOR_ERROR_STEP',
|
|
706
|
+
next: '',
|
|
707
|
+
prev: '',
|
|
708
|
+
order: 1
|
|
709
|
+
},
|
|
438
710
|
{
|
|
439
711
|
name: 'SIGIN_PASSWORD_STEP',
|
|
440
712
|
next: 'SIGIN_OTP_STEP',
|
|
@@ -461,6 +733,12 @@ export var ENTITY_SCREENS_NAVIGATION = [
|
|
|
461
733
|
prev: '',
|
|
462
734
|
order: 1
|
|
463
735
|
},
|
|
736
|
+
{
|
|
737
|
+
name: 'ENTITY_OPERATOR_ERROR_STEP',
|
|
738
|
+
next: '',
|
|
739
|
+
prev: '',
|
|
740
|
+
order: 1
|
|
741
|
+
},
|
|
464
742
|
{
|
|
465
743
|
name: 'ENTITY_NAME_STEP',
|
|
466
744
|
next: 'ENTITY_CAPITAL_STEP',
|
|
@@ -505,6 +783,12 @@ export var BRAND_SCREENS_NAVIGATION = [
|
|
|
505
783
|
prev: 'BRAND_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
|
|
506
784
|
order: 1
|
|
507
785
|
},
|
|
786
|
+
{
|
|
787
|
+
name: 'BRAND_OPERATOR_ERROR_STEP',
|
|
788
|
+
next: '',
|
|
789
|
+
prev: '',
|
|
790
|
+
order: 1
|
|
791
|
+
},
|
|
508
792
|
{
|
|
509
793
|
name: 'BRAND_INFO_STEP',
|
|
510
794
|
next: 'BRAND_SEGMENT_INFO_STEP',
|
|
@@ -590,7 +874,8 @@ export var SERVICE_NAME = {
|
|
|
590
874
|
};
|
|
591
875
|
export var IDENTIFICATION_TYPE = {
|
|
592
876
|
NID: 'national_id',
|
|
593
|
-
IQAMA: 'iqamah'
|
|
877
|
+
IQAMA: 'iqamah',
|
|
878
|
+
NAFATH: 'nafath'
|
|
594
879
|
};
|
|
595
880
|
export var CONNECT_STEP_NAMES = {
|
|
596
881
|
CREATE_AUTH_MOBILE: 'connect_create_auth_mobile',
|
|
@@ -606,6 +891,15 @@ export var CONNECT_STEP_NAMES = {
|
|
|
606
891
|
VERIFY_AUTH_PASSWORD: 'connect_verify_auth_password',
|
|
607
892
|
CONNECT_SUCCESS: 'connect_completed'
|
|
608
893
|
};
|
|
894
|
+
export var AUTH_STEP_NAMES = {
|
|
895
|
+
CREATE_AUTH_MOBILE: 'auth_create_auth_mobile',
|
|
896
|
+
CREATE_AUTH_EMAIL: 'auth_create_auth_email',
|
|
897
|
+
CREATE_AUTH_CIVIL_ID: 'auth_create_auth_civil_id',
|
|
898
|
+
VERIFY_AUTH_MOBILE: 'auth_verify_auth_mobile',
|
|
899
|
+
VERIFY_AUTH_EMAIL: 'auth_verify_auth_email',
|
|
900
|
+
CREATE_AUTH_NID: 'auth_create_auth_nid',
|
|
901
|
+
VERIFY_AUTH_NID: 'auth_verify_auth_nid'
|
|
902
|
+
};
|
|
609
903
|
export var CONNECT_EXPRESS_STEP_NAMES = {
|
|
610
904
|
CREATE_AUTH_MOBILE: 'connect_express_create_auth_mobile',
|
|
611
905
|
VERIFY_AUTH_MOBILE: 'connect_express_verify_auth_mobile',
|
|
@@ -678,6 +972,10 @@ export var BRAND_STEP_NAMES = {
|
|
|
678
972
|
BRAND_ACTIVITIES: 'brand_activities',
|
|
679
973
|
BRAND_SUCCESS: 'brand_completed'
|
|
680
974
|
};
|
|
975
|
+
export var BOARD_STEP_STEPS = {
|
|
976
|
+
PHONE_AUTH: 'board_phone_auth',
|
|
977
|
+
BOARD_INFO: 'board_info'
|
|
978
|
+
};
|
|
681
979
|
export var RSA_FRONTEND_MW_PUBLIC_KEY = "-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCgC9kH1SQvjbXAUXd0PbrDUG8P\nLhRig9pJNBmdQBZjihuaxfkzYu6ToMbIMAfmYgVgQw338/y7aQ8X3m03CXNIlkxo\nOwxKCA8ymKsZQptXJn9IxlPO7yjoFgTFBrpmTgvcC4XO1uoUYTAPq3szK8kj4zgT\nucWG1hSKsOdRU7sl/wIDAQAB\n-----END PUBLIC KEY-----";
|
|
682
980
|
export var ENCRYPTION_FLAG = 'encryption_contract';
|
|
683
981
|
export var BACKEND_ENCRYPTION_FLAG = 'backend_encryption_contract';
|
|
@@ -745,3 +1043,40 @@ export var DeleteFileStatus;
|
|
|
745
1043
|
DeleteFileStatus["ERROR"] = "error";
|
|
746
1044
|
DeleteFileStatus["SUCCESS"] = "success";
|
|
747
1045
|
})(DeleteFileStatus || (DeleteFileStatus = {}));
|
|
1046
|
+
export var ADD_ENTITY = 'add_entity';
|
|
1047
|
+
export var ADD_NEW_ENTITY = {
|
|
1048
|
+
id: ADD_ENTITY,
|
|
1049
|
+
business_id: '',
|
|
1050
|
+
country: '',
|
|
1051
|
+
legal_name: {
|
|
1052
|
+
ar: ADD_ENTITY,
|
|
1053
|
+
en: ADD_ENTITY
|
|
1054
|
+
},
|
|
1055
|
+
license: {
|
|
1056
|
+
number: ''
|
|
1057
|
+
},
|
|
1058
|
+
type: ''
|
|
1059
|
+
};
|
|
1060
|
+
export var COUNTRY_TO_CURRENCY = {
|
|
1061
|
+
SA: 'SAR',
|
|
1062
|
+
BH: 'BHD',
|
|
1063
|
+
EG: 'EGP',
|
|
1064
|
+
JO: 'JOD',
|
|
1065
|
+
KW: 'KWD',
|
|
1066
|
+
LB: 'LBP',
|
|
1067
|
+
OM: 'OMR',
|
|
1068
|
+
QA: 'QAR',
|
|
1069
|
+
AE: 'AED',
|
|
1070
|
+
US: 'USD',
|
|
1071
|
+
GB: 'GBP',
|
|
1072
|
+
IE: 'EUR',
|
|
1073
|
+
FR: 'EUR',
|
|
1074
|
+
NL: 'EUR',
|
|
1075
|
+
DE: 'EUR',
|
|
1076
|
+
ES: 'EUR',
|
|
1077
|
+
IT: 'EUR',
|
|
1078
|
+
PK: 'PKR',
|
|
1079
|
+
IN: 'INR',
|
|
1080
|
+
HK: 'HKD',
|
|
1081
|
+
SG: 'SGD'
|
|
1082
|
+
};
|
|
@@ -41,6 +41,8 @@ export declare const ICONS_NAMES: {
|
|
|
41
41
|
TAP_LOGO_TEXT_AR: string;
|
|
42
42
|
TAP_LOGO_TEXT_EN: string;
|
|
43
43
|
PACI_VERIFY_ICON: string;
|
|
44
|
+
NAFATH_LOGO: string;
|
|
45
|
+
NAFATH_VERIFY_ICON: string;
|
|
44
46
|
EXPRESS_ERROR_ICON: string;
|
|
45
47
|
TAP_EN: string;
|
|
46
48
|
TAP_AR: string;
|
|
@@ -104,4 +106,6 @@ export declare const ICONS_NAMES: {
|
|
|
104
106
|
Arrow_filled_right_icon: string;
|
|
105
107
|
Arrow_green_right_icon: string;
|
|
106
108
|
Arrow_white_right_icon: string;
|
|
109
|
+
account_not_found: string;
|
|
110
|
+
email_icon: string;
|
|
107
111
|
};
|
|
@@ -41,6 +41,8 @@ export var ICONS_NAMES = {
|
|
|
41
41
|
TAP_LOGO_TEXT_AR: ICONS_FULL_PATH + '/tap-white-text-ar' + ICONS_EXTENSION,
|
|
42
42
|
TAP_LOGO_TEXT_EN: ICONS_FULL_PATH + '/tap-white-text-en' + ICONS_EXTENSION,
|
|
43
43
|
PACI_VERIFY_ICON: ICONS_FULL_PATH + '/PACI_verify_icon' + '.png',
|
|
44
|
+
NAFATH_LOGO: 'https://tap-assets.b-cdn.net/icons/connect/light/nafath_button_logo.svg',
|
|
45
|
+
NAFATH_VERIFY_ICON: 'https://tap-assets.b-cdn.net/icons/connect/light/nafath_logo.svg',
|
|
44
46
|
EXPRESS_ERROR_ICON: ICONS_FULL_PATH + '/EXPRESS_error_icon' + '.svg',
|
|
45
47
|
TAP_EN: 'https://tap-connecet.b-cdn.net/imgs/tapEN' + ICONS_EXTENSION,
|
|
46
48
|
TAP_AR: 'https://tap-connecet.b-cdn.net/imgs/tapAR' + ICONS_EXTENSION,
|
|
@@ -103,5 +105,7 @@ export var ICONS_NAMES = {
|
|
|
103
105
|
brand_filled_icon: 'https://dash.b-cdn.net/icons/menu/brand-icon.svg',
|
|
104
106
|
Arrow_filled_right_icon: 'https://dash.b-cdn.net/icons/menu/right-arrow-filled-blue.svg',
|
|
105
107
|
Arrow_green_right_icon: 'https://dash.b-cdn.net/icons/menu/right-arrow-filled-green.svg',
|
|
106
|
-
Arrow_white_right_icon: 'https://dash.b-cdn.net/icons/menu/right-arrow-white.svg'
|
|
108
|
+
Arrow_white_right_icon: 'https://dash.b-cdn.net/icons/menu/right-arrow-white.svg',
|
|
109
|
+
account_not_found: 'https://tap-connecet.b-cdn.net/imgs/account_not_found.svg',
|
|
110
|
+
email_icon: 'https://tap-connecet.b-cdn.net/imgs/email_outlined.svg'
|
|
107
111
|
};
|