@tap-payments/auth-jsconnect 2.7.10-test → 2.8.0-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/@types/app.d.ts +18 -17
- package/build/@types/config.d.ts +1 -1
- package/build/@types/form.d.ts +25 -22
- package/build/@types/theme.d.ts +1 -1
- package/build/api/account.d.ts +2 -2
- package/build/api/auth.d.ts +15 -31
- package/build/api/auth.js +1 -1
- package/build/api/availabilityServices.d.ts +3 -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 +1 -1
- package/build/api/data.d.ts +11 -11
- package/build/api/document.d.ts +2 -2
- package/build/api/entity.d.ts +10 -10
- package/build/api/file.d.ts +1 -1
- package/build/api/individual.d.ts +5 -5
- package/build/api/init.d.ts +1 -1
- package/build/api/lead.d.ts +12 -12
- package/build/api/lead.js +1 -1
- package/build/api/operator.d.ts +2 -2
- package/build/api/operator.js +1 -1
- package/build/api/user.d.ts +2 -2
- package/build/app/settings.d.ts +21 -3
- package/build/app/settings.js +2 -2
- package/build/app/store.d.ts +4 -4
- 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/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 +3 -1
- package/build/constants/app.js +27 -7
- package/build/constants/assets.d.ts +1 -0
- package/build/constants/assets.js +2 -1
- package/build/constants/validation.d.ts +2 -0
- package/build/constants/validation.js +2 -0
- package/build/features/app/auth/authStore.d.ts +183 -18
- package/build/features/app/auth/authStore.js +152 -37
- package/build/features/app/bank/bankStore.d.ts +92 -11
- package/build/features/app/bank/bankStore.js +18 -11
- package/build/features/app/board/boardStore.d.ts +41 -5
- package/build/features/app/board/boardStore.js +1 -1
- package/build/features/app/brand/brandStore.d.ts +142 -16
- package/build/features/app/brand/brandStore.js +16 -10
- package/build/features/app/business/businessStore.d.ts +162 -18
- package/build/features/app/business/businessStore.js +1 -1
- package/build/features/app/connect/connectStore.d.ts +151 -16
- package/build/features/app/connect/connectStore.js +1 -1
- package/build/features/app/connectExpress/connectExpressStore.d.ts +271 -30
- package/build/features/app/connectExpress/connectExpressStore.js +35 -39
- package/build/features/app/entity/entityStore.d.ts +92 -11
- package/build/features/app/entity/entityStore.js +16 -10
- package/build/features/app/individual/individualStore.d.ts +189 -23
- package/build/features/app/individual/individualStore.js +19 -13
- package/build/features/app/password/passwordStore.d.ts +117 -13
- package/build/features/app/password/passwordStore.js +31 -19
- 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 +82 -10
- package/build/features/app/tax/taxStore.js +17 -11
- package/build/features/auth/Auth.d.ts +1 -2
- package/build/features/auth/Auth.js +6 -7
- 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/AccountNotFound/AccountNotFound.js +2 -5
- package/build/features/auth/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
- package/build/features/auth/screens/AuthSwitch/AuthSwitch.d.ts +5 -0
- package/build/features/auth/screens/AuthSwitch/AuthSwitch.js +45 -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 +1 -1
- package/build/features/auth/screens/AuthenticationList/AuthenticationList.js +2 -8
- 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/LicenseNumber.d.ts +1 -1
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.js +3 -3
- package/build/features/auth/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/auth/screens/CivilID/CivilID.js +4 -35
- 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/Mobile/Mobile.d.ts +1 -1
- package/build/features/auth/screens/Mobile/Mobile.js +6 -38
- package/build/features/auth/screens/Mobile/MobileNumber.js +6 -9
- package/build/features/auth/screens/NID/DOB.d.ts +1 -2
- package/build/features/auth/screens/NID/NID.d.ts +1 -1
- package/build/features/auth/screens/NID/NID.js +4 -34
- package/build/features/auth/screens/OTP/OTP.d.ts +1 -1
- package/build/features/auth/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/auth/screens/OTP/OTPInput.js +8 -1
- 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 +1 -1
- package/build/features/auth/screens/PreparingData/PreparingData.js +3 -0
- 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/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/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/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 +6 -3
- package/build/features/brand/screens/BrandInfo/SalesChannels.d.ts +1 -2
- package/build/features/brand/screens/BrandInfo/validation.js +2 -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/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/EntityLicenseList.d.ts +1 -1
- 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/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/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/RefundPolicy.d.ts +11 -19
- package/build/features/business/screens/Customers/TransactionPolicy.d.ts +1 -2
- 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/OTP/OTP.d.ts +1 -1
- package/build/features/business/screens/OTP/OTPInput.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/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/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 +6 -3
- 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/Merchant/validation.js +2 -2
- 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/NID/DOB.d.ts +1 -2
- 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/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/ConnectExpress.d.ts +1 -3
- package/build/features/connectExpress/ConnectExpress.js +6 -10
- 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/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 +6 -3
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.d.ts +1 -1
- 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/validation.js +2 -2
- 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/IdentityOTP/OTP.d.ts +1 -1
- package/build/features/connectExpress/screens/IdentityOTP/OTPInput.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/NID/DOB.d.ts +1 -2
- 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/SuccessWithFlowButtons/SuccessWithFlowButtons.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/CapitalShareCount.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.d.ts +1 -1
- 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/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/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 +15 -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/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/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/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/password/Password.d.ts +1 -2
- 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/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/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/AbsherButton.d.ts +1 -2
- package/build/features/shared/Button/Button.d.ts +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/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 +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/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 +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/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/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.d.ts +1 -1
- package/build/hooks/useAppConfig.js +2 -2
- package/build/hooks/useDataVerified.d.ts +1 -1
- package/build/hooks/useExcludeReadOnlyFelids.d.ts +2 -2
- 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/package.json +1 -1
|
@@ -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
|
@@ -44,6 +44,7 @@ var EXPRESS_LEAD_IDENTITY_AUTH_PATH = '/express/token/verify';
|
|
|
44
44
|
var EXPRESS_UPDATE_LEAD_PATH = '/express/lead';
|
|
45
45
|
var EXPRESS_CREATE_ACCOUNT = '/express/account';
|
|
46
46
|
var CONNECT_PATH = '/connect';
|
|
47
|
+
var CREATE_CONNECT = '/v3/connect';
|
|
47
48
|
var CREATE_AUTH_NID_PATH = "".concat(CONNECT_PATH, "/auth");
|
|
48
49
|
var VERIFY_AUTH_OTP_PATH = "".concat(CONNECT_PATH, "/auth");
|
|
49
50
|
var DOCUMENT_PATH = '/document';
|
|
@@ -113,6 +114,7 @@ export var ENDPOINT_PATHS = {
|
|
|
113
114
|
BUSINESS: BUSINESS_PATH,
|
|
114
115
|
RETRIEVE_ACTIVITIES_ISIC: RETRIEVE_ACTIVITIES_ISIC_PATH,
|
|
115
116
|
CONNECT: CONNECT_PATH,
|
|
117
|
+
CREATE_CONNECT: CREATE_CONNECT,
|
|
116
118
|
SEGMENT_LOCATION: SEGMENT_LOCATION_PATH,
|
|
117
119
|
SEGMENT_PROFIT: SEGMENT_PROFIT_PATH,
|
|
118
120
|
SEGMENT_TECH: SEGMENT_TECH_PATH,
|
package/build/constants/app.d.ts
CHANGED
|
@@ -97,8 +97,10 @@ export declare const CONNECT_STEP_NAMES: {
|
|
|
97
97
|
};
|
|
98
98
|
export declare const AUTH_STEP_NAMES: {
|
|
99
99
|
CREATE_AUTH_MOBILE: string;
|
|
100
|
+
CREATE_AUTH_EMAIL: string;
|
|
100
101
|
CREATE_AUTH_CIVIL_ID: string;
|
|
101
102
|
VERIFY_AUTH_MOBILE: string;
|
|
103
|
+
VERIFY_AUTH_EMAIL: string;
|
|
102
104
|
CREATE_AUTH_NID: string;
|
|
103
105
|
VERIFY_AUTH_NID: string;
|
|
104
106
|
};
|
|
@@ -245,7 +247,7 @@ export declare enum DeleteFileStatus {
|
|
|
245
247
|
ERROR = "error",
|
|
246
248
|
SUCCESS = "success"
|
|
247
249
|
}
|
|
248
|
-
export
|
|
250
|
+
export type FileInfo = {
|
|
249
251
|
fileId: string;
|
|
250
252
|
docId: string;
|
|
251
253
|
name: string;
|
package/build/constants/app.js
CHANGED
|
@@ -214,27 +214,39 @@ export var CONNECT_EXPRESS_SCREENS_NAVIGATION = [
|
|
|
214
214
|
}
|
|
215
215
|
];
|
|
216
216
|
export var AUTH_SCREENS_NAVIGATION = [
|
|
217
|
+
{
|
|
218
|
+
name: 'AUTH_SWITCH_STEP',
|
|
219
|
+
next: ['AUTH_NID_STEP', 'AUTH_CIVIL_ID_STEP', 'AUTH_MOBILE_STEP', 'AUTH_EMAIL_STEP'],
|
|
220
|
+
prev: 'AUTH_BUSINESS_COUNTRY_STEP',
|
|
221
|
+
order: 1
|
|
222
|
+
},
|
|
217
223
|
{
|
|
218
224
|
name: 'AUTH_NID_STEP',
|
|
219
225
|
next: 'AUTH_OTP_STEP',
|
|
220
|
-
prev: '
|
|
226
|
+
prev: 'AUTH_SWITCH_STEP',
|
|
221
227
|
order: 1
|
|
222
228
|
},
|
|
223
229
|
{
|
|
224
230
|
name: 'AUTH_CIVIL_ID_STEP',
|
|
225
231
|
next: 'AUTH_VERIFY_PACI_STEP',
|
|
226
|
-
prev: '
|
|
232
|
+
prev: 'AUTH_SWITCH_STEP',
|
|
227
233
|
order: 1
|
|
228
234
|
},
|
|
229
235
|
{
|
|
230
236
|
name: 'AUTH_MOBILE_STEP',
|
|
231
237
|
next: 'AUTH_OTP_STEP',
|
|
232
|
-
prev:
|
|
238
|
+
prev: 'AUTH_SWITCH_STEP',
|
|
239
|
+
order: 1
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
name: 'AUTH_EMAIL_STEP',
|
|
243
|
+
next: 'AUTH_PASSWORD_STEP',
|
|
244
|
+
prev: 'AUTH_SWITCH_STEP',
|
|
233
245
|
order: 1
|
|
234
246
|
},
|
|
235
247
|
{
|
|
236
248
|
name: 'AUTH_BUSINESS_COUNTRY_STEP',
|
|
237
|
-
next:
|
|
249
|
+
next: 'AUTH_SWITCH_STEP',
|
|
238
250
|
prev: '',
|
|
239
251
|
order: 1
|
|
240
252
|
},
|
|
@@ -244,6 +256,12 @@ export var AUTH_SCREENS_NAVIGATION = [
|
|
|
244
256
|
prev: ['AUTH_MOBILE_STEP', 'AUTH_NID_STEP'],
|
|
245
257
|
order: 2
|
|
246
258
|
},
|
|
259
|
+
{
|
|
260
|
+
name: 'AUTH_PASSWORD_STEP',
|
|
261
|
+
next: 'AUTH_PREPARING_DATA_STEP',
|
|
262
|
+
prev: 'AUTH_EMAIL_STEP',
|
|
263
|
+
order: 2
|
|
264
|
+
},
|
|
247
265
|
{
|
|
248
266
|
name: 'AUTH_VERIFY_PACI_STEP',
|
|
249
267
|
next: 'AUTH_PREPARING_DATA_STEP',
|
|
@@ -253,19 +271,19 @@ export var AUTH_SCREENS_NAVIGATION = [
|
|
|
253
271
|
{
|
|
254
272
|
name: 'AUTH_PREPARING_DATA_STEP',
|
|
255
273
|
next: ['AUTH_AUTHENTICATION_LIST_STEP', 'AUTH_ACCOUNT_NOT_FOUND_STEP'],
|
|
256
|
-
prev: ['AUTH_MOBILE_STEP', 'AUTH_NID_STEP', 'AUTH_CIVIL_ID_STEP'],
|
|
274
|
+
prev: ['AUTH_MOBILE_STEP', 'AUTH_NID_STEP', 'AUTH_CIVIL_ID_STEP', 'AUTH_EMAIL_STEP'],
|
|
257
275
|
order: 3
|
|
258
276
|
},
|
|
259
277
|
{
|
|
260
278
|
name: 'AUTH_ACCOUNT_NOT_FOUND_STEP',
|
|
261
279
|
next: '',
|
|
262
|
-
prev:
|
|
280
|
+
prev: 'AUTH_SWITCH_STEP',
|
|
263
281
|
order: 3
|
|
264
282
|
},
|
|
265
283
|
{
|
|
266
284
|
name: 'AUTH_AUTHENTICATION_LIST_STEP',
|
|
267
285
|
next: ['AUTH_MERCHANT_LIST_STEP', 'AUTH_ACCOUNT_CREATED_STEP'],
|
|
268
|
-
prev:
|
|
286
|
+
prev: 'AUTH_SWITCH_STEP',
|
|
269
287
|
order: 3
|
|
270
288
|
},
|
|
271
289
|
{
|
|
@@ -746,8 +764,10 @@ export var CONNECT_STEP_NAMES = {
|
|
|
746
764
|
};
|
|
747
765
|
export var AUTH_STEP_NAMES = {
|
|
748
766
|
CREATE_AUTH_MOBILE: 'auth_create_auth_mobile',
|
|
767
|
+
CREATE_AUTH_EMAIL: 'auth_create_auth_email',
|
|
749
768
|
CREATE_AUTH_CIVIL_ID: 'auth_create_auth_civil_id',
|
|
750
769
|
VERIFY_AUTH_MOBILE: 'auth_verify_auth_mobile',
|
|
770
|
+
VERIFY_AUTH_EMAIL: 'auth_verify_auth_email',
|
|
751
771
|
CREATE_AUTH_NID: 'auth_create_auth_nid',
|
|
752
772
|
VERIFY_AUTH_NID: 'auth_verify_auth_nid'
|
|
753
773
|
};
|
|
@@ -104,5 +104,6 @@ export var ICONS_NAMES = {
|
|
|
104
104
|
Arrow_filled_right_icon: 'https://dash.b-cdn.net/icons/menu/right-arrow-filled-blue.svg',
|
|
105
105
|
Arrow_green_right_icon: 'https://dash.b-cdn.net/icons/menu/right-arrow-filled-green.svg',
|
|
106
106
|
Arrow_white_right_icon: 'https://dash.b-cdn.net/icons/menu/right-arrow-white.svg',
|
|
107
|
-
account_not_found: 'https://tap-connecet.b-cdn.net/imgs/account_not_found.svg'
|
|
107
|
+
account_not_found: 'https://tap-connecet.b-cdn.net/imgs/account_not_found.svg',
|
|
108
|
+
email_icon: 'https://tap-connecet.b-cdn.net/imgs/email_outlined.svg'
|
|
108
109
|
};
|
|
@@ -10,6 +10,8 @@ export declare const LICENSE_NUMBER_MIN_LENGTH = 5;
|
|
|
10
10
|
export declare const FL_NUMBER_ENTITY_LENGTH = 50;
|
|
11
11
|
export declare const FL_MIN_LICENSE_LENGTH = 5;
|
|
12
12
|
export declare const CR_MIN_LICENSE_LENGTH = 5;
|
|
13
|
+
export declare const MAX_EMAIL_LENGTH = 50;
|
|
14
|
+
export declare const BRAND_NAME_MAX_LENGTH = 99;
|
|
13
15
|
export declare const KW_MIN_LICENSE_LENGTH = 3;
|
|
14
16
|
export declare const KW_MAX_LICENSE_LENGTH = 50;
|
|
15
17
|
export declare const SAUDI_NUMBER_LENGTH = 9;
|
|
@@ -10,6 +10,8 @@ export var LICENSE_NUMBER_MIN_LENGTH = 5;
|
|
|
10
10
|
export var FL_NUMBER_ENTITY_LENGTH = 50;
|
|
11
11
|
export var FL_MIN_LICENSE_LENGTH = 5;
|
|
12
12
|
export var CR_MIN_LICENSE_LENGTH = 5;
|
|
13
|
+
export var MAX_EMAIL_LENGTH = 50;
|
|
14
|
+
export var BRAND_NAME_MAX_LENGTH = 99;
|
|
13
15
|
export var KW_MIN_LICENSE_LENGTH = 3;
|
|
14
16
|
export var KW_MAX_LICENSE_LENGTH = 50;
|
|
15
17
|
export var SAUDI_NUMBER_LENGTH = 9;
|
|
@@ -1,53 +1,211 @@
|
|
|
1
1
|
import { RootState } from '../../../app/store';
|
|
2
|
-
import { ActionState, AuthForType, AuthMerchantFormValues, AuthenticationListFormValues, CivilFormValues, CountryCode, FlowsTypes, MobileFormValues, NIDFormValues, OTPFormValues, SharedState } from '../../../@types';
|
|
3
|
-
export declare const updateBusinessCountry: import("@reduxjs/toolkit").AsyncThunk<any, string, {
|
|
2
|
+
import { ActionState, AuthEmailFormValues, AuthForType, AuthMerchantFormValues, AuthenticationListFormValues, CivilFormValues, CountryCode, FlowsTypes, MobileFormValues, NIDFormValues, OTPFormValues, PasswordFormValues, SharedState } from '../../../@types';
|
|
3
|
+
export declare const updateBusinessCountry: import("@reduxjs/toolkit").AsyncThunk<any, string, {
|
|
4
|
+
state?: unknown;
|
|
5
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
6
|
+
extra?: unknown;
|
|
7
|
+
rejectValue?: unknown;
|
|
8
|
+
serializedErrorType?: unknown;
|
|
9
|
+
pendingMeta?: unknown;
|
|
10
|
+
fulfilledMeta?: unknown;
|
|
11
|
+
rejectedMeta?: unknown;
|
|
12
|
+
}>;
|
|
4
13
|
export declare const retrieveLeadIdentityByIdAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
5
14
|
data: any;
|
|
6
15
|
countryCode: CountryCode;
|
|
7
|
-
}, string, {
|
|
16
|
+
}, string, {
|
|
17
|
+
state?: unknown;
|
|
18
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
19
|
+
extra?: unknown;
|
|
20
|
+
rejectValue?: unknown;
|
|
21
|
+
serializedErrorType?: unknown;
|
|
22
|
+
pendingMeta?: unknown;
|
|
23
|
+
fulfilledMeta?: unknown;
|
|
24
|
+
rejectedMeta?: unknown;
|
|
25
|
+
}>;
|
|
8
26
|
export declare const createMobileAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
9
27
|
response: any;
|
|
10
28
|
formData: MobileFormValues;
|
|
11
|
-
}, MobileFormValues, {
|
|
29
|
+
}, MobileFormValues, {
|
|
30
|
+
state?: unknown;
|
|
31
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
32
|
+
extra?: unknown;
|
|
33
|
+
rejectValue?: unknown;
|
|
34
|
+
serializedErrorType?: unknown;
|
|
35
|
+
pendingMeta?: unknown;
|
|
36
|
+
fulfilledMeta?: unknown;
|
|
37
|
+
rejectedMeta?: unknown;
|
|
38
|
+
}>;
|
|
12
39
|
export declare const resendMobileAuthOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
13
40
|
response: any;
|
|
14
41
|
formData: MobileFormValues;
|
|
15
|
-
}, MobileFormValues, {
|
|
16
|
-
|
|
42
|
+
}, MobileFormValues, {
|
|
43
|
+
state?: unknown;
|
|
44
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
45
|
+
extra?: unknown;
|
|
46
|
+
rejectValue?: unknown;
|
|
47
|
+
serializedErrorType?: unknown;
|
|
48
|
+
pendingMeta?: unknown;
|
|
49
|
+
fulfilledMeta?: unknown;
|
|
50
|
+
rejectedMeta?: unknown;
|
|
51
|
+
}>;
|
|
52
|
+
export declare const verifyMobileOtp: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {
|
|
53
|
+
state?: unknown;
|
|
54
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
55
|
+
extra?: unknown;
|
|
56
|
+
rejectValue?: unknown;
|
|
57
|
+
serializedErrorType?: unknown;
|
|
58
|
+
pendingMeta?: unknown;
|
|
59
|
+
fulfilledMeta?: unknown;
|
|
60
|
+
rejectedMeta?: unknown;
|
|
61
|
+
}>;
|
|
62
|
+
export declare const createEmailAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
63
|
+
response: any;
|
|
64
|
+
formData: AuthEmailFormValues;
|
|
65
|
+
}, AuthEmailFormValues, {
|
|
66
|
+
state?: unknown;
|
|
67
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
68
|
+
extra?: unknown;
|
|
69
|
+
rejectValue?: unknown;
|
|
70
|
+
serializedErrorType?: unknown;
|
|
71
|
+
pendingMeta?: unknown;
|
|
72
|
+
fulfilledMeta?: unknown;
|
|
73
|
+
rejectedMeta?: unknown;
|
|
74
|
+
}>;
|
|
75
|
+
export declare const verifyEmailPassword: import("@reduxjs/toolkit").AsyncThunk<any, PasswordFormValues, {
|
|
76
|
+
state?: unknown;
|
|
77
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
78
|
+
extra?: unknown;
|
|
79
|
+
rejectValue?: unknown;
|
|
80
|
+
serializedErrorType?: unknown;
|
|
81
|
+
pendingMeta?: unknown;
|
|
82
|
+
fulfilledMeta?: unknown;
|
|
83
|
+
rejectedMeta?: unknown;
|
|
84
|
+
}>;
|
|
17
85
|
export declare const createNIDAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
18
86
|
response: any;
|
|
19
87
|
formData: NIDFormValues;
|
|
20
|
-
}, NIDFormValues, {
|
|
88
|
+
}, NIDFormValues, {
|
|
89
|
+
state?: unknown;
|
|
90
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
91
|
+
extra?: unknown;
|
|
92
|
+
rejectValue?: unknown;
|
|
93
|
+
serializedErrorType?: unknown;
|
|
94
|
+
pendingMeta?: unknown;
|
|
95
|
+
fulfilledMeta?: unknown;
|
|
96
|
+
rejectedMeta?: unknown;
|
|
97
|
+
}>;
|
|
21
98
|
export declare const resendNIDAuthOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
22
99
|
response: any;
|
|
23
100
|
formData: NIDFormValues;
|
|
24
|
-
}, NIDFormValues, {
|
|
25
|
-
|
|
101
|
+
}, NIDFormValues, {
|
|
102
|
+
state?: unknown;
|
|
103
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
104
|
+
extra?: unknown;
|
|
105
|
+
rejectValue?: unknown;
|
|
106
|
+
serializedErrorType?: unknown;
|
|
107
|
+
pendingMeta?: unknown;
|
|
108
|
+
fulfilledMeta?: unknown;
|
|
109
|
+
rejectedMeta?: unknown;
|
|
110
|
+
}>;
|
|
111
|
+
export declare const verifyNIDOtp: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {
|
|
112
|
+
state?: unknown;
|
|
113
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
114
|
+
extra?: unknown;
|
|
115
|
+
rejectValue?: unknown;
|
|
116
|
+
serializedErrorType?: unknown;
|
|
117
|
+
pendingMeta?: unknown;
|
|
118
|
+
fulfilledMeta?: unknown;
|
|
119
|
+
rejectedMeta?: unknown;
|
|
120
|
+
}>;
|
|
26
121
|
export declare const createCivilIdAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
27
122
|
response: any;
|
|
28
123
|
formData: CivilFormValues;
|
|
29
|
-
}, CivilFormValues, {
|
|
124
|
+
}, CivilFormValues, {
|
|
125
|
+
state?: unknown;
|
|
126
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
127
|
+
extra?: unknown;
|
|
128
|
+
rejectValue?: unknown;
|
|
129
|
+
serializedErrorType?: unknown;
|
|
130
|
+
pendingMeta?: unknown;
|
|
131
|
+
fulfilledMeta?: unknown;
|
|
132
|
+
rejectedMeta?: unknown;
|
|
133
|
+
}>;
|
|
30
134
|
interface verifyPACIParams {
|
|
31
135
|
onSuccess: () => void;
|
|
32
136
|
}
|
|
33
|
-
export declare const verifyPACI: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIParams, {
|
|
137
|
+
export declare const verifyPACI: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIParams, {
|
|
138
|
+
state?: unknown;
|
|
139
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
140
|
+
extra?: unknown;
|
|
141
|
+
rejectValue?: unknown;
|
|
142
|
+
serializedErrorType?: unknown;
|
|
143
|
+
pendingMeta?: unknown;
|
|
144
|
+
fulfilledMeta?: unknown;
|
|
145
|
+
rejectedMeta?: unknown;
|
|
146
|
+
}>;
|
|
34
147
|
export declare const checkAccountAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
35
148
|
brandList: any;
|
|
36
149
|
entityList: any;
|
|
37
|
-
}, void, {
|
|
150
|
+
}, void, {
|
|
151
|
+
state?: unknown;
|
|
152
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
153
|
+
extra?: unknown;
|
|
154
|
+
rejectValue?: unknown;
|
|
155
|
+
serializedErrorType?: unknown;
|
|
156
|
+
pendingMeta?: unknown;
|
|
157
|
+
fulfilledMeta?: unknown;
|
|
158
|
+
rejectedMeta?: unknown;
|
|
159
|
+
}>;
|
|
38
160
|
export declare const getMerchantList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
39
161
|
list: any;
|
|
40
162
|
brandInfo: import("../../../@types").BrandInfo | undefined;
|
|
41
163
|
entityInfo: import("../../../@types").EntityLicenseAuth | undefined;
|
|
42
|
-
}, AuthenticationListFormValues, {
|
|
164
|
+
}, AuthenticationListFormValues, {
|
|
165
|
+
state?: unknown;
|
|
166
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
167
|
+
extra?: unknown;
|
|
168
|
+
rejectValue?: unknown;
|
|
169
|
+
serializedErrorType?: unknown;
|
|
170
|
+
pendingMeta?: unknown;
|
|
171
|
+
fulfilledMeta?: unknown;
|
|
172
|
+
rejectedMeta?: unknown;
|
|
173
|
+
}>;
|
|
43
174
|
export declare const createEntity: import("@reduxjs/toolkit").AsyncThunk<{
|
|
44
175
|
data: any;
|
|
45
176
|
formData: AuthenticationListFormValues;
|
|
46
|
-
}, AuthenticationListFormValues, {
|
|
177
|
+
}, AuthenticationListFormValues, {
|
|
178
|
+
state?: unknown;
|
|
179
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
180
|
+
extra?: unknown;
|
|
181
|
+
rejectValue?: unknown;
|
|
182
|
+
serializedErrorType?: unknown;
|
|
183
|
+
pendingMeta?: unknown;
|
|
184
|
+
fulfilledMeta?: unknown;
|
|
185
|
+
rejectedMeta?: unknown;
|
|
186
|
+
}>;
|
|
47
187
|
export declare const confirmInfo: import("@reduxjs/toolkit").AsyncThunk<void, AuthenticationListFormValues & AuthMerchantFormValues & {
|
|
48
188
|
authId?: string | undefined;
|
|
49
|
-
}, {
|
|
50
|
-
|
|
189
|
+
}, {
|
|
190
|
+
state?: unknown;
|
|
191
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
192
|
+
extra?: unknown;
|
|
193
|
+
rejectValue?: unknown;
|
|
194
|
+
serializedErrorType?: unknown;
|
|
195
|
+
pendingMeta?: unknown;
|
|
196
|
+
fulfilledMeta?: unknown;
|
|
197
|
+
rejectedMeta?: unknown;
|
|
198
|
+
}>;
|
|
199
|
+
export declare const onSignUp: import("@reduxjs/toolkit").AsyncThunk<void, void, {
|
|
200
|
+
state?: unknown;
|
|
201
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
202
|
+
extra?: unknown;
|
|
203
|
+
rejectValue?: unknown;
|
|
204
|
+
serializedErrorType?: unknown;
|
|
205
|
+
pendingMeta?: unknown;
|
|
206
|
+
fulfilledMeta?: unknown;
|
|
207
|
+
rejectedMeta?: unknown;
|
|
208
|
+
}>;
|
|
51
209
|
interface ResponseData {
|
|
52
210
|
responseData?: Record<string, any>;
|
|
53
211
|
}
|
|
@@ -55,14 +213,19 @@ export interface authData {
|
|
|
55
213
|
mobileData: MobileFormValues;
|
|
56
214
|
nidData: NIDFormValues;
|
|
57
215
|
civilIdData: CivilFormValues;
|
|
216
|
+
emailData: AuthEmailFormValues;
|
|
58
217
|
otpData: OTPFormValues & {
|
|
59
|
-
authFor
|
|
218
|
+
authFor?: AuthForType;
|
|
219
|
+
};
|
|
220
|
+
passwordData: PasswordFormValues & {
|
|
221
|
+
authFor?: AuthForType.EMAIL;
|
|
60
222
|
};
|
|
61
223
|
leadId?: string;
|
|
62
224
|
isStartFromBusinessCountry?: boolean;
|
|
63
225
|
flowName: FlowsTypes;
|
|
64
226
|
authenticationData: AuthenticationListFormValues;
|
|
65
227
|
authMerchantData: AuthMerchantFormValues;
|
|
228
|
+
isBusinessCountryPassed: boolean;
|
|
66
229
|
}
|
|
67
230
|
export interface AuthState extends SharedState<authData & ResponseData> {
|
|
68
231
|
customLoading?: boolean;
|
|
@@ -72,11 +235,13 @@ export declare const authSlice: import("@reduxjs/toolkit").Slice<AuthState, {
|
|
|
72
235
|
setMobileCountryCode: (state: AuthState, action: ActionState<CountryCode>) => void;
|
|
73
236
|
clearError: (state: AuthState) => void;
|
|
74
237
|
storeIsStartFromBusinessCountry: (state: AuthState, action: ActionState<boolean>) => void;
|
|
238
|
+
storeIsBusinessCountryPassed: (state: AuthState, action: ActionState<boolean>) => void;
|
|
75
239
|
resetStore: (state: AuthState) => void;
|
|
76
240
|
resetOTPValue: (state: AuthState) => void;
|
|
241
|
+
resetPasswordValue: (state: AuthState) => void;
|
|
77
242
|
resetAuthenticationScreen: (state: AuthState) => void;
|
|
78
243
|
}, "auth/store">;
|
|
79
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
244
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"auth/store/clearError">, resetStore: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"auth/store/resetStore">, setMobileCountryCode: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, "auth/store/setMobileCountryCode">, setLeadId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "auth/store/setLeadId">, resetOTPValue: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"auth/store/resetOTPValue">, storeIsStartFromBusinessCountry: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "auth/store/storeIsStartFromBusinessCountry">, resetAuthenticationScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"auth/store/resetAuthenticationScreen">, storeIsBusinessCountryPassed: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "auth/store/storeIsBusinessCountryPassed">, resetPasswordValue: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"auth/store/resetPasswordValue">;
|
|
80
245
|
declare const _default: import("redux").Reducer<AuthState, import("redux").AnyAction>;
|
|
81
246
|
export default _default;
|
|
82
247
|
export declare const authSelector: (state: RootState) => AuthState;
|