@tap-payments/auth-jsconnect 2.8.61-development → 2.8.62-beta
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/redux.d.ts +0 -1
- 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 +12 -12
- package/build/api/entity.js +4 -12
- package/build/api/file.d.ts +1 -1
- package/build/api/firebase.js +1 -1
- package/build/api/index.d.ts +2 -2
- package/build/api/individual.d.ts +5 -5
- package/build/api/init.d.ts +1 -1
- package/build/api/lead.d.ts +12 -12
- package/build/api/lead.js +1 -1
- package/build/api/operator.d.ts +2 -2
- package/build/api/operator.js +1 -1
- package/build/api/user.d.ts +2 -2
- package/build/app/settings.d.ts +21 -3
- package/build/app/settings.js +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 +1 -2
- package/build/components/AnimationFlow/Loader.d.ts +1 -2
- package/build/components/ArabicDatePicker/ArabicDatePicker.d.ts +1 -1
- package/build/components/Button/Button.d.ts +1 -1
- package/build/components/CheckBox/CheckBox.d.ts +1 -1
- package/build/components/Collapse/Collapse.d.ts +1 -2
- package/build/components/DatePicker/DatePicker.d.ts +1 -1
- package/build/components/ExpandIcon/ExpandIcon.d.ts +1 -2
- package/build/components/FileInput/DragAndDrop.d.ts +1 -2
- package/build/components/FileInput/UploadInput.d.ts +1 -2
- package/build/components/Footer/Footer.d.ts +1 -1
- package/build/components/Form/Form.d.ts +1 -1
- package/build/components/Input/Input.d.ts +1 -1
- package/build/components/InputAdornment/InputAdornment.d.ts +1 -1
- package/build/components/List/List.d.ts +1 -1
- package/build/components/ListItem/ListItem.d.ts +1 -1
- package/build/components/Loader/Loader.d.ts +1 -1
- package/build/components/LogoBadge/LogoBadge.d.ts +1 -1
- package/build/components/OTPField/OTPField.d.ts +1 -1
- package/build/components/OTPTimer/OTPTimer.d.ts +1 -1
- package/build/components/ProgressBar/CircularProgressBar.d.ts +1 -2
- package/build/components/ProgressBar/ProgressBar.d.ts +1 -1
- package/build/components/Providers/ReduxProvider.d.ts +1 -1
- package/build/components/Providers/ThemeProvider.d.ts +1 -1
- package/build/components/Radio/Radio.d.ts +1 -1
- package/build/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/build/components/RadioLabel/RadioLabel.d.ts +1 -1
- package/build/components/SimpleList/SimpleList.d.ts +1 -1
- package/build/components/Slide/Slide.d.ts +1 -1
- package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
- package/build/components/Text/Text.d.ts +1 -1
- package/build/components/ToggleButton/ToggleButton.d.ts +1 -1
- package/build/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
- package/build/components/Tooltip/Tooltip.d.ts +1 -1
- package/build/components/Tooltip/Tooltip.js +1 -1
- package/build/components/Warning/Warning.d.ts +1 -1
- package/build/constants/api.d.ts +1 -0
- package/build/constants/api.js +2 -0
- package/build/constants/app.d.ts +3 -1
- package/build/constants/app.js +2 -0
- package/build/features/app/auth/authStore.d.ts +201 -21
- package/build/features/app/auth/authStore.js +1 -1
- package/build/features/app/bank/bankStore.d.ts +110 -23
- package/build/features/app/bank/bankStore.js +166 -184
- package/build/features/app/board/boardStore.d.ts +41 -5
- package/build/features/app/board/boardStore.js +17 -19
- package/build/features/app/brand/brandStore.d.ts +172 -31
- package/build/features/app/brand/brandStore.js +240 -244
- package/build/features/app/business/businessStore.d.ts +162 -18
- package/build/features/app/business/businessStore.js +2 -8
- package/build/features/app/connect/connectStore.d.ts +151 -16
- package/build/features/app/connect/connectStore.js +1 -1
- package/build/features/app/connectExpress/connectExpressStore.d.ts +281 -29
- package/build/features/app/connectExpress/connectExpressStore.js +1 -1
- package/build/features/app/entity/entityStore.d.ts +125 -30
- package/build/features/app/entity/entityStore.js +250 -205
- package/build/features/app/individual/individualStore.d.ts +220 -39
- package/build/features/app/individual/individualStore.js +271 -222
- package/build/features/app/password/passwordStore.d.ts +145 -31
- package/build/features/app/password/passwordStore.js +217 -171
- package/build/features/app/signIn/signInStore.d.ts +61 -7
- package/build/features/app/signIn/signInStore.js +1 -1
- package/build/features/app/tax/taxStore.d.ts +88 -22
- package/build/features/app/tax/taxStore.js +148 -169
- package/build/features/auth/Auth.d.ts +1 -2
- package/build/features/auth/Auth.js +1 -1
- package/build/features/auth/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
- package/build/features/auth/screens/AccountNotFound/AccountNotFound.d.ts +1 -1
- package/build/features/auth/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
- package/build/features/auth/screens/AuthSwitch/AuthSwitch.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/BrandList.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/EntityLegalName.d.ts +1 -2
- package/build/features/auth/screens/AuthenticationList/EntityLicenseType.d.ts +5 -27
- 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 +1 -2
- 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 +1 -2
- package/build/features/bank/screens/BankDetails/BankDetails.d.ts +1 -2
- package/build/features/bank/screens/BankDetails/BankDetails.js +4 -17
- package/build/features/bank/screens/BankDetails/BankName.d.ts +2 -3
- package/build/features/bank/screens/BankDetails/BankStatement.d.ts +2 -3
- package/build/features/bank/screens/BankDetails/Beneficiary.d.ts +1 -2
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +2 -3
- package/build/features/bank/screens/BankDetails/IBAN.d.ts +1 -2
- package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
- package/build/features/bank/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/bank/screens/Success/Success.d.ts +1 -1
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/bank/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/bank/screens/Verify/Verify.d.ts +1 -1
- package/build/features/board/Board.d.ts +1 -2
- package/build/features/board/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/board/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/board/screens/Verify/Verify.d.ts +1 -1
- package/build/features/brand/Brand.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +15 -58
- package/build/features/brand/screens/BrandActivities/BrandActivities.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/BrandActivities.js +11 -48
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +13 -37
- package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +10 -31
- package/build/features/brand/screens/BrandActivities/TAC.d.ts +3 -8
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +2 -3
- package/build/features/brand/screens/BrandInfo/BrandInfo.d.ts +1 -2
- package/build/features/brand/screens/BrandInfo/BrandInfo.js +4 -22
- package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +2 -3
- package/build/features/brand/screens/BrandInfo/BrandName.d.ts +1 -1
- package/build/features/brand/screens/BrandInfo/BrandName.js +1 -1
- package/build/features/brand/screens/BrandInfo/SalesChannels.d.ts +1 -2
- package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.d.ts +1 -2
- package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.js +6 -22
- package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.d.ts +1 -2
- package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.d.ts +1 -2
- package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.d.ts +1 -2
- package/build/features/brand/screens/BrandSegmentInfo/TeamSize.d.ts +1 -2
- package/build/features/brand/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/brand/screens/Success/Success.d.ts +1 -1
- package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/brand/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/brand/screens/Verify/Verify.d.ts +1 -1
- package/build/features/business/Business.d.ts +1 -2
- package/build/features/business/screens/Activities/Activities.d.ts +1 -2
- package/build/features/business/screens/Activities/Activities.js +1 -9
- package/build/features/business/screens/Activities/ActivitiesList.d.ts +9 -25
- package/build/features/business/screens/Activities/LicenseName.d.ts +1 -1
- package/build/features/business/screens/Activities/OperationStartDate.d.ts +5 -13
- package/build/features/business/screens/BrandDetails/BrandDetails.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/BrandName.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/Header.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/LicenseInfo.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +5 -13
- package/build/features/business/screens/BusinessType/Article.d.ts +2 -3
- package/build/features/business/screens/BusinessType/BusinessType.d.ts +1 -1
- package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +1 -1
- package/build/features/business/screens/BusinessType/EntityName.d.ts +1 -2
- package/build/features/business/screens/BusinessType/LicenseCertificate.d.ts +1 -2
- package/build/features/business/screens/BusinessType/LicenseList.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseNumber.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseType.d.ts +6 -28
- package/build/features/business/screens/BusinessType/SelectType.d.ts +1 -1
- package/build/features/business/screens/BusinessType/Switch.d.ts +1 -1
- package/build/features/business/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +19 -70
- package/build/features/business/screens/Customers/Customers.d.ts +1 -1
- package/build/features/business/screens/Customers/Customers.js +1 -9
- package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +1 -2
- package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +1 -2
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +10 -31
- package/build/features/business/screens/Customers/TransactionPolicy.d.ts +2 -3
- 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 +1 -2
- package/build/features/connect/Connect.js +1 -1
- package/build/features/connect/screens/BrandSegment/BrandSegment.d.ts +1 -1
- package/build/features/connect/screens/BrandSegment/TeamSize.d.ts +1 -2
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +2 -8
- 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 +1 -2
- package/build/features/connect/screens/Merchant/TAC.d.ts +1 -1
- package/build/features/connect/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/connect/screens/Mobile/Title.d.ts +1 -1
- package/build/features/connect/screens/NID/DOB.d.ts +1 -2
- package/build/features/connect/screens/NID/NID.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTP.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/connect/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/connect/screens/ThankYou/ThankYou.d.ts +1 -1
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/ConnectExpress.d.ts +1 -2
- package/build/features/connectExpress/ConnectExpress.js +1 -1
- package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.d.ts +1 -1
- package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/BrandList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.d.ts +1 -2
- package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.d.ts +5 -27
- 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 +6 -28
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +3 -8
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Name.d.ts +1 -1
- package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.d.ts +1 -1
- package/build/features/connectExpress/screens/IdentityOTP/OTP.d.ts +1 -1
- package/build/features/connectExpress/screens/IdentityOTP/OTPInput.d.ts +1 -1
- package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/TAC.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Title.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/DOB.d.ts +1 -2
- package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/TAC.d.ts +3 -8
- package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +1 -2
- package/build/features/connectExpress/screens/NIDMissed/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/OTP/OTP.d.ts +1 -1
- package/build/features/connectExpress/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/connectExpress/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.d.ts +1 -1
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/entity/Entity.d.ts +1 -2
- package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +9 -25
- package/build/features/entity/screens/EntityCapital/CapitalPaid.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/CapitalShareCount.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/EntityCapital.d.ts +1 -2
- package/build/features/entity/screens/EntityCapital/EntityCapital.js +9 -33
- package/build/features/entity/screens/EntityName/Article.d.ts +2 -3
- package/build/features/entity/screens/EntityName/EntityName.d.ts +1 -2
- package/build/features/entity/screens/EntityName/EntityName.js +14 -31
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +15 -58
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +5 -13
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +5 -13
- package/build/features/entity/screens/EntityName/LegalName.d.ts +1 -1
- package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +1 -2
- package/build/features/entity/screens/EntityName/LicenseNumber.d.ts +1 -1
- package/build/features/entity/screens/EntityName/UnifiedNumber.d.ts +1 -1
- package/build/features/entity/screens/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 +1 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +5 -13
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +10 -43
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +2 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.d.ts +5 -27
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +5 -27
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +1 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/Email.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/Email.js +1 -1
- package/build/features/individual/screens/IndividualList/IndividualList.d.ts +9 -25
- package/build/features/individual/screens/IndividualList/IndividualList.js +0 -7
- package/build/features/individual/screens/IndividualList/UserList.d.ts +1 -2
- package/build/features/individual/screens/IndividualList/UserList.js +3 -3
- package/build/features/individual/screens/IndividualPersonalInfo/DOB.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Email.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +6 -28
- package/build/features/individual/screens/IndividualPersonalInfo/ID.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +5 -13
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +18 -73
- 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 +1 -2
- package/build/features/password/Password.js +2 -2
- package/build/features/password/screens/CreatePassword/ConditionText.d.ts +1 -2
- package/build/features/password/screens/CreatePassword/ConfirmPassword.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/CreatePassword.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/Password.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/PasswordBar.d.ts +1 -2
- package/build/features/password/screens/OTP/OTP.d.ts +1 -1
- package/build/features/password/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/password/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/password/screens/Success/Success.d.ts +1 -1
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/password/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/password/screens/Verify/Verify.d.ts +1 -1
- package/build/features/shared/AcceptancePayouts/AcceptancePayouts.d.ts +1 -2
- package/build/features/shared/Address/Address.d.ts +1 -2
- package/build/features/shared/Address/CountryList.d.ts +14 -46
- package/build/features/shared/Address/InputSelect.d.ts +14 -46
- package/build/features/shared/Address/InputSelect.js +1 -1
- package/build/features/shared/Address/InputText.d.ts +1 -1
- package/build/features/shared/Background/Background.d.ts +1 -1
- package/build/features/shared/Background/LogoBackground.d.ts +1 -1
- package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.d.ts +1 -2
- package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +1 -2
- package/build/features/shared/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/shared/Button/AbsherButton.d.ts +1 -2
- package/build/features/shared/Button/Button.d.ts +1 -2
- package/build/features/shared/Button/EmailProvidersButtons.d.ts +2 -3
- package/build/features/shared/Button/FlowsButtons.d.ts +2 -3
- package/build/features/shared/Button/FlowsButtons.js +2 -8
- package/build/features/shared/Button/IndividualActionButtons.d.ts +2 -2
- package/build/features/shared/Button/MobileButton.d.ts +1 -2
- package/build/features/shared/Button/SuccessButton.d.ts +1 -2
- package/build/features/shared/Calender/Calender.d.ts +1 -2
- package/build/features/shared/CheckIcon/CheckIcon.d.ts +2 -3
- package/build/features/shared/Chip/Chip.d.ts +1 -2
- package/build/features/shared/ClearIcon/ClearIcon.d.ts +1 -2
- package/build/features/shared/Containers/FeatureContainer.d.ts +1 -1
- package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
- package/build/features/shared/CreateAccountLoading/CreateAccountLoading.d.ts +1 -1
- package/build/features/shared/DataLoading/DataLoading.d.ts +1 -1
- package/build/features/shared/Dialog/CloseDialog.d.ts +1 -2
- package/build/features/shared/Dialog/DialogContainer.d.ts +1 -1
- package/build/features/shared/Dot/Dot.d.ts +1 -2
- package/build/features/shared/EndAdornment/EndAdornment.d.ts +1 -2
- package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +1 -2
- package/build/features/shared/Footer/Footer.d.ts +1 -2
- package/build/features/shared/Footer/PoweredByFooter.d.ts +2 -3
- package/build/features/shared/GenericError/GenericError.d.ts +1 -1
- package/build/features/shared/Input/Input.d.ts +6 -14
- package/build/features/shared/InputSelect/InputSelect.d.ts +1 -2
- package/build/features/shared/Mandatory/Mandatory.d.ts +1 -2
- package/build/features/shared/OTP/OTP.d.ts +1 -1
- package/build/features/shared/PaciVerification/PaciVerification.d.ts +1 -1
- package/build/features/shared/PasswordIcon/PasswordIcon.d.ts +1 -2
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +1 -2
- package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
- package/build/features/shared/Search/Search.d.ts +1 -2
- package/build/features/shared/SearchIcon/SearchIcon.d.ts +1 -2
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -1
- package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -1
- package/build/features/shared/UploadFile/FileUpload.d.ts +4 -9
- package/build/features/shared/UploadFile/FileUpload.js +1 -1
- package/build/features/shared/UploadFile/UploadFile.d.ts +3 -8
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +3 -8
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +4 -9
- package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +3 -8
- package/build/features/signIn/SignIn.d.ts +1 -2
- package/build/features/signIn/SignIn.js +2 -10
- package/build/features/signIn/screens/Email/Email.d.ts +1 -1
- package/build/features/signIn/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/signIn/screens/OTP/OTP.d.ts +1 -1
- package/build/features/signIn/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/signIn/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/signIn/screens/Password/Password.d.ts +1 -1
- package/build/features/signIn/screens/Password/PasswordInput.d.ts +1 -1
- package/build/features/tax/Tax.d.ts +1 -2
- package/build/features/tax/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/tax/screens/Success/Success.d.ts +1 -1
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +2 -3
- package/build/features/tax/screens/TaxDetails/TaxDetails.d.ts +1 -2
- package/build/features/tax/screens/TaxDetails/TaxDetails.js +2 -7
- package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +1 -2
- package/build/features/tax/screens/TaxDetails/VATId.d.ts +2 -3
- package/build/features/tax/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/tax/screens/Verify/Verify.d.ts +1 -1
- package/build/hooks/index.d.ts +0 -1
- package/build/hooks/index.js +0 -1
- package/build/hooks/useDataVerified.d.ts +1 -1
- package/build/hooks/useExcludeReadOnlyFelids.d.ts +2 -2
- package/build/hooks/useFormErrorAndUpdateReadOnly.d.ts +2 -2
- package/build/hooks/useFormReadOnly.d.ts +2 -2
- package/build/hooks/useSetFromDefaultValues.d.ts +1 -1
- package/build/utils/array.js +1 -1
- package/build/utils/common.js +4 -4
- package/package.json +2 -2
- package/build/hooks/useFormDirtyCheck.d.ts +0 -10
- package/build/hooks/useFormDirtyCheck.js +0 -66
|
@@ -16,10 +16,28 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
16
16
|
leadData?: undefined;
|
|
17
17
|
brandData?: undefined;
|
|
18
18
|
boardId?: undefined;
|
|
19
|
-
}, string, {
|
|
19
|
+
}, string, {
|
|
20
|
+
state?: unknown;
|
|
21
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
22
|
+
extra?: unknown;
|
|
23
|
+
rejectValue?: unknown;
|
|
24
|
+
serializedErrorType?: unknown;
|
|
25
|
+
pendingMeta?: unknown;
|
|
26
|
+
fulfilledMeta?: unknown;
|
|
27
|
+
rejectedMeta?: unknown;
|
|
28
|
+
}>;
|
|
20
29
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
21
30
|
data: any;
|
|
22
|
-
}, void, {
|
|
31
|
+
}, void, {
|
|
32
|
+
state?: unknown;
|
|
33
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
34
|
+
extra?: unknown;
|
|
35
|
+
rejectValue?: unknown;
|
|
36
|
+
serializedErrorType?: unknown;
|
|
37
|
+
pendingMeta?: unknown;
|
|
38
|
+
fulfilledMeta?: unknown;
|
|
39
|
+
rejectedMeta?: unknown;
|
|
40
|
+
}>;
|
|
23
41
|
export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
24
42
|
data: any;
|
|
25
43
|
isicActivityList: any;
|
|
@@ -29,17 +47,44 @@ export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
29
47
|
};
|
|
30
48
|
brand: any;
|
|
31
49
|
leadData: any;
|
|
32
|
-
}, OTPFormValues, {
|
|
50
|
+
}, OTPFormValues, {
|
|
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
|
+
}>;
|
|
33
60
|
interface verifyPACIParams {
|
|
34
61
|
onSuccess?: () => void;
|
|
35
62
|
}
|
|
36
63
|
export declare const verifyPACI: import("@reduxjs/toolkit").AsyncThunk<{
|
|
37
64
|
response: any;
|
|
38
|
-
}, verifyPACIParams, {
|
|
65
|
+
}, verifyPACIParams, {
|
|
66
|
+
state?: unknown;
|
|
67
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
68
|
+
extra?: unknown;
|
|
69
|
+
rejectValue?: unknown;
|
|
70
|
+
serializedErrorType?: unknown;
|
|
71
|
+
pendingMeta?: unknown;
|
|
72
|
+
fulfilledMeta?: unknown;
|
|
73
|
+
rejectedMeta?: unknown;
|
|
74
|
+
}>;
|
|
39
75
|
export declare const createCivilIdAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
40
76
|
response: any;
|
|
41
77
|
formData: CivilFormValues;
|
|
42
|
-
}, CivilFormValues, {
|
|
78
|
+
}, CivilFormValues, {
|
|
79
|
+
state?: unknown;
|
|
80
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
81
|
+
extra?: unknown;
|
|
82
|
+
rejectValue?: unknown;
|
|
83
|
+
serializedErrorType?: unknown;
|
|
84
|
+
pendingMeta?: unknown;
|
|
85
|
+
fulfilledMeta?: unknown;
|
|
86
|
+
rejectedMeta?: unknown;
|
|
87
|
+
}>;
|
|
43
88
|
export declare const updateLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<{
|
|
44
89
|
data: any;
|
|
45
90
|
formData: {
|
|
@@ -48,11 +93,38 @@ export declare const updateLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
48
93
|
dob: string;
|
|
49
94
|
termAndConditionChecked?: boolean | undefined;
|
|
50
95
|
};
|
|
51
|
-
}, NIDFormValues, {
|
|
52
|
-
|
|
96
|
+
}, NIDFormValues, {
|
|
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
|
+
}>;
|
|
106
|
+
export declare const resendOTPLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<any, void, {
|
|
107
|
+
state?: unknown;
|
|
108
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
109
|
+
extra?: unknown;
|
|
110
|
+
rejectValue?: unknown;
|
|
111
|
+
serializedErrorType?: unknown;
|
|
112
|
+
pendingMeta?: unknown;
|
|
113
|
+
fulfilledMeta?: unknown;
|
|
114
|
+
rejectedMeta?: unknown;
|
|
115
|
+
}>;
|
|
53
116
|
export declare const retrieveEntityList: import("@reduxjs/toolkit").AsyncThunk<any, {
|
|
54
117
|
leadId: string;
|
|
55
|
-
}, {
|
|
118
|
+
}, {
|
|
119
|
+
state?: unknown;
|
|
120
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
121
|
+
extra?: unknown;
|
|
122
|
+
rejectValue?: unknown;
|
|
123
|
+
serializedErrorType?: unknown;
|
|
124
|
+
pendingMeta?: unknown;
|
|
125
|
+
fulfilledMeta?: unknown;
|
|
126
|
+
rejectedMeta?: unknown;
|
|
127
|
+
}>;
|
|
56
128
|
export declare const retrieveAllEntityList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
57
129
|
data: any;
|
|
58
130
|
businessCountryCode: string;
|
|
@@ -60,10 +132,28 @@ export declare const retrieveAllEntityList: import("@reduxjs/toolkit").AsyncThun
|
|
|
60
132
|
}, {
|
|
61
133
|
businessId: string;
|
|
62
134
|
entityId: string;
|
|
63
|
-
}, {
|
|
135
|
+
}, {
|
|
136
|
+
state?: unknown;
|
|
137
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
138
|
+
extra?: unknown;
|
|
139
|
+
rejectValue?: unknown;
|
|
140
|
+
serializedErrorType?: unknown;
|
|
141
|
+
pendingMeta?: unknown;
|
|
142
|
+
fulfilledMeta?: unknown;
|
|
143
|
+
rejectedMeta?: unknown;
|
|
144
|
+
}>;
|
|
64
145
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
65
146
|
data: any;
|
|
66
|
-
}, string, {
|
|
147
|
+
}, string, {
|
|
148
|
+
state?: unknown;
|
|
149
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
150
|
+
extra?: unknown;
|
|
151
|
+
rejectValue?: unknown;
|
|
152
|
+
serializedErrorType?: unknown;
|
|
153
|
+
pendingMeta?: unknown;
|
|
154
|
+
fulfilledMeta?: unknown;
|
|
155
|
+
rejectedMeta?: unknown;
|
|
156
|
+
}>;
|
|
67
157
|
export declare const updateLeadBusinessType: import("@reduxjs/toolkit").AsyncThunk<{
|
|
68
158
|
data: any;
|
|
69
159
|
formData: BusinessTypeFormValues;
|
|
@@ -71,29 +161,83 @@ export declare const updateLeadBusinessType: import("@reduxjs/toolkit").AsyncThu
|
|
|
71
161
|
documentData: any;
|
|
72
162
|
entityData: any;
|
|
73
163
|
isicActivityList: any;
|
|
74
|
-
}, BusinessTypeFormValues, {
|
|
164
|
+
}, BusinessTypeFormValues, {
|
|
165
|
+
state?: unknown;
|
|
166
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
167
|
+
extra?: unknown;
|
|
168
|
+
rejectValue?: unknown;
|
|
169
|
+
serializedErrorType?: unknown;
|
|
170
|
+
pendingMeta?: unknown;
|
|
171
|
+
fulfilledMeta?: unknown;
|
|
172
|
+
rejectedMeta?: unknown;
|
|
173
|
+
}>;
|
|
75
174
|
export declare const updateActivitiesInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
76
175
|
data: any;
|
|
77
176
|
formData: ActivitiesFormValues;
|
|
78
|
-
}, AsyncThunkParams<ActivitiesFormValues>, {
|
|
177
|
+
}, AsyncThunkParams<ActivitiesFormValues>, {
|
|
178
|
+
state?: unknown;
|
|
179
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
180
|
+
extra?: unknown;
|
|
181
|
+
rejectValue?: unknown;
|
|
182
|
+
serializedErrorType?: unknown;
|
|
183
|
+
pendingMeta?: unknown;
|
|
184
|
+
fulfilledMeta?: unknown;
|
|
185
|
+
rejectedMeta?: unknown;
|
|
186
|
+
}>;
|
|
79
187
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
80
188
|
customerBases: any;
|
|
81
189
|
expectedSales: any;
|
|
82
190
|
expectedCustomerSales: any;
|
|
83
191
|
countryISO2: string;
|
|
84
|
-
}, void, {
|
|
192
|
+
}, void, {
|
|
193
|
+
state?: unknown;
|
|
194
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
195
|
+
extra?: unknown;
|
|
196
|
+
rejectValue?: unknown;
|
|
197
|
+
serializedErrorType?: unknown;
|
|
198
|
+
pendingMeta?: unknown;
|
|
199
|
+
fulfilledMeta?: unknown;
|
|
200
|
+
rejectedMeta?: unknown;
|
|
201
|
+
}>;
|
|
85
202
|
export declare const updateCustomersInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
86
203
|
data: any;
|
|
87
204
|
formData: CustomersFormValues;
|
|
88
|
-
}, AsyncThunkParams<CustomersFormValues>, {
|
|
205
|
+
}, AsyncThunkParams<CustomersFormValues>, {
|
|
206
|
+
state?: unknown;
|
|
207
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
208
|
+
extra?: unknown;
|
|
209
|
+
rejectValue?: unknown;
|
|
210
|
+
serializedErrorType?: unknown;
|
|
211
|
+
pendingMeta?: unknown;
|
|
212
|
+
fulfilledMeta?: unknown;
|
|
213
|
+
rejectedMeta?: unknown;
|
|
214
|
+
}>;
|
|
89
215
|
export declare const updateLeadSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
90
216
|
response: any;
|
|
91
217
|
formData: void;
|
|
92
|
-
} | undefined, void, {
|
|
218
|
+
} | undefined, void, {
|
|
219
|
+
state?: unknown;
|
|
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
|
+
}>;
|
|
93
228
|
export declare const updateStepName: import("@reduxjs/toolkit").AsyncThunk<{
|
|
94
229
|
response: any;
|
|
95
|
-
}, string, {
|
|
96
|
-
|
|
230
|
+
}, string, {
|
|
231
|
+
state?: unknown;
|
|
232
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
233
|
+
extra?: unknown;
|
|
234
|
+
rejectValue?: unknown;
|
|
235
|
+
serializedErrorType?: unknown;
|
|
236
|
+
pendingMeta?: unknown;
|
|
237
|
+
fulfilledMeta?: unknown;
|
|
238
|
+
rejectedMeta?: unknown;
|
|
239
|
+
}>;
|
|
240
|
+
type VerifyData = {
|
|
97
241
|
token: string;
|
|
98
242
|
};
|
|
99
243
|
export interface BusinessData {
|
|
@@ -123,7 +267,7 @@ export declare const businessSlice: import("@reduxjs/toolkit").Slice<BusinessSta
|
|
|
123
267
|
uploadingArticleStatus: (state: BusinessState, action: ActionState<boolean>) => void;
|
|
124
268
|
clearAOAFile: (state: BusinessState) => void;
|
|
125
269
|
}, "business/store">;
|
|
126
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
270
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"business/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"business/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"business/store/resetOTPScreen">, uploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "business/store/uploadingStatus">, uploadingArticleStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "business/store/uploadingArticleStatus">, clearAOAFile: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"business/store/clearAOAFile">;
|
|
127
271
|
declare const _default: import("redux").Reducer<BusinessState, import("redux").AnyAction>;
|
|
128
272
|
export default _default;
|
|
129
273
|
export declare const businessSelector: (state: RootState) => BusinessState;
|
|
@@ -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 (_) try {
|
|
27
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) 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]) {
|
|
@@ -59,7 +59,7 @@ import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
|
|
|
59
59
|
import API from '../../../api';
|
|
60
60
|
import { BusinessType, FlowsTypes, DocumentPurpose, LicenseType } from '../../../@types';
|
|
61
61
|
import { BUSINESS_STEP_NAMES, EXPECTED_SALES_LIST, IDENTIFICATION_TYPE, OTHER_CR_LICENSE, OTHER_ENTITY_LICENSE, OTHER_FL_LICENSE } from '../../../constants';
|
|
62
|
-
import { convertNumbers2English, hasKey, sleep, isKW, isSA, dateFormat, isOtherLicense, isOtherThanKWOrSA, hasNoneEditableValue
|
|
62
|
+
import { convertNumbers2English, hasKey, sleep, isKW, isSA, dateFormat, isOtherLicense, isOtherThanKWOrSA, hasNoneEditableValue } from '../../../utils';
|
|
63
63
|
import { handleNextScreenStep, handlePublicKey, handleSetCountryByIso2 } from '../../../app/settings';
|
|
64
64
|
export var verifyLeadToken = createAsyncThunk('businessVerifyLeadToken', function (token, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
|
|
65
65
|
var payload, data, publicKey, countryIso2, boardData, brandData, isicActivityList, leadData, _a, steps, brand, board_id, business_id, entity, brandID, hasBusinessCompleted, hasBusinessCRInfoCompleted, hasBusinessCRActivitiesCompleted, hasBusinessCustomersCompleted, list, list;
|
|
@@ -759,12 +759,6 @@ export var updateLeadSuccess = createAsyncThunk('businessUpdateLeadSuccess', fun
|
|
|
759
759
|
return [4, API.leadService.updateLead(payload)];
|
|
760
760
|
case 1:
|
|
761
761
|
data = _g.sent();
|
|
762
|
-
sendCustomEventToGTM({
|
|
763
|
-
event: 'Send Event',
|
|
764
|
-
event_category: 'Account Creation Flow',
|
|
765
|
-
event_action: 'Account Creation Success',
|
|
766
|
-
event_label: settings.data.businessCountry.iso2
|
|
767
|
-
});
|
|
768
762
|
board_id = data === null || data === void 0 ? void 0 : data.board_id;
|
|
769
763
|
if (!board_id) return [3, 4];
|
|
770
764
|
return [4, API.boardService.retrieveBoardInfoStatus(board_id)];
|
|
@@ -1,17 +1,62 @@
|
|
|
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, {
|
|
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
|
+
}>;
|
|
5
14
|
export declare const createMobileAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
6
15
|
response: any;
|
|
7
16
|
formData: MobileFormValues;
|
|
8
|
-
}, 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
|
+
}>;
|
|
9
27
|
export declare const createCivilIdAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
10
28
|
response: any;
|
|
11
29
|
formData: CivilFormValues;
|
|
12
|
-
}, CivilFormValues, {
|
|
13
|
-
|
|
14
|
-
|
|
30
|
+
}, CivilFormValues, {
|
|
31
|
+
state?: unknown;
|
|
32
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
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
|
+
}>;
|
|
15
60
|
export declare const createNIDAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
16
61
|
response: any;
|
|
17
62
|
formData: {
|
|
@@ -20,12 +65,30 @@ export declare const createNIDAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
20
65
|
dob: string;
|
|
21
66
|
termAndConditionChecked?: boolean | undefined;
|
|
22
67
|
};
|
|
23
|
-
}, NIDFormValues, {
|
|
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
|
+
}>;
|
|
24
78
|
export declare const verifyAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
25
79
|
authResponse: any;
|
|
26
80
|
leadResponse: any;
|
|
27
81
|
countryCode: CountryCode;
|
|
28
|
-
}, OTPFormValues, {
|
|
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
|
+
}>;
|
|
29
92
|
interface verifyPACIParams {
|
|
30
93
|
onSuccess?: () => void;
|
|
31
94
|
}
|
|
@@ -33,18 +96,45 @@ export declare const verifyPACI: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
33
96
|
authResponse: any;
|
|
34
97
|
leadResponse: any;
|
|
35
98
|
countryCode: CountryCode;
|
|
36
|
-
}, verifyPACIParams, {
|
|
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
|
+
}>;
|
|
37
109
|
export declare const updateLeadIndividual: import("@reduxjs/toolkit").AsyncThunk<{
|
|
38
110
|
leadResponse: any;
|
|
39
111
|
formData: IndividualFormValues;
|
|
40
|
-
}, 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
|
+
}>;
|
|
41
122
|
export declare const retrieveLead: import("@reduxjs/toolkit").AsyncThunk<{
|
|
42
123
|
data: any;
|
|
43
124
|
countryCode: CountryCode;
|
|
44
125
|
}, {
|
|
45
126
|
leadId: string;
|
|
46
127
|
isRedirect?: boolean | undefined;
|
|
47
|
-
}, {
|
|
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
|
+
}>;
|
|
48
138
|
export declare const updateLeadBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
49
139
|
response: any;
|
|
50
140
|
formData: BrandFormValues & {
|
|
@@ -52,11 +142,29 @@ export declare const updateLeadBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
52
142
|
};
|
|
53
143
|
}, BrandFormValues & {
|
|
54
144
|
isNewBrand: boolean;
|
|
55
|
-
}, {
|
|
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
|
+
}>;
|
|
56
155
|
export declare const updateLeadBrandSegment: import("@reduxjs/toolkit").AsyncThunk<{
|
|
57
156
|
response: any;
|
|
58
157
|
formData: Pick<BrandSegmentFormValues, "teamSize">;
|
|
59
|
-
}, 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
|
+
}>;
|
|
60
168
|
export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
61
169
|
response: any;
|
|
62
170
|
formData: string;
|
|
@@ -64,7 +172,16 @@ export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThu
|
|
|
64
172
|
email: string;
|
|
65
173
|
cancelToken: CancelToken;
|
|
66
174
|
onSuccess?: (() => void) | undefined;
|
|
67
|
-
}, {
|
|
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
|
+
}>;
|
|
68
185
|
export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
69
186
|
response: any;
|
|
70
187
|
formData: {
|
|
@@ -74,11 +191,29 @@ export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").Asyn
|
|
|
74
191
|
name: string;
|
|
75
192
|
cancelToken: CancelToken;
|
|
76
193
|
onSuccess?: (() => void) | undefined;
|
|
77
|
-
}, {
|
|
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
|
+
}>;
|
|
78
204
|
export declare const updateLeadSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
79
205
|
response: any;
|
|
80
206
|
formData: void;
|
|
81
|
-
}, 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
|
+
}>;
|
|
82
217
|
export interface ConnectData {
|
|
83
218
|
leadId: string;
|
|
84
219
|
mobileData: (MobileFormValues | undefined) & ResponseData;
|
|
@@ -112,7 +247,7 @@ export declare const connectSlice: import("@reduxjs/toolkit").Slice<ConnectState
|
|
|
112
247
|
setDefaultCountryCode: (state: ConnectState, action: ActionState<CountryCode>) => void;
|
|
113
248
|
resetStore: (state: ConnectState) => void;
|
|
114
249
|
}, "connect/store">;
|
|
115
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
250
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/clearError">, storeLeadId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "connect/store/storeLeadId">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/stopLoader">, resetMobileScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, "connect/store/resetMobileScreen">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/resetOTPScreen">, resetIndividualScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/resetIndividualScreen">, resetMerchantScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/resetMerchantScreen">, resetNIDScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/resetNIDScreen">, resetCivilScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/resetCivilScreen">, resetStore: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connect/store/resetStore">, setDefaultCountryCode: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, "connect/store/setDefaultCountryCode">, storeIsStartFromBusinessCountry: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "connect/store/storeIsStartFromBusinessCountry">;
|
|
116
251
|
declare const _default: import("redux").Reducer<ConnectState, import("redux").AnyAction>;
|
|
117
252
|
export default _default;
|
|
118
253
|
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 (_) try {
|
|
27
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) 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]) {
|