@tap-payments/auth-jsconnect 2.8.58-development → 2.8.59-development
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 +17 -17
- package/build/@types/config.d.ts +1 -1
- package/build/@types/form.d.ts +23 -23
- package/build/@types/theme.d.ts +1 -1
- package/build/api/account.d.ts +2 -2
- package/build/api/auth.d.ts +13 -13
- 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/firebase.js +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 +3 -21
- package/build/app/settings.js +1 -1
- 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 +2 -1
- package/build/components/AnimationFlow/Loader.d.ts +2 -1
- 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 +2 -1
- package/build/components/DatePicker/DatePicker.d.ts +1 -1
- package/build/components/ExpandIcon/ExpandIcon.d.ts +2 -1
- package/build/components/FileInput/DragAndDrop.d.ts +2 -1
- package/build/components/FileInput/UploadInput.d.ts +2 -1
- 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 +2 -1
- 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/app.d.ts +1 -1
- package/build/features/app/auth/authStore.d.ts +21 -201
- package/build/features/app/auth/authStore.js +1 -1
- package/build/features/app/bank/bankStore.d.ts +12 -93
- package/build/features/app/bank/bankStore.js +1 -1
- package/build/features/app/board/boardStore.d.ts +5 -41
- package/build/features/app/board/boardStore.js +1 -1
- package/build/features/app/brand/brandStore.d.ts +17 -143
- package/build/features/app/brand/brandStore.js +1 -1
- package/build/features/app/business/businessStore.d.ts +18 -162
- package/build/features/app/business/businessStore.js +1 -1
- package/build/features/app/connect/connectStore.d.ts +16 -151
- package/build/features/app/connect/connectStore.js +1 -1
- package/build/features/app/connectExpress/connectExpressStore.d.ts +29 -281
- package/build/features/app/connectExpress/connectExpressStore.js +4 -3
- package/build/features/app/entity/entityStore.d.ts +12 -93
- package/build/features/app/entity/entityStore.js +1 -1
- package/build/features/app/individual/individualStore.d.ts +24 -186
- package/build/features/app/individual/individualStore.js +1 -1
- package/build/features/app/password/passwordStore.d.ts +15 -123
- package/build/features/app/password/passwordStore.js +1 -1
- package/build/features/app/signIn/signInStore.d.ts +7 -61
- package/build/features/app/signIn/signInStore.js +1 -1
- package/build/features/app/tax/taxStore.d.ts +11 -83
- package/build/features/app/tax/taxStore.js +1 -1
- package/build/features/auth/Auth.d.ts +2 -1
- 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 +2 -1
- package/build/features/auth/screens/AuthenticationList/EntityLicenseType.d.ts +27 -5
- 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 +1 -1
- package/build/features/auth/screens/CivilID/CivilID.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/DOB.d.ts +2 -1
- package/build/features/auth/screens/NID/NID.d.ts +1 -1
- 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/OperatorError/OperatorError.d.ts +1 -1
- 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/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/bank/Bank.d.ts +2 -1
- package/build/features/bank/screens/BankDetails/BankDetails.d.ts +2 -1
- package/build/features/bank/screens/BankDetails/BankName.d.ts +3 -2
- package/build/features/bank/screens/BankDetails/BankStatement.d.ts +3 -2
- package/build/features/bank/screens/BankDetails/Beneficiary.d.ts +2 -1
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +3 -2
- package/build/features/bank/screens/BankDetails/IBAN.d.ts +2 -1
- 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 +2 -1
- package/build/features/board/screens/OperatorError/OperatorError.d.ts +1 -1
- 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 +2 -1
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +58 -15
- package/build/features/brand/screens/BrandActivities/BrandActivities.d.ts +2 -1
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +37 -13
- package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +2 -1
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +2 -1
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +31 -10
- package/build/features/brand/screens/BrandActivities/TAC.d.ts +8 -3
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +3 -2
- package/build/features/brand/screens/BrandInfo/BrandInfo.d.ts +2 -1
- package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +3 -2
- 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 +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.d.ts +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.d.ts +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.d.ts +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.d.ts +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/TeamSize.d.ts +2 -1
- 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 +2 -1
- package/build/features/business/screens/Activities/Activities.d.ts +2 -1
- package/build/features/business/screens/Activities/ActivitiesList.d.ts +25 -9
- package/build/features/business/screens/Activities/LicenseName.d.ts +1 -1
- package/build/features/business/screens/Activities/OperationStartDate.d.ts +13 -5
- 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 +13 -5
- package/build/features/business/screens/BusinessType/Article.d.ts +3 -2
- 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 +2 -1
- package/build/features/business/screens/BusinessType/LicenseCertificate.d.ts +2 -1
- 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 +28 -6
- 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 +70 -19
- package/build/features/business/screens/Customers/Customers.d.ts +1 -1
- package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +2 -1
- package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +2 -1
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +31 -10
- package/build/features/business/screens/Customers/TransactionPolicy.d.ts +3 -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/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/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connect/Connect.d.ts +2 -1
- 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 +2 -1
- 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 +1 -1
- package/build/features/connect/screens/Merchant/Merchant.d.ts +1 -1
- package/build/features/connect/screens/Merchant/SalesChannels.d.ts +2 -1
- 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/NID/DOB.d.ts +2 -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/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/ConnectExpress.d.ts +2 -1
- 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 +2 -1
- package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.d.ts +27 -5
- 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 +1 -1
- 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 +28 -6
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +8 -3
- 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 +2 -1
- package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/TAC.d.ts +8 -3
- package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +2 -1
- 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/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/entity/Entity.d.ts +2 -1
- package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +25 -9
- 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 +2 -1
- package/build/features/entity/screens/EntityName/Article.d.ts +3 -2
- package/build/features/entity/screens/EntityName/EntityName.d.ts +2 -1
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +58 -15
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +13 -5
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +13 -5
- package/build/features/entity/screens/EntityName/LegalName.d.ts +1 -1
- package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +2 -1
- 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/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/individual/Individual.d.ts +2 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +13 -5
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +3 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.d.ts +27 -5
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +2 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +27 -5
- 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 +2 -1
- 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 +25 -9
- package/build/features/individual/screens/IndividualList/UserList.d.ts +2 -1
- 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 +28 -6
- package/build/features/individual/screens/IndividualPersonalInfo/ID.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +13 -5
- 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/password/Password.d.ts +2 -1
- package/build/features/password/Password.js +1 -1
- package/build/features/password/screens/CreatePassword/ConditionText.d.ts +2 -1
- 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 +2 -1
- 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 +2 -1
- package/build/features/shared/Address/Address.d.ts +2 -1
- package/build/features/shared/Address/CountryList.d.ts +46 -14
- package/build/features/shared/Address/InputSelect.d.ts +46 -14
- 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 +2 -1
- package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +2 -1
- package/build/features/shared/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/shared/Button/AbsherButton.d.ts +2 -1
- package/build/features/shared/Button/Button.d.ts +2 -1
- package/build/features/shared/Button/EmailProvidersButtons.d.ts +3 -2
- package/build/features/shared/Button/FlowsButtons.d.ts +3 -2
- 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 +2 -1
- package/build/features/shared/Button/SuccessButton.d.ts +2 -1
- package/build/features/shared/Calender/Calender.d.ts +2 -1
- package/build/features/shared/CheckIcon/CheckIcon.d.ts +3 -2
- package/build/features/shared/Chip/Chip.d.ts +2 -1
- package/build/features/shared/ClearIcon/ClearIcon.d.ts +2 -1
- 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 +2 -1
- package/build/features/shared/Dialog/DialogContainer.d.ts +1 -1
- package/build/features/shared/Dot/Dot.d.ts +2 -1
- package/build/features/shared/EndAdornment/EndAdornment.d.ts +2 -1
- package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +2 -1
- package/build/features/shared/Footer/Footer.d.ts +2 -1
- package/build/features/shared/Footer/PoweredByFooter.d.ts +3 -2
- package/build/features/shared/GenericError/GenericError.d.ts +1 -1
- package/build/features/shared/Input/Input.d.ts +14 -6
- package/build/features/shared/InputSelect/InputSelect.d.ts +2 -1
- package/build/features/shared/Mandatory/Mandatory.d.ts +2 -1
- 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 +2 -1
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +2 -1
- package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
- package/build/features/shared/Search/Search.d.ts +2 -1
- package/build/features/shared/SearchIcon/SearchIcon.d.ts +2 -1
- 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 +9 -4
- package/build/features/shared/UploadFile/FileUpload.js +1 -1
- package/build/features/shared/UploadFile/UploadFile.d.ts +8 -3
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +8 -3
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +9 -4
- package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +8 -3
- package/build/features/signIn/SignIn.d.ts +2 -1
- 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 +2 -1
- 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 +3 -2
- package/build/features/tax/screens/TaxDetails/TaxDetails.d.ts +2 -1
- package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +2 -1
- package/build/features/tax/screens/TaxDetails/VATId.d.ts +3 -2
- 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/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/package.json +1 -1
|
@@ -1,62 +1,17 @@
|
|
|
1
1
|
import { RootState } from '../../../app/store';
|
|
2
2
|
import { ActionState, AuthForType, CivilFormValues, CountryCode, FlowsTypes, IndividualFormValues, MobileFormValues, NIDFormValues, OTPFormValues, ResponseData, SharedState, BrandFormValues, BrandSegmentFormValues } from '../../../@types';
|
|
3
3
|
import { CancelToken } from 'axios';
|
|
4
|
-
export declare const updateBusinessCountry: import("@reduxjs/toolkit").AsyncThunk<any, string, {
|
|
5
|
-
state?: unknown;
|
|
6
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
7
|
-
extra?: unknown;
|
|
8
|
-
rejectValue?: unknown;
|
|
9
|
-
serializedErrorType?: unknown;
|
|
10
|
-
pendingMeta?: unknown;
|
|
11
|
-
fulfilledMeta?: unknown;
|
|
12
|
-
rejectedMeta?: unknown;
|
|
13
|
-
}>;
|
|
4
|
+
export declare const updateBusinessCountry: import("@reduxjs/toolkit").AsyncThunk<any, string, {}>;
|
|
14
5
|
export declare const createMobileAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
15
6
|
response: any;
|
|
16
7
|
formData: MobileFormValues;
|
|
17
|
-
}, MobileFormValues, {
|
|
18
|
-
state?: unknown;
|
|
19
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
20
|
-
extra?: unknown;
|
|
21
|
-
rejectValue?: unknown;
|
|
22
|
-
serializedErrorType?: unknown;
|
|
23
|
-
pendingMeta?: unknown;
|
|
24
|
-
fulfilledMeta?: unknown;
|
|
25
|
-
rejectedMeta?: unknown;
|
|
26
|
-
}>;
|
|
8
|
+
}, MobileFormValues, {}>;
|
|
27
9
|
export declare const createCivilIdAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
28
10
|
response: any;
|
|
29
11
|
formData: CivilFormValues;
|
|
30
|
-
}, CivilFormValues, {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
extra?: unknown;
|
|
34
|
-
rejectValue?: unknown;
|
|
35
|
-
serializedErrorType?: unknown;
|
|
36
|
-
pendingMeta?: unknown;
|
|
37
|
-
fulfilledMeta?: unknown;
|
|
38
|
-
rejectedMeta?: unknown;
|
|
39
|
-
}>;
|
|
40
|
-
export declare const resendOTPMobile: import("@reduxjs/toolkit").AsyncThunk<any, void, {
|
|
41
|
-
state?: unknown;
|
|
42
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
43
|
-
extra?: unknown;
|
|
44
|
-
rejectValue?: unknown;
|
|
45
|
-
serializedErrorType?: unknown;
|
|
46
|
-
pendingMeta?: unknown;
|
|
47
|
-
fulfilledMeta?: unknown;
|
|
48
|
-
rejectedMeta?: unknown;
|
|
49
|
-
}>;
|
|
50
|
-
export declare const resendOTPNID: import("@reduxjs/toolkit").AsyncThunk<any, void, {
|
|
51
|
-
state?: unknown;
|
|
52
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
53
|
-
extra?: unknown;
|
|
54
|
-
rejectValue?: unknown;
|
|
55
|
-
serializedErrorType?: unknown;
|
|
56
|
-
pendingMeta?: unknown;
|
|
57
|
-
fulfilledMeta?: unknown;
|
|
58
|
-
rejectedMeta?: unknown;
|
|
59
|
-
}>;
|
|
12
|
+
}, CivilFormValues, {}>;
|
|
13
|
+
export declare const resendOTPMobile: import("@reduxjs/toolkit").AsyncThunk<any, void, {}>;
|
|
14
|
+
export declare const resendOTPNID: import("@reduxjs/toolkit").AsyncThunk<any, void, {}>;
|
|
60
15
|
export declare const createNIDAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
61
16
|
response: any;
|
|
62
17
|
formData: {
|
|
@@ -65,30 +20,12 @@ export declare const createNIDAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
65
20
|
dob: string;
|
|
66
21
|
termAndConditionChecked?: boolean | undefined;
|
|
67
22
|
};
|
|
68
|
-
}, NIDFormValues, {
|
|
69
|
-
state?: unknown;
|
|
70
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
71
|
-
extra?: unknown;
|
|
72
|
-
rejectValue?: unknown;
|
|
73
|
-
serializedErrorType?: unknown;
|
|
74
|
-
pendingMeta?: unknown;
|
|
75
|
-
fulfilledMeta?: unknown;
|
|
76
|
-
rejectedMeta?: unknown;
|
|
77
|
-
}>;
|
|
23
|
+
}, NIDFormValues, {}>;
|
|
78
24
|
export declare const verifyAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
79
25
|
authResponse: any;
|
|
80
26
|
leadResponse: any;
|
|
81
27
|
countryCode: CountryCode;
|
|
82
|
-
}, OTPFormValues, {
|
|
83
|
-
state?: unknown;
|
|
84
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
85
|
-
extra?: unknown;
|
|
86
|
-
rejectValue?: unknown;
|
|
87
|
-
serializedErrorType?: unknown;
|
|
88
|
-
pendingMeta?: unknown;
|
|
89
|
-
fulfilledMeta?: unknown;
|
|
90
|
-
rejectedMeta?: unknown;
|
|
91
|
-
}>;
|
|
28
|
+
}, OTPFormValues, {}>;
|
|
92
29
|
interface verifyPACIParams {
|
|
93
30
|
onSuccess?: () => void;
|
|
94
31
|
}
|
|
@@ -96,45 +33,18 @@ export declare const verifyPACI: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
96
33
|
authResponse: any;
|
|
97
34
|
leadResponse: any;
|
|
98
35
|
countryCode: CountryCode;
|
|
99
|
-
}, verifyPACIParams, {
|
|
100
|
-
state?: unknown;
|
|
101
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
102
|
-
extra?: unknown;
|
|
103
|
-
rejectValue?: unknown;
|
|
104
|
-
serializedErrorType?: unknown;
|
|
105
|
-
pendingMeta?: unknown;
|
|
106
|
-
fulfilledMeta?: unknown;
|
|
107
|
-
rejectedMeta?: unknown;
|
|
108
|
-
}>;
|
|
36
|
+
}, verifyPACIParams, {}>;
|
|
109
37
|
export declare const updateLeadIndividual: import("@reduxjs/toolkit").AsyncThunk<{
|
|
110
38
|
leadResponse: any;
|
|
111
39
|
formData: IndividualFormValues;
|
|
112
|
-
}, IndividualFormValues, {
|
|
113
|
-
state?: unknown;
|
|
114
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
115
|
-
extra?: unknown;
|
|
116
|
-
rejectValue?: unknown;
|
|
117
|
-
serializedErrorType?: unknown;
|
|
118
|
-
pendingMeta?: unknown;
|
|
119
|
-
fulfilledMeta?: unknown;
|
|
120
|
-
rejectedMeta?: unknown;
|
|
121
|
-
}>;
|
|
40
|
+
}, IndividualFormValues, {}>;
|
|
122
41
|
export declare const retrieveLead: import("@reduxjs/toolkit").AsyncThunk<{
|
|
123
42
|
data: any;
|
|
124
43
|
countryCode: CountryCode;
|
|
125
44
|
}, {
|
|
126
45
|
leadId: string;
|
|
127
46
|
isRedirect?: boolean | undefined;
|
|
128
|
-
}, {
|
|
129
|
-
state?: unknown;
|
|
130
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
131
|
-
extra?: unknown;
|
|
132
|
-
rejectValue?: unknown;
|
|
133
|
-
serializedErrorType?: unknown;
|
|
134
|
-
pendingMeta?: unknown;
|
|
135
|
-
fulfilledMeta?: unknown;
|
|
136
|
-
rejectedMeta?: unknown;
|
|
137
|
-
}>;
|
|
47
|
+
}, {}>;
|
|
138
48
|
export declare const updateLeadBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
139
49
|
response: any;
|
|
140
50
|
formData: BrandFormValues & {
|
|
@@ -142,29 +52,11 @@ export declare const updateLeadBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
142
52
|
};
|
|
143
53
|
}, BrandFormValues & {
|
|
144
54
|
isNewBrand: boolean;
|
|
145
|
-
}, {
|
|
146
|
-
state?: unknown;
|
|
147
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
148
|
-
extra?: unknown;
|
|
149
|
-
rejectValue?: unknown;
|
|
150
|
-
serializedErrorType?: unknown;
|
|
151
|
-
pendingMeta?: unknown;
|
|
152
|
-
fulfilledMeta?: unknown;
|
|
153
|
-
rejectedMeta?: unknown;
|
|
154
|
-
}>;
|
|
55
|
+
}, {}>;
|
|
155
56
|
export declare const updateLeadBrandSegment: import("@reduxjs/toolkit").AsyncThunk<{
|
|
156
57
|
response: any;
|
|
157
58
|
formData: Pick<BrandSegmentFormValues, "teamSize">;
|
|
158
|
-
}, Pick<BrandSegmentFormValues, "teamSize">, {
|
|
159
|
-
state?: unknown;
|
|
160
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
161
|
-
extra?: unknown;
|
|
162
|
-
rejectValue?: unknown;
|
|
163
|
-
serializedErrorType?: unknown;
|
|
164
|
-
pendingMeta?: unknown;
|
|
165
|
-
fulfilledMeta?: unknown;
|
|
166
|
-
rejectedMeta?: unknown;
|
|
167
|
-
}>;
|
|
59
|
+
}, Pick<BrandSegmentFormValues, "teamSize">, {}>;
|
|
168
60
|
export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
169
61
|
response: any;
|
|
170
62
|
formData: string;
|
|
@@ -172,16 +64,7 @@ export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThu
|
|
|
172
64
|
email: string;
|
|
173
65
|
cancelToken: CancelToken;
|
|
174
66
|
onSuccess?: (() => void) | undefined;
|
|
175
|
-
}, {
|
|
176
|
-
state?: unknown;
|
|
177
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
178
|
-
extra?: unknown;
|
|
179
|
-
rejectValue?: unknown;
|
|
180
|
-
serializedErrorType?: unknown;
|
|
181
|
-
pendingMeta?: unknown;
|
|
182
|
-
fulfilledMeta?: unknown;
|
|
183
|
-
rejectedMeta?: unknown;
|
|
184
|
-
}>;
|
|
67
|
+
}, {}>;
|
|
185
68
|
export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
186
69
|
response: any;
|
|
187
70
|
formData: {
|
|
@@ -191,29 +74,11 @@ export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").Asyn
|
|
|
191
74
|
name: string;
|
|
192
75
|
cancelToken: CancelToken;
|
|
193
76
|
onSuccess?: (() => void) | undefined;
|
|
194
|
-
}, {
|
|
195
|
-
state?: unknown;
|
|
196
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
197
|
-
extra?: unknown;
|
|
198
|
-
rejectValue?: unknown;
|
|
199
|
-
serializedErrorType?: unknown;
|
|
200
|
-
pendingMeta?: unknown;
|
|
201
|
-
fulfilledMeta?: unknown;
|
|
202
|
-
rejectedMeta?: unknown;
|
|
203
|
-
}>;
|
|
77
|
+
}, {}>;
|
|
204
78
|
export declare const updateLeadSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
205
79
|
response: any;
|
|
206
80
|
formData: void;
|
|
207
|
-
}, void, {
|
|
208
|
-
state?: unknown;
|
|
209
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
210
|
-
extra?: unknown;
|
|
211
|
-
rejectValue?: unknown;
|
|
212
|
-
serializedErrorType?: unknown;
|
|
213
|
-
pendingMeta?: unknown;
|
|
214
|
-
fulfilledMeta?: unknown;
|
|
215
|
-
rejectedMeta?: unknown;
|
|
216
|
-
}>;
|
|
81
|
+
}, void, {}>;
|
|
217
82
|
export interface ConnectData {
|
|
218
83
|
leadId: string;
|
|
219
84
|
mobileData: (MobileFormValues | undefined) & ResponseData;
|
|
@@ -247,7 +112,7 @@ export declare const connectSlice: import("@reduxjs/toolkit").Slice<ConnectState
|
|
|
247
112
|
setDefaultCountryCode: (state: ConnectState, action: ActionState<CountryCode>) => void;
|
|
248
113
|
resetStore: (state: ConnectState) => void;
|
|
249
114
|
}, "connect/store">;
|
|
250
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
115
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, storeLeadId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetMobileScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, string>, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetIndividualScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetMerchantScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetNIDScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetCivilScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetStore: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, setDefaultCountryCode: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, string>, storeIsStartFromBusinessCountry: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>;
|
|
251
116
|
declare const _default: import("redux").Reducer<ConnectState, import("redux").AnyAction>;
|
|
252
117
|
export default _default;
|
|
253
118
|
export declare const connectSelector: (state: RootState) => ConnectState;
|
|
@@ -24,7 +24,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24
24
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
25
25
|
function step(op) {
|
|
26
26
|
if (f) throw new TypeError("Generator is already executing.");
|
|
27
|
-
while (
|
|
27
|
+
while (_) try {
|
|
28
28
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
29
29
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
30
30
|
switch (op[0]) {
|
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
import { RootState } from '../../../app/store';
|
|
2
2
|
import { MobileFormValues, NIDFormValues, CivilFormValues, OTPFormValues, IndividualFormValues, SharedState, FlowsTypes, ActionState, CountryCode, AuthForType, BusinessDataFormValues, AsyncThunkParams, AuthenticationListFormValues, AuthMerchantFormValues } from '../../../@types';
|
|
3
3
|
import { CancelToken } from 'axios';
|
|
4
|
-
export declare const updateBusinessCountryAsync: import("@reduxjs/toolkit").AsyncThunk<any, string, {
|
|
5
|
-
state?: unknown;
|
|
6
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
7
|
-
extra?: unknown;
|
|
8
|
-
rejectValue?: unknown;
|
|
9
|
-
serializedErrorType?: unknown;
|
|
10
|
-
pendingMeta?: unknown;
|
|
11
|
-
fulfilledMeta?: unknown;
|
|
12
|
-
rejectedMeta?: unknown;
|
|
13
|
-
}>;
|
|
4
|
+
export declare const updateBusinessCountryAsync: import("@reduxjs/toolkit").AsyncThunk<any, string, {}>;
|
|
14
5
|
export declare const retrieveLeadIdentityByIdAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
15
6
|
data: any;
|
|
16
7
|
countryCode: CountryCode;
|
|
@@ -21,226 +12,64 @@ export declare const retrieveLeadIdentityByIdAsync: import("@reduxjs/toolkit").A
|
|
|
21
12
|
countryCode: CountryCode;
|
|
22
13
|
boardInfo: any;
|
|
23
14
|
boardData: any;
|
|
24
|
-
}, string, {
|
|
25
|
-
state?: unknown;
|
|
26
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
27
|
-
extra?: unknown;
|
|
28
|
-
rejectValue?: unknown;
|
|
29
|
-
serializedErrorType?: unknown;
|
|
30
|
-
pendingMeta?: unknown;
|
|
31
|
-
fulfilledMeta?: unknown;
|
|
32
|
-
rejectedMeta?: unknown;
|
|
33
|
-
}>;
|
|
15
|
+
}, string, {}>;
|
|
34
16
|
export declare const getLeadByIdAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
35
17
|
data: any;
|
|
36
18
|
countryCode: CountryCode;
|
|
37
|
-
}, string, {
|
|
38
|
-
|
|
39
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
40
|
-
extra?: unknown;
|
|
41
|
-
rejectValue?: unknown;
|
|
42
|
-
serializedErrorType?: unknown;
|
|
43
|
-
pendingMeta?: unknown;
|
|
44
|
-
fulfilledMeta?: unknown;
|
|
45
|
-
rejectedMeta?: unknown;
|
|
46
|
-
}>;
|
|
47
|
-
export declare const retrieveEntityListAsync: import("@reduxjs/toolkit").AsyncThunk<any, string, {
|
|
48
|
-
state?: unknown;
|
|
49
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
50
|
-
extra?: unknown;
|
|
51
|
-
rejectValue?: unknown;
|
|
52
|
-
serializedErrorType?: unknown;
|
|
53
|
-
pendingMeta?: unknown;
|
|
54
|
-
fulfilledMeta?: unknown;
|
|
55
|
-
rejectedMeta?: unknown;
|
|
56
|
-
}>;
|
|
19
|
+
}, string, {}>;
|
|
20
|
+
export declare const retrieveEntityListAsync: import("@reduxjs/toolkit").AsyncThunk<any, string, {}>;
|
|
57
21
|
export declare const retrieveAuthenticationListAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
58
22
|
brandList: any;
|
|
59
23
|
entityList: any;
|
|
60
24
|
}, {
|
|
61
25
|
individualId: string;
|
|
62
|
-
}, {
|
|
63
|
-
state?: unknown;
|
|
64
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
65
|
-
extra?: unknown;
|
|
66
|
-
rejectValue?: unknown;
|
|
67
|
-
serializedErrorType?: unknown;
|
|
68
|
-
pendingMeta?: unknown;
|
|
69
|
-
fulfilledMeta?: unknown;
|
|
70
|
-
rejectedMeta?: unknown;
|
|
71
|
-
}>;
|
|
26
|
+
}, {}>;
|
|
72
27
|
export declare const getMerchantListAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
73
28
|
list: any;
|
|
74
29
|
brandInfo: import("../../../@types").BrandInfo | undefined;
|
|
75
30
|
entityInfo: import("../../../@types").EntityLicenseAuth | undefined;
|
|
76
|
-
}, AuthenticationListFormValues, {
|
|
77
|
-
state?: unknown;
|
|
78
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
79
|
-
extra?: unknown;
|
|
80
|
-
rejectValue?: unknown;
|
|
81
|
-
serializedErrorType?: unknown;
|
|
82
|
-
pendingMeta?: unknown;
|
|
83
|
-
fulfilledMeta?: unknown;
|
|
84
|
-
rejectedMeta?: unknown;
|
|
85
|
-
}>;
|
|
31
|
+
}, AuthenticationListFormValues, {}>;
|
|
86
32
|
export declare const createMobileAuthAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
87
33
|
response: any;
|
|
88
34
|
formData: MobileFormValues;
|
|
89
|
-
}, MobileFormValues, {
|
|
90
|
-
state?: unknown;
|
|
91
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
92
|
-
extra?: unknown;
|
|
93
|
-
rejectValue?: unknown;
|
|
94
|
-
serializedErrorType?: unknown;
|
|
95
|
-
pendingMeta?: unknown;
|
|
96
|
-
fulfilledMeta?: unknown;
|
|
97
|
-
rejectedMeta?: unknown;
|
|
98
|
-
}>;
|
|
35
|
+
}, MobileFormValues, {}>;
|
|
99
36
|
export declare const resendMobileAuthOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
100
37
|
response: any;
|
|
101
38
|
formData: MobileFormValues;
|
|
102
|
-
}, MobileFormValues, {
|
|
103
|
-
state?: unknown;
|
|
104
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
105
|
-
extra?: unknown;
|
|
106
|
-
rejectValue?: unknown;
|
|
107
|
-
serializedErrorType?: unknown;
|
|
108
|
-
pendingMeta?: unknown;
|
|
109
|
-
fulfilledMeta?: unknown;
|
|
110
|
-
rejectedMeta?: unknown;
|
|
111
|
-
}>;
|
|
39
|
+
}, MobileFormValues, {}>;
|
|
112
40
|
export declare const createNIDAuthAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
113
41
|
response: any;
|
|
114
42
|
formData: NIDFormValues;
|
|
115
|
-
}, NIDFormValues, {
|
|
116
|
-
state?: unknown;
|
|
117
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
118
|
-
extra?: unknown;
|
|
119
|
-
rejectValue?: unknown;
|
|
120
|
-
serializedErrorType?: unknown;
|
|
121
|
-
pendingMeta?: unknown;
|
|
122
|
-
fulfilledMeta?: unknown;
|
|
123
|
-
rejectedMeta?: unknown;
|
|
124
|
-
}>;
|
|
43
|
+
}, NIDFormValues, {}>;
|
|
125
44
|
export declare const resendNIDAuthOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
126
45
|
response: any;
|
|
127
46
|
formData: NIDFormValues;
|
|
128
|
-
}, NIDFormValues, {
|
|
129
|
-
state?: unknown;
|
|
130
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
131
|
-
extra?: unknown;
|
|
132
|
-
rejectValue?: unknown;
|
|
133
|
-
serializedErrorType?: unknown;
|
|
134
|
-
pendingMeta?: unknown;
|
|
135
|
-
fulfilledMeta?: unknown;
|
|
136
|
-
rejectedMeta?: unknown;
|
|
137
|
-
}>;
|
|
47
|
+
}, NIDFormValues, {}>;
|
|
138
48
|
export declare const createCivilIdAuthAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
139
49
|
response: any;
|
|
140
50
|
formData: CivilFormValues;
|
|
141
|
-
}, CivilFormValues, {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
rejectValue?: unknown;
|
|
146
|
-
serializedErrorType?: unknown;
|
|
147
|
-
pendingMeta?: unknown;
|
|
148
|
-
fulfilledMeta?: unknown;
|
|
149
|
-
rejectedMeta?: unknown;
|
|
150
|
-
}>;
|
|
151
|
-
export declare const verifyMobileOtpAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {
|
|
152
|
-
state?: unknown;
|
|
153
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
154
|
-
extra?: unknown;
|
|
155
|
-
rejectValue?: unknown;
|
|
156
|
-
serializedErrorType?: unknown;
|
|
157
|
-
pendingMeta?: unknown;
|
|
158
|
-
fulfilledMeta?: unknown;
|
|
159
|
-
rejectedMeta?: unknown;
|
|
160
|
-
}>;
|
|
161
|
-
export declare const verifyNIDOtpAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {
|
|
162
|
-
state?: unknown;
|
|
163
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
164
|
-
extra?: unknown;
|
|
165
|
-
rejectValue?: unknown;
|
|
166
|
-
serializedErrorType?: unknown;
|
|
167
|
-
pendingMeta?: unknown;
|
|
168
|
-
fulfilledMeta?: unknown;
|
|
169
|
-
rejectedMeta?: unknown;
|
|
170
|
-
}>;
|
|
171
|
-
export declare const verifyPACIAsync: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIAsyncParams, {
|
|
172
|
-
state?: unknown;
|
|
173
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
174
|
-
extra?: unknown;
|
|
175
|
-
rejectValue?: unknown;
|
|
176
|
-
serializedErrorType?: unknown;
|
|
177
|
-
pendingMeta?: unknown;
|
|
178
|
-
fulfilledMeta?: unknown;
|
|
179
|
-
rejectedMeta?: unknown;
|
|
180
|
-
}>;
|
|
51
|
+
}, CivilFormValues, {}>;
|
|
52
|
+
export declare const verifyMobileOtpAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {}>;
|
|
53
|
+
export declare const verifyNIDOtpAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {}>;
|
|
54
|
+
export declare const verifyPACIAsync: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIAsyncParams, {}>;
|
|
181
55
|
export declare const createCivilIDAuthIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
182
56
|
response: any;
|
|
183
57
|
formData: CivilFormValues;
|
|
184
|
-
}, CivilFormValues, {
|
|
185
|
-
state?: unknown;
|
|
186
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
187
|
-
extra?: unknown;
|
|
188
|
-
rejectValue?: unknown;
|
|
189
|
-
serializedErrorType?: unknown;
|
|
190
|
-
pendingMeta?: unknown;
|
|
191
|
-
fulfilledMeta?: unknown;
|
|
192
|
-
rejectedMeta?: unknown;
|
|
193
|
-
}>;
|
|
58
|
+
}, CivilFormValues, {}>;
|
|
194
59
|
export declare const createNIDAuthIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
195
60
|
response: {
|
|
196
61
|
verify_token: any;
|
|
197
62
|
};
|
|
198
63
|
formData: NIDFormValues;
|
|
199
|
-
}, NIDFormValues, {
|
|
200
|
-
state?: unknown;
|
|
201
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
202
|
-
extra?: unknown;
|
|
203
|
-
rejectValue?: unknown;
|
|
204
|
-
serializedErrorType?: unknown;
|
|
205
|
-
pendingMeta?: unknown;
|
|
206
|
-
fulfilledMeta?: unknown;
|
|
207
|
-
rejectedMeta?: unknown;
|
|
208
|
-
}>;
|
|
64
|
+
}, NIDFormValues, {}>;
|
|
209
65
|
export declare const resendNIDAuthIdentityOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
210
66
|
response: {
|
|
211
67
|
verify_token: any;
|
|
212
68
|
};
|
|
213
69
|
formData: NIDFormValues;
|
|
214
|
-
}, NIDFormValues, {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
extra?: unknown;
|
|
218
|
-
rejectValue?: unknown;
|
|
219
|
-
serializedErrorType?: unknown;
|
|
220
|
-
pendingMeta?: unknown;
|
|
221
|
-
fulfilledMeta?: unknown;
|
|
222
|
-
rejectedMeta?: unknown;
|
|
223
|
-
}>;
|
|
224
|
-
export declare const verifyNIDOtpLeadIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {
|
|
225
|
-
state?: unknown;
|
|
226
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
227
|
-
extra?: unknown;
|
|
228
|
-
rejectValue?: unknown;
|
|
229
|
-
serializedErrorType?: unknown;
|
|
230
|
-
pendingMeta?: unknown;
|
|
231
|
-
fulfilledMeta?: unknown;
|
|
232
|
-
rejectedMeta?: unknown;
|
|
233
|
-
}>;
|
|
234
|
-
export declare const verifyPaciLeadIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIAsyncParams, {
|
|
235
|
-
state?: unknown;
|
|
236
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
237
|
-
extra?: unknown;
|
|
238
|
-
rejectValue?: unknown;
|
|
239
|
-
serializedErrorType?: unknown;
|
|
240
|
-
pendingMeta?: unknown;
|
|
241
|
-
fulfilledMeta?: unknown;
|
|
242
|
-
rejectedMeta?: unknown;
|
|
243
|
-
}>;
|
|
70
|
+
}, NIDFormValues, {}>;
|
|
71
|
+
export declare const verifyNIDOtpLeadIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {}>;
|
|
72
|
+
export declare const verifyPaciLeadIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIAsyncParams, {}>;
|
|
244
73
|
export declare const checkEmailAvailabilityAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
245
74
|
response: any;
|
|
246
75
|
formData: string;
|
|
@@ -248,16 +77,7 @@ export declare const checkEmailAvailabilityAsync: import("@reduxjs/toolkit").Asy
|
|
|
248
77
|
email: string;
|
|
249
78
|
cancelToken: CancelToken;
|
|
250
79
|
onSuccess?: (() => void) | undefined;
|
|
251
|
-
}, {
|
|
252
|
-
state?: unknown;
|
|
253
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
254
|
-
extra?: unknown;
|
|
255
|
-
rejectValue?: unknown;
|
|
256
|
-
serializedErrorType?: unknown;
|
|
257
|
-
pendingMeta?: unknown;
|
|
258
|
-
fulfilledMeta?: unknown;
|
|
259
|
-
rejectedMeta?: unknown;
|
|
260
|
-
}>;
|
|
80
|
+
}, {}>;
|
|
261
81
|
export declare const checkBrandNameAvailabilityAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
262
82
|
response: any;
|
|
263
83
|
formData: {
|
|
@@ -267,105 +87,33 @@ export declare const checkBrandNameAvailabilityAsync: import("@reduxjs/toolkit")
|
|
|
267
87
|
name: string;
|
|
268
88
|
cancelToken: CancelToken;
|
|
269
89
|
onSuccess?: (() => void) | undefined;
|
|
270
|
-
}, {
|
|
271
|
-
state?: unknown;
|
|
272
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
273
|
-
extra?: unknown;
|
|
274
|
-
rejectValue?: unknown;
|
|
275
|
-
serializedErrorType?: unknown;
|
|
276
|
-
pendingMeta?: unknown;
|
|
277
|
-
fulfilledMeta?: unknown;
|
|
278
|
-
rejectedMeta?: unknown;
|
|
279
|
-
}>;
|
|
90
|
+
}, {}>;
|
|
280
91
|
export declare const createAccountAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
281
92
|
accountData: any;
|
|
282
93
|
} | undefined, {
|
|
283
94
|
isRetry: boolean;
|
|
284
|
-
}, {
|
|
285
|
-
state?: unknown;
|
|
286
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
287
|
-
extra?: unknown;
|
|
288
|
-
rejectValue?: unknown;
|
|
289
|
-
serializedErrorType?: unknown;
|
|
290
|
-
pendingMeta?: unknown;
|
|
291
|
-
fulfilledMeta?: unknown;
|
|
292
|
-
rejectedMeta?: unknown;
|
|
293
|
-
}>;
|
|
95
|
+
}, {}>;
|
|
294
96
|
export declare const retrieveDetailsAfterCreateAccountAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
295
97
|
boardInfo: any;
|
|
296
98
|
boardData: any;
|
|
297
|
-
}, void, {
|
|
298
|
-
state?: unknown;
|
|
299
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
300
|
-
extra?: unknown;
|
|
301
|
-
rejectValue?: unknown;
|
|
302
|
-
serializedErrorType?: unknown;
|
|
303
|
-
pendingMeta?: unknown;
|
|
304
|
-
fulfilledMeta?: unknown;
|
|
305
|
-
rejectedMeta?: unknown;
|
|
306
|
-
}>;
|
|
99
|
+
}, void, {}>;
|
|
307
100
|
export declare const createEntity: import("@reduxjs/toolkit").AsyncThunk<{
|
|
308
101
|
data: any;
|
|
309
102
|
formData: AuthenticationListFormValues;
|
|
310
|
-
}, AuthenticationListFormValues, {
|
|
311
|
-
state?: unknown;
|
|
312
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
313
|
-
extra?: unknown;
|
|
314
|
-
rejectValue?: unknown;
|
|
315
|
-
serializedErrorType?: unknown;
|
|
316
|
-
pendingMeta?: unknown;
|
|
317
|
-
fulfilledMeta?: unknown;
|
|
318
|
-
rejectedMeta?: unknown;
|
|
319
|
-
}>;
|
|
103
|
+
}, AuthenticationListFormValues, {}>;
|
|
320
104
|
interface verifyPACIAsyncParams {
|
|
321
105
|
onSuccess: () => void;
|
|
322
106
|
}
|
|
323
107
|
export declare const updateLeadIndividualAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
324
108
|
response: any;
|
|
325
109
|
formData: IndividualFormValues;
|
|
326
|
-
}, AsyncThunkParams<IndividualFormValues>, {
|
|
327
|
-
state?: unknown;
|
|
328
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
329
|
-
extra?: unknown;
|
|
330
|
-
rejectValue?: unknown;
|
|
331
|
-
serializedErrorType?: unknown;
|
|
332
|
-
pendingMeta?: unknown;
|
|
333
|
-
fulfilledMeta?: unknown;
|
|
334
|
-
rejectedMeta?: unknown;
|
|
335
|
-
}>;
|
|
110
|
+
}, AsyncThunkParams<IndividualFormValues>, {}>;
|
|
336
111
|
export declare const updateLeadBusinessDataAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
337
112
|
response: any;
|
|
338
113
|
formData: BusinessDataFormValues;
|
|
339
|
-
}, AsyncThunkParams<BusinessDataFormValues>, {
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
extra?: unknown;
|
|
343
|
-
rejectValue?: unknown;
|
|
344
|
-
serializedErrorType?: unknown;
|
|
345
|
-
pendingMeta?: unknown;
|
|
346
|
-
fulfilledMeta?: unknown;
|
|
347
|
-
rejectedMeta?: unknown;
|
|
348
|
-
}>;
|
|
349
|
-
export declare const confirmInfo: import("@reduxjs/toolkit").AsyncThunk<void, AuthenticationListFormValues & AuthMerchantFormValues, {
|
|
350
|
-
state?: unknown;
|
|
351
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
352
|
-
extra?: unknown;
|
|
353
|
-
rejectValue?: unknown;
|
|
354
|
-
serializedErrorType?: unknown;
|
|
355
|
-
pendingMeta?: unknown;
|
|
356
|
-
fulfilledMeta?: unknown;
|
|
357
|
-
rejectedMeta?: unknown;
|
|
358
|
-
}>;
|
|
359
|
-
export declare const onCloseCompleteAsync: import("@reduxjs/toolkit").AsyncThunk<void, void, {
|
|
360
|
-
state?: unknown;
|
|
361
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
362
|
-
extra?: unknown;
|
|
363
|
-
rejectValue?: unknown;
|
|
364
|
-
serializedErrorType?: unknown;
|
|
365
|
-
pendingMeta?: unknown;
|
|
366
|
-
fulfilledMeta?: unknown;
|
|
367
|
-
rejectedMeta?: unknown;
|
|
368
|
-
}>;
|
|
114
|
+
}, AsyncThunkParams<BusinessDataFormValues>, {}>;
|
|
115
|
+
export declare const confirmInfo: import("@reduxjs/toolkit").AsyncThunk<void, AuthenticationListFormValues & AuthMerchantFormValues, {}>;
|
|
116
|
+
export declare const onCloseCompleteAsync: import("@reduxjs/toolkit").AsyncThunk<void, void, {}>;
|
|
369
117
|
interface ResponseData {
|
|
370
118
|
responseData?: Record<string, any>;
|
|
371
119
|
}
|
|
@@ -404,7 +152,7 @@ export declare const connectSlice: import("@reduxjs/toolkit").Slice<ConnectExpre
|
|
|
404
152
|
resetStore: (state: ConnectExpressState) => void;
|
|
405
153
|
resetIndividualScreen: (state: ConnectExpressState) => void;
|
|
406
154
|
}, "connectExpress/store">;
|
|
407
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
155
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, setIsLeadIdPassed: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, resetMobileScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, string>, resetOTPValue: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetNIDScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetCivilScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetStore: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, setError: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, setLeadId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, resetIndividualScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, setDefaultCountryCode: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, string>, storeIsStartFromBusinessCountry: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, resetAuthenticationScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>;
|
|
408
156
|
declare const _default: import("redux").Reducer<ConnectExpressState, import("redux").AnyAction>;
|
|
409
157
|
export default _default;
|
|
410
158
|
export declare const connectExpressSelector: (state: RootState) => ConnectExpressState;
|