@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.
- package/README.md +2 -2
- package/build/@types/app.d.ts +25 -18
- package/build/@types/app.js +7 -0
- package/build/@types/config.d.ts +1 -1
- package/build/@types/form.d.ts +32 -27
- package/build/@types/theme.d.ts +1 -1
- package/build/api/account.d.ts +4 -4
- package/build/api/account.js +7 -4
- package/build/api/auth.d.ts +17 -16
- package/build/api/auth.js +7 -3
- package/build/api/availabilityServices.d.ts +3 -3
- package/build/api/axios.d.ts +1 -1
- 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 +1 -1
- package/build/api/data.d.ts +8 -8
- package/build/api/document.d.ts +2 -2
- package/build/api/entity.d.ts +13 -10
- package/build/api/file.d.ts +1 -1
- package/build/api/firebase.js +1 -1
- package/build/api/headers.d.ts +5 -0
- package/build/api/headers.js +3 -0
- package/build/api/index.d.ts +4 -4
- package/build/api/individual.d.ts +5 -5
- package/build/api/init.d.ts +1 -1
- package/build/api/lead.d.ts +14 -13
- package/build/api/lead.js +1 -1
- package/build/api/operator.d.ts +3 -3
- package/build/api/operator.js +6 -3
- package/build/api/user.d.ts +3 -3
- package/build/app/settings.d.ts +22 -3
- package/build/app/settings.js +9 -6
- package/build/app/store.d.ts +4 -4
- package/build/assets/currencies/AEDSymbol.d.ts +7 -0
- package/build/assets/currencies/AEDSymbol.js +28 -0
- package/build/assets/currencies/SARSymbol.d.ts +7 -0
- package/build/assets/currencies/SARSymbol.js +28 -0
- package/build/assets/currencies/index.d.ts +2 -0
- package/build/assets/currencies/index.js +2 -0
- package/build/assets/currencies/utils.d.ts +4 -0
- package/build/assets/currencies/utils.js +6 -0
- package/build/assets/locales/ar.json +53 -7
- package/build/assets/locales/en.json +58 -11
- package/build/components/AnimationFlow/AnimationFlow.d.ts +1 -1
- package/build/components/AnimationFlow/BottomSheet.d.ts +1 -1
- package/build/components/AnimationFlow/Dialog.d.ts +1 -1
- package/build/components/AnimationFlow/Error.d.ts +1 -2
- package/build/components/AnimationFlow/Loader.d.ts +1 -2
- 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 +1 -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/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/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/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/TextWithCurrency/TextWithCurrency.d.ts +6 -0
- package/build/components/TextWithCurrency/TextWithCurrency.js +14 -0
- package/build/components/TextWithCurrency/index.d.ts +2 -0
- package/build/components/TextWithCurrency/index.js +2 -0
- 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/Warning/Warning.d.ts +1 -1
- package/build/constants/api.d.ts +1 -0
- package/build/constants/api.js +2 -0
- package/build/constants/app.d.ts +13 -1
- package/build/constants/app.js +139 -26
- package/build/constants/assets.d.ts +12 -3
- package/build/constants/assets.js +123 -105
- package/build/constants/dummy.js +27 -20
- package/build/constants/validation.d.ts +1 -0
- package/build/constants/validation.js +1 -0
- package/build/features/app/auth/authStore.d.ts +232 -24
- package/build/features/app/auth/authStore.js +194 -117
- package/build/features/app/bank/bankStore.d.ts +93 -12
- package/build/features/app/bank/bankStore.js +25 -21
- package/build/features/app/board/boardStore.d.ts +41 -5
- package/build/features/app/board/boardStore.js +12 -8
- package/build/features/app/brand/brandStore.d.ts +143 -17
- package/build/features/app/brand/brandStore.js +23 -19
- package/build/features/app/business/businessStore.d.ts +192 -21
- package/build/features/app/business/businessStore.js +46 -37
- package/build/features/app/connect/connectStore.d.ts +186 -23
- package/build/features/app/connect/connectStore.js +49 -32
- package/build/features/app/connectExpress/connectExpressStore.d.ts +324 -36
- package/build/features/app/connectExpress/connectExpressStore.js +236 -47
- package/build/features/app/entity/entityStore.d.ts +93 -12
- package/build/features/app/entity/entityStore.js +22 -18
- package/build/features/app/individual/individualStore.d.ts +186 -24
- package/build/features/app/individual/individualStore.js +34 -29
- package/build/features/app/kyc/kycStore.d.ts +62 -8
- package/build/features/app/kyc/kycStore.js +1 -1
- package/build/features/app/password/passwordStore.d.ts +123 -15
- package/build/features/app/password/passwordStore.js +45 -47
- package/build/features/app/signIn/signInStore.d.ts +61 -7
- package/build/features/app/signIn/signInStore.js +13 -17
- package/build/features/app/tax/taxStore.d.ts +83 -11
- package/build/features/app/tax/taxStore.js +22 -18
- package/build/features/auth/Auth.d.ts +2 -3
- package/build/features/auth/Auth.js +1 -1
- package/build/features/auth/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
- package/build/features/auth/screens/AccountNotFound/AccountNotFound.d.ts +1 -1
- package/build/features/auth/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
- package/build/features/auth/screens/AuthSwitch/AuthSwitch.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/BrandList.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/EntityLegalName.d.ts +1 -2
- package/build/features/auth/screens/AuthenticationList/EntityLicenseType.d.ts +3 -3
- package/build/features/auth/screens/AuthenticationList/EntityList.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/EntityList.js +2 -2
- package/build/features/auth/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/auth/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/auth/screens/DOB/DOB.d.ts +1 -2
- package/build/features/auth/screens/DOB/DOBForm.d.ts +1 -1
- package/build/features/auth/screens/Email/Email.d.ts +1 -1
- package/build/features/auth/screens/EmailSent/EmailSent.d.ts +1 -1
- package/build/features/auth/screens/MigratingData/MigratingData.d.ts +1 -1
- package/build/features/auth/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/auth/screens/NID/NID.d.ts +1 -1
- package/build/features/auth/screens/OTP/OTP.d.ts +6 -3
- package/build/features/auth/screens/OTP/OTP.js +15 -3
- package/build/features/auth/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/auth/screens/OTP/index.d.ts +1 -2
- package/build/features/auth/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/auth/screens/Passcode/Passcode.d.ts +8 -0
- package/build/features/auth/screens/Passcode/Passcode.js +82 -0
- package/build/features/auth/screens/Passcode/PasscodeInput.d.ts +6 -0
- package/build/features/auth/screens/Passcode/PasscodeInput.js +42 -0
- package/build/features/auth/screens/Passcode/index.d.ts +2 -0
- package/build/features/auth/screens/Passcode/index.js +2 -0
- package/build/features/auth/screens/Passcode/validation.d.ts +8 -0
- package/build/features/auth/screens/Passcode/validation.js +4 -0
- package/build/features/auth/screens/Password/Password.d.ts +1 -1
- package/build/features/auth/screens/Password/PasswordField.d.ts +1 -1
- package/build/features/auth/screens/PreparingData/PreparingData.d.ts +1 -1
- package/build/features/auth/screens/ResetPasswordMessage/ResetPasswordMessage.d.ts +1 -1
- package/build/features/auth/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/auth/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/bank/Bank.d.ts +1 -2
- package/build/features/bank/screens/BankDetails/BankDetails.d.ts +1 -2
- 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 +1 -1
- 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/Verify/OTPInput.d.ts +1 -1
- package/build/features/bank/screens/Verify/Verify.d.ts +1 -1
- package/build/features/board/Board.d.ts +1 -2
- package/build/features/board/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/board/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/board/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/board/screens/Verify/Verify.d.ts +1 -1
- package/build/features/brand/Brand.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +13 -29
- package/build/features/brand/screens/BrandActivities/BrandActivities.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +13 -37
- 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 +3 -8
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +12 -20
- package/build/features/brand/screens/BrandActivities/TAC.d.ts +3 -3
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +2 -3
- package/build/features/brand/screens/BrandInfo/BrandInfo.d.ts +1 -2
- package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +2 -3
- package/build/features/brand/screens/BrandInfo/BrandName.d.ts +1 -1
- package/build/features/brand/screens/BrandInfo/BrandName.js +1 -1
- package/build/features/brand/screens/BrandInfo/SalesChannels.d.ts +1 -2
- package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.d.ts +1 -2
- 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 +1 -1
- 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/Verify/OTPInput.d.ts +1 -1
- package/build/features/brand/screens/Verify/Verify.d.ts +1 -1
- package/build/features/business/Business.d.ts +1 -2
- package/build/features/business/screens/Activities/Activities.d.ts +1 -2
- 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 +5 -13
- 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 +13 -2
- package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +1 -1
- package/build/features/business/screens/BusinessType/EntityLicenseList.js +11 -5
- package/build/features/business/screens/BusinessType/EntityName.d.ts +1 -2
- 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 +15 -7
- package/build/features/business/screens/BusinessType/LicenseNumber.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseType.d.ts +4 -4
- 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/UnifiedNumber.d.ts +35 -0
- package/build/features/business/screens/BusinessType/UnifiedNumber.js +84 -0
- package/build/features/business/screens/BusinessType/validation.d.ts +6 -3
- package/build/features/business/screens/BusinessType/validation.js +31 -10
- package/build/features/business/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +17 -41
- package/build/features/business/screens/Customers/Customers.d.ts +1 -1
- package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +1 -2
- package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +1 -2
- package/build/features/business/screens/Customers/ExpectedSalesRange.js +3 -8
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +12 -20
- package/build/features/business/screens/Customers/TransactionPolicy.d.ts +2 -3
- package/build/features/business/screens/DOB/DOB.d.ts +1 -1
- package/build/features/business/screens/DOB/DOBForm.d.ts +1 -1
- 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/IDBOD.d.ts +1 -1
- package/build/features/business/screens/MobileOwnership/CollectMobileOwnership.d.ts +1 -2
- package/build/features/business/screens/MobileOwnership/MobileNumber.d.ts +1 -1
- package/build/features/business/screens/OperatorError/OperatorError.d.ts +1 -1
- 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/Verify/OTPInput.d.ts +1 -1
- package/build/features/business/screens/Verify/Verify.d.ts +1 -1
- package/build/features/business/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/business/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connect/Connect.d.ts +1 -2
- package/build/features/connect/Connect.js +1 -1
- package/build/features/connect/screens/BrandSegment/BrandSegment.d.ts +1 -1
- package/build/features/connect/screens/BrandSegment/TeamSize.d.ts +1 -2
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/connect/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/connect/screens/DOB/DOB.d.ts +1 -2
- package/build/features/connect/screens/DOB/DOBForm.d.ts +1 -1
- 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/Name.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandName.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandName.js +1 -1
- package/build/features/connect/screens/Merchant/Merchant.d.ts +1 -1
- package/build/features/connect/screens/Merchant/SalesChannels.d.ts +1 -2
- package/build/features/connect/screens/Merchant/TAC.d.ts +1 -1
- package/build/features/connect/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/connect/screens/Mobile/Title.d.ts +1 -1
- package/build/features/connect/screens/MobileOwnership/CollectMobileOwnership.d.ts +1 -2
- package/build/features/connect/screens/MobileOwnership/MobileNumber.d.ts +1 -1
- package/build/features/connect/screens/NID/NID.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTP.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/connect/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/connect/screens/ThankYou/ThankYou.d.ts +1 -1
- package/build/features/connect/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/ConnectExpress.d.ts +1 -2
- package/build/features/connectExpress/ConnectExpress.js +1 -1
- package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.d.ts +1 -1
- package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/BrandList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.d.ts +1 -2
- package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.d.ts +3 -3
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.js +2 -2
- package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/Brand/Brand.d.ts +1 -1
- package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/connectExpress/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/connectExpress/screens/CivilIDMissed/CivilID.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +1 -0
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.js +23 -7
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +2 -2
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +4 -4
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +3 -3
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/UnifiedNumber.d.ts +36 -0
- package/build/features/connectExpress/screens/CollectBusinessInfo/UnifiedNumber.js +81 -0
- package/build/features/connectExpress/screens/CollectBusinessInfo/validation.d.ts +6 -3
- package/build/features/connectExpress/screens/CollectBusinessInfo/validation.js +57 -21
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.d.ts +1 -1
- 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/Name.d.ts +1 -1
- package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.d.ts +1 -1
- package/build/features/connectExpress/screens/DOB/DOB.d.ts +1 -2
- package/build/features/connectExpress/screens/DOB/DOBForm.d.ts +1 -1
- package/build/features/connectExpress/screens/GenericPrepareDataLoading/GenericPrepareDataLoading.d.ts +1 -2
- package/build/features/connectExpress/screens/IdentityVerifyNafath/IdentityVerifyNafath.d.ts +1 -1
- package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/TAC.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Title.d.ts +1 -1
- package/build/features/connectExpress/screens/MobileOwnership/CollectMobileOwnership.d.ts +1 -2
- package/build/features/connectExpress/screens/MobileOwnership/MobileNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/TAC.d.ts +3 -3
- package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +1 -2
- package/build/features/connectExpress/screens/NIDMissed/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/OTP/OTP.d.ts +1 -1
- package/build/features/connectExpress/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/connectExpress/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.d.ts +1 -1
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/OTPInput.d.ts +5 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/OTPInput.js +49 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/VerifyMobileAuthOTP.d.ts +5 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/VerifyMobileAuthOTP.js +88 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/index.d.ts +3 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/index.js +2 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/validation.d.ts +8 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/validation.js +4 -0
- package/build/features/connectExpress/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/entity/Entity.d.ts +1 -2
- 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 +3 -7
- 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 +3 -7
- package/build/features/entity/screens/EntityCapital/EntityCapital.d.ts +1 -2
- 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 +16 -15
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +13 -29
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +5 -13
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +5 -13
- package/build/features/entity/screens/EntityName/LegalName.d.ts +1 -1
- 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/UnifiedNumber.d.ts +1 -1
- package/build/features/entity/screens/EntityName/UnifiedNumber.js +2 -2
- package/build/features/entity/screens/EntityName/validation.d.ts +50 -48
- package/build/features/entity/screens/EntityName/validation.js +100 -85
- package/build/features/entity/screens/OperatorError/OperatorError.d.ts +1 -1
- 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/Verify/OTPInput.d.ts +1 -1
- package/build/features/entity/screens/Verify/Verify.d.ts +1 -1
- package/build/features/featuresScreens.js +65 -0
- package/build/features/individual/Individual.d.ts +1 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +5 -13
- 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 +3 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +3 -8
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +3 -3
- 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 +3 -8
- 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/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/UserList.d.ts +1 -2
- 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 +4 -4
- package/build/features/individual/screens/IndividualPersonalInfo/ID.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +5 -13
- package/build/features/individual/screens/IndividualPersonalInfo/Name.d.ts +1 -1
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.d.ts +1 -1
- package/build/features/individual/screens/OperatorError/OperatorError.d.ts +1 -1
- 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/Verify/OTPInput.d.ts +1 -1
- package/build/features/individual/screens/Verify/Verify.d.ts +1 -1
- package/build/features/kyc/KYC.d.ts +1 -2
- package/build/features/kyc/screens/AlreadySubmitted/AlreadySubmitted.d.ts +1 -1
- package/build/features/kyc/screens/Loading/Loading.d.ts +2 -2
- package/build/features/kyc/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/kyc/screens/Success/Success.d.ts +1 -1
- package/build/features/kyc/screens/Terms/Header.d.ts +1 -1
- package/build/features/kyc/screens/Terms/Terms.d.ts +2 -2
- package/build/features/kyc/screens/TokenError/TokenError.d.ts +1 -1
- package/build/features/kyc/screens/Users/Users.d.ts +1 -1
- package/build/features/kyc/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/kyc/screens/VerifyPaci/VerifyPACI.d.ts +1 -1
- package/build/features/password/Password.d.ts +1 -2
- package/build/features/password/Password.js +1 -1
- 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/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/OTPInput.d.ts +1 -1
- package/build/features/password/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- 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/Verify/OTPInput.d.ts +1 -1
- package/build/features/password/screens/Verify/Verify.d.ts +1 -1
- 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 +13 -29
- package/build/features/shared/Address/InputSelect.d.ts +13 -29
- 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 +1 -1
- package/build/features/shared/Background/LogoBackground.d.ts +1 -1
- package/build/features/shared/Background/LogoBackground.js +5 -17
- package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.d.ts +1 -2
- package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +1 -2
- package/build/features/shared/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/shared/Button/Button.d.ts +1 -2
- package/build/features/shared/Button/Button.js +1 -2
- package/build/features/shared/Button/EmailProvidersButtons.d.ts +2 -3
- package/build/features/shared/Button/FlowsButtons.d.ts +2 -3
- package/build/features/shared/Button/FlowsButtons.js +1 -1
- 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 +1 -2
- package/build/features/shared/Button/SuccessButton.d.ts +1 -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 +1 -1
- 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 +1 -1
- 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/PoweredByFooter.d.ts +2 -3
- package/build/features/shared/GenericError/GenericError.d.ts +1 -1
- package/build/features/shared/Input/Input.d.ts +7 -15
- 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 +1 -1
- package/build/features/shared/OTP/OTP.d.ts +1 -1
- package/build/features/shared/OTPVerifySecurityError/OTPVerifySecurityError.d.ts +3 -0
- package/build/features/shared/OTPVerifySecurityError/OTPVerifySecurityError.js +9 -0
- package/build/features/shared/OTPVerifySecurityError/index.d.ts +2 -0
- package/build/features/shared/OTPVerifySecurityError/index.js +2 -0
- 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 +1 -1
- package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -1
- package/build/features/shared/UploadFile/FileUpload.d.ts +4 -4
- package/build/features/shared/UploadFile/FileUpload.js +1 -1
- package/build/features/shared/UploadFile/UploadFile.d.ts +3 -3
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +3 -3
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +4 -4
- package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +3 -3
- package/build/features/signIn/SignIn.d.ts +1 -2
- 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/OTP/OTP.d.ts +1 -1
- package/build/features/signIn/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/signIn/screens/OperatorError/OperatorError.d.ts +1 -1
- 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 +1 -2
- package/build/features/tax/screens/OperatorError/OperatorError.d.ts +1 -1
- 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/TaxDetails/ConfirmPolicy.d.ts +2 -3
- package/build/features/tax/screens/TaxDetails/TaxDetails.d.ts +1 -2
- 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/hooks/useAppConfig.js +1 -1
- package/build/hooks/useDataVerified.d.ts +1 -1
- package/build/hooks/useExcludeReadOnlyFelids.d.ts +2 -2
- package/build/hooks/useFormDirtyCheck.d.ts +3 -3
- 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/utils/array.js +1 -1
- package/build/utils/common.d.ts +1 -1
- package/build/utils/common.js +14 -8
- package/build/utils/error.d.ts +2 -0
- package/build/utils/error.js +6 -0
- package/build/utils/string.d.ts +3 -2
- package/build/utils/string.js +4 -1
- package/build/utils/validation.js +1 -1
- 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<
|
|
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,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;
|
|
@@ -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
|
};
|
package/build/constants/api.d.ts
CHANGED
package/build/constants/api.js
CHANGED
|
@@ -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,
|
package/build/constants/app.d.ts
CHANGED
|
@@ -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
|
|
294
|
+
export type FileInfo = {
|
|
283
295
|
fileId: string;
|
|
284
296
|
docId: string;
|
|
285
297
|
name: string;
|
package/build/constants/app.js
CHANGED
|
@@ -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: [
|
|
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: [
|
|
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:
|
|
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:
|
|
307
|
+
order: 9
|
|
278
308
|
},
|
|
279
309
|
{
|
|
280
310
|
name: 'CONNECT_EXPRESS_ACCOUNT_ALREADY_CREATED_STEP',
|
|
281
311
|
next: '',
|
|
282
312
|
prev: '',
|
|
283
|
-
order:
|
|
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:
|
|
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: [
|
|
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: [
|
|
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
|
};
|