@tap-payments/auth-jsconnect 2.11.13-development → 2.11.14-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 +26 -26
- package/build/@types/terminal.d.ts +1 -1
- package/build/@types/theme.d.ts +1 -1
- package/build/api/account.d.ts +2 -2
- package/build/api/auth.d.ts +17 -17
- package/build/api/availabilityServices.d.ts +6 -6
- package/build/api/axios.js +1 -1
- package/build/api/board.d.ts +3 -3
- package/build/api/brand.d.ts +1 -1
- package/build/api/country.d.ts +1 -1
- package/build/api/data.d.ts +8 -8
- package/build/api/document.d.ts +3 -3
- package/build/api/entity.d.ts +12 -12
- package/build/api/file.d.ts +3 -3
- package/build/api/firebase.js +1 -1
- package/build/api/index.d.ts +14 -14
- package/build/api/individual.d.ts +5 -5
- package/build/api/init.d.ts +1 -1
- package/build/api/lead.d.ts +18 -18
- 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 +3 -3
- 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/assets/currencies/AEDSymbol.d.ts +2 -2
- package/build/assets/currencies/SARSymbol.d.ts +2 -2
- package/build/assets/currencies/utils.d.ts +1 -1
- 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/DeviceCard/DeviceCard.d.ts +2 -2
- 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/TextWithCurrency/TextWithCurrency.d.ts +3 -2
- 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/TruncatedTooltipText/TruncatedTooltipText.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 +22 -211
- package/build/features/app/auth/authStore.js +10 -12
- 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 +21 -192
- package/build/features/app/business/businessStore.js +1 -1
- package/build/features/app/connect/connectStore.d.ts +19 -181
- package/build/features/app/connect/connectStore.js +1 -1
- package/build/features/app/connectExpress/connectExpressStore.d.ts +33 -312
- package/build/features/app/connectExpress/connectExpressStore.js +1 -1
- 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/kyc/kycStore.d.ts +8 -62
- package/build/features/app/kyc/kycStore.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/app/terminal/terminalStore.d.ts +18 -144
- package/build/features/app/terminal/terminalStore.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/DOB/DOB.d.ts +2 -1
- package/build/features/auth/screens/DOB/DOBForm.d.ts +1 -1
- package/build/features/auth/screens/Email/Email.d.ts +1 -1
- package/build/features/auth/screens/EmailSent/EmailSent.d.ts +1 -1
- package/build/features/auth/screens/MigratingData/MigratingData.d.ts +1 -1
- package/build/features/auth/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/auth/screens/NID/NID.d.ts +1 -1
- package/build/features/auth/screens/OTP/OTP.d.ts +13 -5
- 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/Passcode/Passcode.d.ts +13 -5
- package/build/features/auth/screens/Passcode/PasscodeInput.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/VerifyNafath/VerifyNafath.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/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/board/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/board/screens/Verify/Verify.d.ts +1 -1
- package/build/features/brand/Brand.d.ts +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/BusinessType/UnifiedNumber.d.ts +27 -5
- 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/DOB/DOB.d.ts +1 -1
- package/build/features/business/screens/DOB/DOBForm.d.ts +1 -1
- package/build/features/business/screens/IDBOD/DOB.d.ts +1 -1
- package/build/features/business/screens/IDBOD/ID.d.ts +1 -1
- package/build/features/business/screens/IDBOD/IDBOD.d.ts +1 -1
- package/build/features/business/screens/MobileOwnership/CollectMobileOwnership.d.ts +2 -1
- package/build/features/business/screens/MobileOwnership/MobileNumber.d.ts +1 -1
- package/build/features/business/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/business/screens/Success/Success.d.ts +1 -1
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/business/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/business/screens/Verify/Verify.d.ts +1 -1
- package/build/features/business/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/business/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connect/Connect.d.ts +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/DOB/DOB.d.ts +2 -1
- package/build/features/connect/screens/DOB/DOBForm.d.ts +1 -1
- package/build/features/connect/screens/Individual/Email.d.ts +1 -1
- package/build/features/connect/screens/Individual/Email.js +1 -1
- package/build/features/connect/screens/Individual/Individual.d.ts +1 -1
- package/build/features/connect/screens/Individual/Name.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandName.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandName.js +1 -1
- package/build/features/connect/screens/Merchant/Merchant.d.ts +1 -1
- package/build/features/connect/screens/Merchant/SalesChannels.d.ts +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/MobileOwnership/CollectMobileOwnership.d.ts +2 -1
- package/build/features/connect/screens/MobileOwnership/MobileNumber.d.ts +1 -1
- package/build/features/connect/screens/NID/NID.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTP.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/connect/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/connect/screens/ThankYou/ThankYou.d.ts +1 -1
- package/build/features/connect/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/ConnectExpress.d.ts +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/CollectBusinessInfo/UnifiedNumber.d.ts +27 -5
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Name.d.ts +1 -1
- package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.d.ts +1 -1
- package/build/features/connectExpress/screens/DOB/DOB.d.ts +2 -1
- package/build/features/connectExpress/screens/DOB/DOBForm.d.ts +1 -1
- package/build/features/connectExpress/screens/GenericPrepareDataLoading/GenericPrepareDataLoading.d.ts +2 -1
- package/build/features/connectExpress/screens/IdentityVerifyNafath/IdentityVerifyNafath.d.ts +1 -1
- package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/TAC.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Title.d.ts +1 -1
- package/build/features/connectExpress/screens/MobileOwnership/CollectMobileOwnership.d.ts +2 -1
- package/build/features/connectExpress/screens/MobileOwnership/MobileNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/TAC.d.ts +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/VerifyMobileAuthOTP/OTPInput.d.ts +1 -1
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/VerifyMobileAuthOTP.d.ts +1 -1
- package/build/features/connectExpress/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/entity/Entity.d.ts +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/EntityName/validation.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/kyc/KYC.d.ts +2 -1
- package/build/features/kyc/screens/AlreadySubmitted/AlreadySubmitted.d.ts +1 -1
- package/build/features/kyc/screens/Loading/Loading.d.ts +2 -2
- package/build/features/kyc/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/kyc/screens/Success/Success.d.ts +1 -1
- package/build/features/kyc/screens/Terms/Header.d.ts +1 -1
- package/build/features/kyc/screens/Terms/Terms.d.ts +2 -2
- package/build/features/kyc/screens/TokenError/TokenError.d.ts +1 -1
- package/build/features/kyc/screens/Users/Users.d.ts +1 -1
- package/build/features/kyc/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/kyc/screens/VerifyPaci/VerifyPACI.d.ts +1 -1
- package/build/features/password/Password.d.ts +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/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/NafathButton.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/NafathVerification/NafathVerification.d.ts +1 -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/PushNotification/PushNotification.d.ts +1 -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/features/terminal/Terminal.d.ts +2 -1
- package/build/features/terminal/screens/LinkNewTerminal/LinkNewTerminal.d.ts +1 -1
- package/build/features/terminal/screens/LinkNewTerminal/styles.d.ts +8 -5
- package/build/features/terminal/screens/LinkedSuccess/LinkedSuccess.d.ts +1 -1
- package/build/features/terminal/screens/LinkedTerminalInfo/LinkedTerminalInfo.d.ts +1 -1
- package/build/features/terminal/screens/LinkedTerminalInfo/LinkedTerminalInfo.js +1 -1
- package/build/features/terminal/screens/Loading/Loading.d.ts +2 -2
- package/build/features/terminal/screens/NoTerminalDeviceLinked/NoTerminalDeviceLinked.d.ts +1 -1
- package/build/features/terminal/screens/NoTerminalDeviceLinked/styles.d.ts +32 -9
- package/build/features/terminal/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/terminal/screens/POSDeviceListPage/POSDeviceListPage.d.ts +1 -1
- package/build/features/terminal/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/terminal/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/terminal/screens/TerminalDeviceList/DeviceList.d.ts +1 -1
- package/build/features/terminal/screens/TerminalDeviceList/DeviceList.js +2 -2
- package/build/features/terminal/screens/TerminalDeviceList/TerminalDeviceList.d.ts +1 -1
- package/build/features/terminal/screens/TerminalDeviceList/TerminalDeviceList.js +1 -1
- package/build/features/terminal/screens/TerminalDeviceList/styles.d.ts +7 -2
- package/build/features/terminal/screens/UnlinkedSuccess/UnlinkedSuccess.d.ts +1 -1
- package/build/features/terminal/screens/UnlinkedTerminalInfo/UnlinkedTerminalInfo.d.ts +1 -1
- package/build/features/terminal/screens/UnlinkedTerminalInfo/styles.d.ts +19 -4
- package/build/features/terminal/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/terminal/screens/Verify/Verify.d.ts +1 -1
- package/build/features/terminal/screens/shared/Header.d.ts +1 -1
- package/build/features/terminal/screens/shared/POSDeviceList.d.ts +1 -1
- package/build/features/terminal/screens/shared/styles.d.ts +176 -37
- package/build/features/terminal/screens/shared/utils.js +2 -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,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, DOBFormValues, MobileOwnershipFormValues, AuthForScreen } 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,94 +12,31 @@ 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 createNafathAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
113
41
|
response: any;
|
|
114
42
|
formData: {
|
|
@@ -117,17 +45,8 @@ export declare const createNafathAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
117
45
|
dob?: any;
|
|
118
46
|
termAndConditionChecked?: boolean | undefined;
|
|
119
47
|
};
|
|
120
|
-
}, NIDFormValues, {
|
|
121
|
-
|
|
122
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
123
|
-
extra?: unknown;
|
|
124
|
-
rejectValue?: unknown;
|
|
125
|
-
serializedErrorType?: unknown;
|
|
126
|
-
pendingMeta?: unknown;
|
|
127
|
-
fulfilledMeta?: unknown;
|
|
128
|
-
rejectedMeta?: unknown;
|
|
129
|
-
}>;
|
|
130
|
-
type VerifyNafathAsyncParams = verifyPACIAsyncParams & {
|
|
48
|
+
}, NIDFormValues, {}>;
|
|
49
|
+
declare type VerifyNafathAsyncParams = verifyPACIAsyncParams & {
|
|
131
50
|
showLoadingScreenAfterNafathSuccess: () => void;
|
|
132
51
|
};
|
|
133
52
|
export declare const verifyNafathAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
@@ -136,62 +55,17 @@ export declare const verifyNafathAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
136
55
|
} | {
|
|
137
56
|
data: any;
|
|
138
57
|
isNextScreenIsDob: boolean;
|
|
139
|
-
}, VerifyNafathAsyncParams, {
|
|
140
|
-
state?: unknown;
|
|
141
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
142
|
-
extra?: unknown;
|
|
143
|
-
rejectValue?: unknown;
|
|
144
|
-
serializedErrorType?: unknown;
|
|
145
|
-
pendingMeta?: unknown;
|
|
146
|
-
fulfilledMeta?: unknown;
|
|
147
|
-
rejectedMeta?: unknown;
|
|
148
|
-
}>;
|
|
58
|
+
}, VerifyNafathAsyncParams, {}>;
|
|
149
59
|
export declare const createCivilIdAuthAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
150
60
|
response: any;
|
|
151
61
|
formData: CivilFormValues;
|
|
152
|
-
}, CivilFormValues, {
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
extra?: unknown;
|
|
156
|
-
rejectValue?: unknown;
|
|
157
|
-
serializedErrorType?: unknown;
|
|
158
|
-
pendingMeta?: unknown;
|
|
159
|
-
fulfilledMeta?: unknown;
|
|
160
|
-
rejectedMeta?: unknown;
|
|
161
|
-
}>;
|
|
162
|
-
export declare const verifyMobileOtpAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {
|
|
163
|
-
state?: unknown;
|
|
164
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
165
|
-
extra?: unknown;
|
|
166
|
-
rejectValue?: unknown;
|
|
167
|
-
serializedErrorType?: unknown;
|
|
168
|
-
pendingMeta?: unknown;
|
|
169
|
-
fulfilledMeta?: unknown;
|
|
170
|
-
rejectedMeta?: unknown;
|
|
171
|
-
}>;
|
|
172
|
-
export declare const verifyPACIAsync: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIAsyncParams, {
|
|
173
|
-
state?: unknown;
|
|
174
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
175
|
-
extra?: unknown;
|
|
176
|
-
rejectValue?: unknown;
|
|
177
|
-
serializedErrorType?: unknown;
|
|
178
|
-
pendingMeta?: unknown;
|
|
179
|
-
fulfilledMeta?: unknown;
|
|
180
|
-
rejectedMeta?: unknown;
|
|
181
|
-
}>;
|
|
62
|
+
}, CivilFormValues, {}>;
|
|
63
|
+
export declare const verifyMobileOtpAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {}>;
|
|
64
|
+
export declare const verifyPACIAsync: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIAsyncParams, {}>;
|
|
182
65
|
export declare const createCivilIDAuthIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
183
66
|
response: any;
|
|
184
67
|
formData: CivilFormValues;
|
|
185
|
-
}, CivilFormValues, {
|
|
186
|
-
state?: unknown;
|
|
187
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
188
|
-
extra?: unknown;
|
|
189
|
-
rejectValue?: unknown;
|
|
190
|
-
serializedErrorType?: unknown;
|
|
191
|
-
pendingMeta?: unknown;
|
|
192
|
-
fulfilledMeta?: unknown;
|
|
193
|
-
rejectedMeta?: unknown;
|
|
194
|
-
}>;
|
|
68
|
+
}, CivilFormValues, {}>;
|
|
195
69
|
export declare const createNIDNafathAuthIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
196
70
|
response: {
|
|
197
71
|
random: any;
|
|
@@ -199,42 +73,15 @@ export declare const createNIDNafathAuthIdentityAsync: import("@reduxjs/toolkit"
|
|
|
199
73
|
verify_token: any;
|
|
200
74
|
};
|
|
201
75
|
formData: NIDFormValues;
|
|
202
|
-
}, NIDFormValues, {
|
|
203
|
-
state?: unknown;
|
|
204
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
205
|
-
extra?: unknown;
|
|
206
|
-
rejectValue?: unknown;
|
|
207
|
-
serializedErrorType?: unknown;
|
|
208
|
-
pendingMeta?: unknown;
|
|
209
|
-
fulfilledMeta?: unknown;
|
|
210
|
-
rejectedMeta?: unknown;
|
|
211
|
-
}>;
|
|
76
|
+
}, NIDFormValues, {}>;
|
|
212
77
|
export declare const verifyNafathIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
213
78
|
data: any;
|
|
214
79
|
isNextScreenIsDob?: undefined;
|
|
215
80
|
} | {
|
|
216
81
|
data: any;
|
|
217
82
|
isNextScreenIsDob: boolean;
|
|
218
|
-
}, verifyPACIAsyncParams, {
|
|
219
|
-
|
|
220
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
221
|
-
extra?: unknown;
|
|
222
|
-
rejectValue?: unknown;
|
|
223
|
-
serializedErrorType?: unknown;
|
|
224
|
-
pendingMeta?: unknown;
|
|
225
|
-
fulfilledMeta?: unknown;
|
|
226
|
-
rejectedMeta?: unknown;
|
|
227
|
-
}>;
|
|
228
|
-
export declare const verifyPaciLeadIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIAsyncParams, {
|
|
229
|
-
state?: unknown;
|
|
230
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
231
|
-
extra?: unknown;
|
|
232
|
-
rejectValue?: unknown;
|
|
233
|
-
serializedErrorType?: unknown;
|
|
234
|
-
pendingMeta?: unknown;
|
|
235
|
-
fulfilledMeta?: unknown;
|
|
236
|
-
rejectedMeta?: unknown;
|
|
237
|
-
}>;
|
|
83
|
+
}, verifyPACIAsyncParams, {}>;
|
|
84
|
+
export declare const verifyPaciLeadIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<any, verifyPACIAsyncParams, {}>;
|
|
238
85
|
interface EmailCheckProps {
|
|
239
86
|
email: string;
|
|
240
87
|
cancelToken: CancelToken;
|
|
@@ -243,16 +90,7 @@ interface EmailCheckProps {
|
|
|
243
90
|
export declare const checkEmailAvailabilityAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
244
91
|
response: any;
|
|
245
92
|
formData: string;
|
|
246
|
-
} | undefined, EmailCheckProps, {
|
|
247
|
-
state?: unknown;
|
|
248
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
249
|
-
extra?: unknown;
|
|
250
|
-
rejectValue?: unknown;
|
|
251
|
-
serializedErrorType?: unknown;
|
|
252
|
-
pendingMeta?: unknown;
|
|
253
|
-
fulfilledMeta?: unknown;
|
|
254
|
-
rejectedMeta?: unknown;
|
|
255
|
-
}>;
|
|
93
|
+
} | undefined, EmailCheckProps, {}>;
|
|
256
94
|
export declare const checkBrandNameAvailabilityAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
257
95
|
response: any;
|
|
258
96
|
formData: {
|
|
@@ -262,56 +100,20 @@ export declare const checkBrandNameAvailabilityAsync: import("@reduxjs/toolkit")
|
|
|
262
100
|
name: string;
|
|
263
101
|
cancelToken: CancelToken;
|
|
264
102
|
onSuccess?: (() => void) | undefined;
|
|
265
|
-
}, {
|
|
266
|
-
state?: unknown;
|
|
267
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
268
|
-
extra?: unknown;
|
|
269
|
-
rejectValue?: unknown;
|
|
270
|
-
serializedErrorType?: unknown;
|
|
271
|
-
pendingMeta?: unknown;
|
|
272
|
-
fulfilledMeta?: unknown;
|
|
273
|
-
rejectedMeta?: unknown;
|
|
274
|
-
}>;
|
|
103
|
+
}, {}>;
|
|
275
104
|
export declare const createAccountAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
276
105
|
accountData: any;
|
|
277
106
|
} | undefined, {
|
|
278
107
|
isRetry: boolean;
|
|
279
|
-
}, {
|
|
280
|
-
state?: unknown;
|
|
281
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
282
|
-
extra?: unknown;
|
|
283
|
-
rejectValue?: unknown;
|
|
284
|
-
serializedErrorType?: unknown;
|
|
285
|
-
pendingMeta?: unknown;
|
|
286
|
-
fulfilledMeta?: unknown;
|
|
287
|
-
rejectedMeta?: unknown;
|
|
288
|
-
}>;
|
|
108
|
+
}, {}>;
|
|
289
109
|
export declare const retrieveDetailsAfterCreateAccountAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
290
110
|
boardInfo: any;
|
|
291
111
|
boardData: any;
|
|
292
|
-
}, void, {
|
|
293
|
-
state?: unknown;
|
|
294
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
295
|
-
extra?: unknown;
|
|
296
|
-
rejectValue?: unknown;
|
|
297
|
-
serializedErrorType?: unknown;
|
|
298
|
-
pendingMeta?: unknown;
|
|
299
|
-
fulfilledMeta?: unknown;
|
|
300
|
-
rejectedMeta?: unknown;
|
|
301
|
-
}>;
|
|
112
|
+
}, void, {}>;
|
|
302
113
|
export declare const createEntity: import("@reduxjs/toolkit").AsyncThunk<{
|
|
303
114
|
data: any;
|
|
304
115
|
formData: AuthenticationListFormValues;
|
|
305
|
-
}, AuthenticationListFormValues, {
|
|
306
|
-
state?: unknown;
|
|
307
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
308
|
-
extra?: unknown;
|
|
309
|
-
rejectValue?: unknown;
|
|
310
|
-
serializedErrorType?: unknown;
|
|
311
|
-
pendingMeta?: unknown;
|
|
312
|
-
fulfilledMeta?: unknown;
|
|
313
|
-
rejectedMeta?: unknown;
|
|
314
|
-
}>;
|
|
116
|
+
}, AuthenticationListFormValues, {}>;
|
|
315
117
|
interface verifyPACIAsyncParams {
|
|
316
118
|
onSuccess: () => void;
|
|
317
119
|
onFailure?: () => void;
|
|
@@ -319,113 +121,32 @@ interface verifyPACIAsyncParams {
|
|
|
319
121
|
export declare const updateLeadDOBAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
320
122
|
response: any;
|
|
321
123
|
formData: DOBFormValues;
|
|
322
|
-
}, DOBFormValues, {
|
|
323
|
-
state?: unknown;
|
|
324
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
325
|
-
extra?: unknown;
|
|
326
|
-
rejectValue?: unknown;
|
|
327
|
-
serializedErrorType?: unknown;
|
|
328
|
-
pendingMeta?: unknown;
|
|
329
|
-
fulfilledMeta?: unknown;
|
|
330
|
-
rejectedMeta?: unknown;
|
|
331
|
-
}>;
|
|
124
|
+
}, DOBFormValues, {}>;
|
|
332
125
|
export declare const updateLeadIndividualAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
333
126
|
response: any;
|
|
334
127
|
formData: IndividualFormValues;
|
|
335
|
-
}, AsyncThunkParams<IndividualFormValues>, {
|
|
336
|
-
state?: unknown;
|
|
337
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
338
|
-
extra?: unknown;
|
|
339
|
-
rejectValue?: unknown;
|
|
340
|
-
serializedErrorType?: unknown;
|
|
341
|
-
pendingMeta?: unknown;
|
|
342
|
-
fulfilledMeta?: unknown;
|
|
343
|
-
rejectedMeta?: unknown;
|
|
344
|
-
}>;
|
|
128
|
+
}, AsyncThunkParams<IndividualFormValues>, {}>;
|
|
345
129
|
export declare const updateLeadBusinessDataAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
346
130
|
response: any;
|
|
347
131
|
formData: BusinessDataFormValues;
|
|
348
|
-
}, AsyncThunkParams<BusinessDataFormValues>, {
|
|
349
|
-
state?: unknown;
|
|
350
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
351
|
-
extra?: unknown;
|
|
352
|
-
rejectValue?: unknown;
|
|
353
|
-
serializedErrorType?: unknown;
|
|
354
|
-
pendingMeta?: unknown;
|
|
355
|
-
fulfilledMeta?: unknown;
|
|
356
|
-
rejectedMeta?: unknown;
|
|
357
|
-
}>;
|
|
132
|
+
}, AsyncThunkParams<BusinessDataFormValues>, {}>;
|
|
358
133
|
export declare const updateLeadMobile: import("@reduxjs/toolkit").AsyncThunk<{
|
|
359
134
|
leadResponse: any;
|
|
360
135
|
formData: MobileOwnershipFormValues;
|
|
361
|
-
}, MobileOwnershipFormValues, {
|
|
362
|
-
state?: unknown;
|
|
363
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
364
|
-
extra?: unknown;
|
|
365
|
-
rejectValue?: unknown;
|
|
366
|
-
serializedErrorType?: unknown;
|
|
367
|
-
pendingMeta?: unknown;
|
|
368
|
-
fulfilledMeta?: unknown;
|
|
369
|
-
rejectedMeta?: unknown;
|
|
370
|
-
}>;
|
|
136
|
+
}, MobileOwnershipFormValues, {}>;
|
|
371
137
|
export declare const skipUpdateLeadMobile: import("@reduxjs/toolkit").AsyncThunk<{
|
|
372
138
|
leadResponse: any;
|
|
373
|
-
}, void, {
|
|
374
|
-
state?: unknown;
|
|
375
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
376
|
-
extra?: unknown;
|
|
377
|
-
rejectValue?: unknown;
|
|
378
|
-
serializedErrorType?: unknown;
|
|
379
|
-
pendingMeta?: unknown;
|
|
380
|
-
fulfilledMeta?: unknown;
|
|
381
|
-
rejectedMeta?: unknown;
|
|
382
|
-
}>;
|
|
139
|
+
}, void, {}>;
|
|
383
140
|
export declare const verifyAuthMobileOtpAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
384
141
|
data: any;
|
|
385
|
-
}, OTPFormValues, {
|
|
386
|
-
|
|
387
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
388
|
-
extra?: unknown;
|
|
389
|
-
rejectValue?: unknown;
|
|
390
|
-
serializedErrorType?: unknown;
|
|
391
|
-
pendingMeta?: unknown;
|
|
392
|
-
fulfilledMeta?: unknown;
|
|
393
|
-
rejectedMeta?: unknown;
|
|
394
|
-
}>;
|
|
395
|
-
export declare const resendLeadMobileAuthOTP: import("@reduxjs/toolkit").AsyncThunk<any, void, {
|
|
396
|
-
state?: unknown;
|
|
397
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
398
|
-
extra?: unknown;
|
|
399
|
-
rejectValue?: unknown;
|
|
400
|
-
serializedErrorType?: unknown;
|
|
401
|
-
pendingMeta?: unknown;
|
|
402
|
-
fulfilledMeta?: unknown;
|
|
403
|
-
rejectedMeta?: unknown;
|
|
404
|
-
}>;
|
|
142
|
+
}, OTPFormValues, {}>;
|
|
143
|
+
export declare const resendLeadMobileAuthOTP: import("@reduxjs/toolkit").AsyncThunk<any, void, {}>;
|
|
405
144
|
export declare const confirmInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
406
145
|
boardInfo: any;
|
|
407
146
|
boardData: any;
|
|
408
147
|
confirmData: any;
|
|
409
|
-
} | undefined, AuthenticationListFormValues & AuthMerchantFormValues, {
|
|
410
|
-
|
|
411
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
412
|
-
extra?: unknown;
|
|
413
|
-
rejectValue?: unknown;
|
|
414
|
-
serializedErrorType?: unknown;
|
|
415
|
-
pendingMeta?: unknown;
|
|
416
|
-
fulfilledMeta?: unknown;
|
|
417
|
-
rejectedMeta?: unknown;
|
|
418
|
-
}>;
|
|
419
|
-
export declare const onCloseCompleteAsync: import("@reduxjs/toolkit").AsyncThunk<void, void, {
|
|
420
|
-
state?: unknown;
|
|
421
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
422
|
-
extra?: unknown;
|
|
423
|
-
rejectValue?: unknown;
|
|
424
|
-
serializedErrorType?: unknown;
|
|
425
|
-
pendingMeta?: unknown;
|
|
426
|
-
fulfilledMeta?: unknown;
|
|
427
|
-
rejectedMeta?: unknown;
|
|
428
|
-
}>;
|
|
148
|
+
} | undefined, AuthenticationListFormValues & AuthMerchantFormValues, {}>;
|
|
149
|
+
export declare const onCloseCompleteAsync: import("@reduxjs/toolkit").AsyncThunk<void, void, {}>;
|
|
429
150
|
interface ResponseData {
|
|
430
151
|
responseData?: Record<string, any>;
|
|
431
152
|
}
|
|
@@ -471,7 +192,7 @@ export declare const connectSlice: import("@reduxjs/toolkit").Slice<ConnectExpre
|
|
|
471
192
|
resetStore: (state: ConnectExpressState) => void;
|
|
472
193
|
resetIndividualScreen: (state: ConnectExpressState) => void;
|
|
473
194
|
}, "connectExpress/store">;
|
|
474
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
195
|
+
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>, resetVerifyAuthOTPValue: 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>;
|
|
475
196
|
declare const _default: import("redux").Reducer<ConnectExpressState, import("redux").AnyAction>;
|
|
476
197
|
export default _default;
|
|
477
198
|
export declare const connectExpressSelector: (state: RootState) => ConnectExpressState;
|
|
@@ -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]) {
|
|
@@ -9,70 +9,25 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
9
9
|
entityData: any;
|
|
10
10
|
entityTypes: any;
|
|
11
11
|
token: string;
|
|
12
|
-
}, VerifyLeadTokenProps, {
|
|
13
|
-
state?: unknown;
|
|
14
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
15
|
-
extra?: unknown;
|
|
16
|
-
rejectValue?: unknown;
|
|
17
|
-
serializedErrorType?: unknown;
|
|
18
|
-
pendingMeta?: unknown;
|
|
19
|
-
fulfilledMeta?: unknown;
|
|
20
|
-
rejectedMeta?: unknown;
|
|
21
|
-
}>;
|
|
12
|
+
}, VerifyLeadTokenProps, {}>;
|
|
22
13
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
23
14
|
data: any;
|
|
24
|
-
}, void, {
|
|
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
|
+
}, void, {}>;
|
|
34
16
|
export declare const verifyEntityLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
35
17
|
data: any;
|
|
36
18
|
entityData: any;
|
|
37
19
|
entityTypes: any;
|
|
38
20
|
formData: OTPFormValues;
|
|
39
|
-
}, OTPFormValues, {
|
|
40
|
-
state?: unknown;
|
|
41
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
42
|
-
extra?: unknown;
|
|
43
|
-
rejectValue?: unknown;
|
|
44
|
-
serializedErrorType?: unknown;
|
|
45
|
-
pendingMeta?: unknown;
|
|
46
|
-
fulfilledMeta?: unknown;
|
|
47
|
-
rejectedMeta?: unknown;
|
|
48
|
-
}>;
|
|
21
|
+
}, OTPFormValues, {}>;
|
|
49
22
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
50
23
|
flows: any;
|
|
51
|
-
}, void, {
|
|
52
|
-
|
|
53
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
54
|
-
extra?: unknown;
|
|
55
|
-
rejectValue?: unknown;
|
|
56
|
-
serializedErrorType?: unknown;
|
|
57
|
-
pendingMeta?: unknown;
|
|
58
|
-
fulfilledMeta?: unknown;
|
|
59
|
-
rejectedMeta?: unknown;
|
|
60
|
-
}>;
|
|
61
|
-
type RetrieveBoardProps = {
|
|
24
|
+
}, void, {}>;
|
|
25
|
+
declare type RetrieveBoardProps = {
|
|
62
26
|
boardId: string;
|
|
63
27
|
individualId: string;
|
|
64
28
|
individualType: string;
|
|
65
29
|
};
|
|
66
|
-
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<any, RetrieveBoardProps, {
|
|
67
|
-
state?: unknown;
|
|
68
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
69
|
-
extra?: unknown;
|
|
70
|
-
rejectValue?: unknown;
|
|
71
|
-
serializedErrorType?: unknown;
|
|
72
|
-
pendingMeta?: unknown;
|
|
73
|
-
fulfilledMeta?: unknown;
|
|
74
|
-
rejectedMeta?: unknown;
|
|
75
|
-
}>;
|
|
30
|
+
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<any, RetrieveBoardProps, {}>;
|
|
76
31
|
export declare const updateEntityName: import("@reduxjs/toolkit").AsyncThunk<{
|
|
77
32
|
data: {
|
|
78
33
|
entity: any;
|
|
@@ -80,56 +35,20 @@ export declare const updateEntityName: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
80
35
|
activityList: any;
|
|
81
36
|
};
|
|
82
37
|
formData: EntityNameFormValues;
|
|
83
|
-
}, AsyncThunkParams<EntityNameFormValues>, {
|
|
84
|
-
state?: unknown;
|
|
85
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
86
|
-
extra?: unknown;
|
|
87
|
-
rejectValue?: unknown;
|
|
88
|
-
serializedErrorType?: unknown;
|
|
89
|
-
pendingMeta?: unknown;
|
|
90
|
-
fulfilledMeta?: unknown;
|
|
91
|
-
rejectedMeta?: unknown;
|
|
92
|
-
}>;
|
|
38
|
+
}, AsyncThunkParams<EntityNameFormValues>, {}>;
|
|
93
39
|
export declare const updateEntityCapital: import("@reduxjs/toolkit").AsyncThunk<{
|
|
94
40
|
data: any;
|
|
95
41
|
formData: EntityCapitalFormValues;
|
|
96
|
-
}, AsyncThunkParams<EntityCapitalFormValues>, {
|
|
97
|
-
state?: unknown;
|
|
98
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
99
|
-
extra?: unknown;
|
|
100
|
-
rejectValue?: unknown;
|
|
101
|
-
serializedErrorType?: unknown;
|
|
102
|
-
pendingMeta?: unknown;
|
|
103
|
-
fulfilledMeta?: unknown;
|
|
104
|
-
rejectedMeta?: unknown;
|
|
105
|
-
}>;
|
|
42
|
+
}, AsyncThunkParams<EntityCapitalFormValues>, {}>;
|
|
106
43
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
107
44
|
data: any;
|
|
108
45
|
flows?: undefined;
|
|
109
46
|
} | {
|
|
110
47
|
data: any;
|
|
111
48
|
flows: any;
|
|
112
|
-
} | undefined, void, {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
extra?: unknown;
|
|
116
|
-
rejectValue?: unknown;
|
|
117
|
-
serializedErrorType?: unknown;
|
|
118
|
-
pendingMeta?: unknown;
|
|
119
|
-
fulfilledMeta?: unknown;
|
|
120
|
-
rejectedMeta?: unknown;
|
|
121
|
-
}>;
|
|
122
|
-
export declare const onCloseCompleteEntity: import("@reduxjs/toolkit").AsyncThunk<void, void, {
|
|
123
|
-
state?: unknown;
|
|
124
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
125
|
-
extra?: unknown;
|
|
126
|
-
rejectValue?: unknown;
|
|
127
|
-
serializedErrorType?: unknown;
|
|
128
|
-
pendingMeta?: unknown;
|
|
129
|
-
fulfilledMeta?: unknown;
|
|
130
|
-
rejectedMeta?: unknown;
|
|
131
|
-
}>;
|
|
132
|
-
type VerifyData = {
|
|
49
|
+
} | undefined, void, {}>;
|
|
50
|
+
export declare const onCloseCompleteEntity: import("@reduxjs/toolkit").AsyncThunk<void, void, {}>;
|
|
51
|
+
declare type VerifyData = {
|
|
133
52
|
token: string;
|
|
134
53
|
};
|
|
135
54
|
export interface EntityData {
|
|
@@ -152,7 +71,7 @@ export declare const entitySlice: import("@reduxjs/toolkit").Slice<EntityState,
|
|
|
152
71
|
uploadingArticleStatus: (state: EntityState, action: ActionState<boolean>) => void;
|
|
153
72
|
clearAOAFile: (state: EntityState) => void;
|
|
154
73
|
}, "entity/store">;
|
|
155
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
74
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, uploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, uploadingArticleStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, clearAOAFile: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>;
|
|
156
75
|
declare const _default: import("redux").Reducer<EntityState, import("redux").AnyAction>;
|
|
157
76
|
export default _default;
|
|
158
77
|
export declare const entitySelector: (state: RootState) => EntityState;
|
|
@@ -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]) {
|