@tap-payments/auth-jsconnect 2.7.6-test → 2.7.8-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/@types/app.d.ts +20 -18
- package/build/@types/config.d.ts +10 -0
- package/build/@types/form.d.ts +22 -22
- package/build/@types/theme.d.ts +1 -1
- package/build/api/account.d.ts +2 -2
- package/build/api/auth.d.ts +13 -13
- package/build/api/availabilityServices.d.ts +3 -3
- package/build/api/axios.js +1 -1
- package/build/api/board.d.ts +3 -3
- package/build/api/brand.d.ts +1 -1
- package/build/api/country.d.ts +1 -1
- package/build/api/data.d.ts +11 -11
- package/build/api/document.d.ts +2 -2
- package/build/api/entity.d.ts +10 -10
- package/build/api/file.d.ts +1 -1
- package/build/api/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 +5 -22
- package/build/app/settings.js +45 -15
- package/build/app/store.d.ts +4 -4
- package/build/components/AnimationFlow/AnimationFlow.d.ts +1 -1
- package/build/components/AnimationFlow/BottomSheet.d.ts +1 -1
- package/build/components/AnimationFlow/Dialog.d.ts +1 -1
- package/build/components/AnimationFlow/Error.d.ts +2 -1
- package/build/components/AnimationFlow/Loader.d.ts +2 -1
- package/build/components/ArabicDatePicker/ArabicDatePicker.d.ts +1 -1
- package/build/components/Button/Button.d.ts +1 -1
- package/build/components/CheckBox/CheckBox.d.ts +1 -1
- package/build/components/Collapse/Collapse.d.ts +2 -1
- package/build/components/DatePicker/DatePicker.d.ts +1 -1
- package/build/components/ExpandIcon/ExpandIcon.d.ts +2 -1
- package/build/components/FileInput/DragAndDrop.d.ts +2 -1
- package/build/components/FileInput/UploadInput.d.ts +2 -1
- package/build/components/Footer/Footer.d.ts +1 -1
- package/build/components/Form/Form.d.ts +1 -1
- package/build/components/Input/Input.d.ts +1 -1
- package/build/components/InputAdornment/InputAdornment.d.ts +1 -1
- package/build/components/List/List.d.ts +1 -1
- package/build/components/ListItem/ListItem.d.ts +1 -1
- package/build/components/Loader/Loader.d.ts +1 -1
- package/build/components/LogoBadge/LogoBadge.d.ts +1 -1
- package/build/components/OTPField/OTPField.d.ts +1 -1
- package/build/components/OTPTimer/OTPTimer.d.ts +1 -1
- package/build/components/ProgressBar/CircularProgressBar.d.ts +2 -1
- package/build/components/ProgressBar/ProgressBar.d.ts +1 -1
- package/build/components/Providers/ReduxProvider.d.ts +1 -1
- package/build/components/Providers/ThemeProvider.d.ts +1 -1
- package/build/components/Radio/Radio.d.ts +1 -1
- package/build/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/build/components/RadioLabel/RadioLabel.d.ts +1 -1
- package/build/components/SimpleList/SimpleList.d.ts +1 -1
- package/build/components/Slide/Slide.d.ts +1 -1
- package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
- package/build/components/Text/Text.d.ts +1 -1
- package/build/components/ToggleButton/ToggleButton.d.ts +1 -1
- package/build/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
- package/build/components/Tooltip/Tooltip.d.ts +1 -1
- package/build/components/Warning/Warning.d.ts +1 -1
- package/build/constants/app.d.ts +1 -1
- package/build/features/app/auth/authStore.d.ts +16 -151
- package/build/features/app/auth/authStore.js +1 -1
- package/build/features/app/bank/bankStore.d.ts +11 -92
- 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 +16 -142
- package/build/features/app/brand/brandStore.js +1 -1
- package/build/features/app/business/businessStore.d.ts +18 -162
- package/build/features/app/business/businessStore.js +1 -1
- package/build/features/app/connect/connectStore.d.ts +16 -151
- package/build/features/app/connect/connectStore.js +1 -1
- package/build/features/app/connectExpress/connectExpressStore.d.ts +28 -271
- package/build/features/app/connectExpress/connectExpressStore.js +24 -19
- package/build/features/app/entity/entityStore.d.ts +11 -92
- package/build/features/app/entity/entityStore.js +1 -1
- package/build/features/app/individual/individualStore.d.ts +23 -185
- package/build/features/app/individual/individualStore.js +1 -1
- package/build/features/app/password/passwordStore.d.ts +13 -112
- 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 +10 -82
- package/build/features/app/tax/taxStore.js +1 -1
- package/build/features/auth/Auth.d.ts +2 -1
- package/build/features/auth/Auth.js +1 -1
- package/build/features/auth/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
- package/build/features/auth/screens/AccountNotFound/AccountNotFound.d.ts +1 -1
- package/build/features/auth/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
- package/build/features/auth/screens/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 +3 -3
- package/build/features/auth/screens/AuthenticationList/EntityList.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/auth/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/auth/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/auth/screens/NID/DOB.d.ts +2 -1
- package/build/features/auth/screens/NID/NID.d.ts +1 -1
- package/build/features/auth/screens/OTP/OTP.d.ts +1 -1
- package/build/features/auth/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/auth/screens/PreparingData/PreparingData.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/BankDetails.js +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/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/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 +29 -13
- 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 +20 -12
- package/build/features/brand/screens/BrandActivities/TAC.d.ts +3 -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/BrandInfo.js +4 -2
- 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/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 +4 -4
- package/build/features/business/screens/BusinessType/SelectType.d.ts +1 -1
- package/build/features/business/screens/BusinessType/Switch.d.ts +1 -1
- package/build/features/business/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +41 -17
- 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 +19 -11
- package/build/features/business/screens/Customers/TransactionPolicy.d.ts +2 -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/OTP/OTP.d.ts +1 -1
- package/build/features/business/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/business/screens/Success/Success.d.ts +1 -1
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/business/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/business/screens/Verify/Verify.d.ts +1 -1
- package/build/features/business/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connect/Connect.d.ts +2 -1
- package/build/features/connect/Connect.js +1 -1
- package/build/features/connect/screens/BrandSegment/BrandSegment.d.ts +1 -1
- package/build/features/connect/screens/BrandSegment/TeamSize.d.ts +2 -1
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/connect/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/connect/screens/Individual/Email.d.ts +1 -1
- package/build/features/connect/screens/Individual/Email.js +1 -1
- package/build/features/connect/screens/Individual/Individual.d.ts +1 -1
- package/build/features/connect/screens/Individual/Name.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandName.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandName.js +1 -1
- package/build/features/connect/screens/Merchant/Merchant.d.ts +1 -1
- package/build/features/connect/screens/Merchant/SalesChannels.d.ts +2 -1
- package/build/features/connect/screens/Merchant/TAC.d.ts +1 -1
- package/build/features/connect/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/connect/screens/Mobile/Title.d.ts +1 -1
- package/build/features/connect/screens/NID/DOB.d.ts +2 -1
- package/build/features/connect/screens/NID/NID.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTP.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/connect/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/connect/screens/ThankYou/ThankYou.d.ts +1 -1
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/ConnectExpress.d.ts +2 -1
- package/build/features/connectExpress/ConnectExpress.js +1 -1
- package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.d.ts +1 -1
- package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/BrandList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.d.ts +2 -1
- package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.d.ts +3 -3
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/Brand/Brand.d.ts +1 -1
- package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/connectExpress/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/connectExpress/screens/CivilIDMissed/CivilID.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +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 +4 -4
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +3 -3
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Name.d.ts +1 -1
- package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.d.ts +1 -1
- package/build/features/connectExpress/screens/IdentityOTP/OTP.d.ts +1 -1
- package/build/features/connectExpress/screens/IdentityOTP/OTPInput.d.ts +1 -1
- package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/TAC.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Title.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/DOB.d.ts +2 -1
- package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/TAC.d.ts +3 -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/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/entity/Entity.d.ts +2 -1
- package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +25 -9
- package/build/features/entity/screens/EntityCapital/CapitalPaid.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/CapitalShareCount.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/EntityCapital.d.ts +2 -1
- package/build/features/entity/screens/EntityName/Article.d.ts +3 -2
- package/build/features/entity/screens/EntityName/EntityName.d.ts +2 -1
- package/build/features/entity/screens/EntityName/EntityName.js +2 -1
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +29 -13
- 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/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 +3 -3
- 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 +3 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +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/IndividualList.js +4 -2
- 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 +4 -4
- 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/IndividualPersonalInfo.js +3 -2
- package/build/features/individual/screens/IndividualPersonalInfo/Name.d.ts +1 -1
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.d.ts +1 -1
- package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/individual/screens/Success/Success.d.ts +1 -1
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/individual/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/individual/screens/Verify/Verify.d.ts +1 -1
- package/build/features/password/Password.d.ts +2 -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/CreatePassword.js +4 -2
- 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/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 +29 -13
- package/build/features/shared/Address/InputSelect.d.ts +29 -13
- package/build/features/shared/Address/InputSelect.js +1 -1
- package/build/features/shared/Address/InputText.d.ts +1 -1
- package/build/features/shared/Background/Background.d.ts +1 -1
- package/build/features/shared/Background/LogoBackground.d.ts +1 -1
- package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.d.ts +2 -1
- package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +2 -1
- package/build/features/shared/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/shared/Button/AbsherButton.d.ts +2 -1
- package/build/features/shared/Button/Button.d.ts +2 -1
- package/build/features/shared/Button/EmailProvidersButtons.d.ts +3 -2
- package/build/features/shared/Button/FlowsButtons.d.ts +3 -2
- package/build/features/shared/Button/FlowsButtons.js +1 -1
- package/build/features/shared/Button/IndividualActionButtons.d.ts +2 -2
- package/build/features/shared/Button/MobileButton.d.ts +2 -1
- package/build/features/shared/Button/SuccessButton.d.ts +2 -1
- package/build/features/shared/Calender/Calender.d.ts +2 -1
- package/build/features/shared/CheckIcon/CheckIcon.d.ts +3 -2
- package/build/features/shared/Chip/Chip.d.ts +2 -1
- package/build/features/shared/ClearIcon/ClearIcon.d.ts +2 -1
- package/build/features/shared/Containers/FeatureContainer.d.ts +1 -1
- package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
- package/build/features/shared/CreateAccountLoading/CreateAccountLoading.d.ts +1 -1
- package/build/features/shared/DataLoading/DataLoading.d.ts +1 -1
- package/build/features/shared/Dialog/CloseDialog.d.ts +2 -1
- package/build/features/shared/Dialog/DialogContainer.d.ts +1 -1
- package/build/features/shared/Dot/Dot.d.ts +2 -1
- package/build/features/shared/EndAdornment/EndAdornment.d.ts +2 -1
- package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +2 -1
- package/build/features/shared/Footer/Footer.d.ts +2 -1
- package/build/features/shared/Footer/PoweredByFooter.d.ts +3 -2
- package/build/features/shared/GenericError/GenericError.d.ts +1 -1
- package/build/features/shared/Input/Input.d.ts +14 -6
- package/build/features/shared/InputSelect/InputSelect.d.ts +2 -1
- package/build/features/shared/Mandatory/Mandatory.d.ts +2 -1
- package/build/features/shared/OTP/OTP.d.ts +1 -1
- package/build/features/shared/PaciVerification/PaciVerification.d.ts +1 -1
- package/build/features/shared/PasswordIcon/PasswordIcon.d.ts +2 -1
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +2 -1
- package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
- package/build/features/shared/Search/Search.d.ts +2 -1
- package/build/features/shared/SearchIcon/SearchIcon.d.ts +2 -1
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -1
- package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -1
- package/build/features/shared/UploadFile/FileUpload.d.ts +4 -4
- package/build/features/shared/UploadFile/FileUpload.js +1 -1
- package/build/features/shared/UploadFile/UploadFile.d.ts +3 -3
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +3 -3
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +4 -4
- package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +3 -3
- package/build/features/signIn/SignIn.d.ts +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/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/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/TaxDetails.js +2 -1
- package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +2 -1
- package/build/features/tax/screens/TaxDetails/VATId.d.ts +3 -2
- package/build/features/tax/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/tax/screens/Verify/Verify.d.ts +1 -1
- package/build/hooks/useAppConfig.js +2 -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/package.json +1 -1
|
@@ -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]) {
|
|
@@ -81,17 +81,17 @@ export var updateBusinessCountryAsync = createAsyncThunk('connectExpress/updateB
|
|
|
81
81
|
});
|
|
82
82
|
}); });
|
|
83
83
|
export var retrieveLeadIdentityByIdAsync = createAsyncThunk('expressConnect/retrieveLeadIdentityByIdAsync', function (leadId, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
|
|
84
|
-
var _a, settings, connectExpress, countryCode, showBoard, data, _b, country_code, contact, phone, status, board_id, board_info_id, isRegistered, _c, boardInfo, boardData, error_1;
|
|
85
|
-
var _d, _e, _f, _g, _h
|
|
86
|
-
return __generator(this, function (
|
|
87
|
-
switch (
|
|
84
|
+
var _a, settings, connectExpress, countryCode, showBoard, data, _b, country_code, contact, phone, status, board_id, board_info_id, isRegistered, screen_1, _c, boardInfo, boardData, error_1;
|
|
85
|
+
var _d, _e, _f, _g, _h;
|
|
86
|
+
return __generator(this, function (_j) {
|
|
87
|
+
switch (_j.label) {
|
|
88
88
|
case 0:
|
|
89
89
|
_a = thunkApi.getState(), settings = _a.settings, connectExpress = _a.connectExpress;
|
|
90
90
|
countryCode = settings.data.businessCountry;
|
|
91
91
|
showBoard = connectExpress.data.showBoard;
|
|
92
92
|
return [4, API.leadService.retrieveLeadIdentity(leadId)];
|
|
93
93
|
case 1:
|
|
94
|
-
data =
|
|
94
|
+
data = _j.sent();
|
|
95
95
|
_b = data || {}, country_code = _b.country_code, contact = _b.contact;
|
|
96
96
|
if (country_code)
|
|
97
97
|
thunkApi.dispatch(handleSetCountryByIso2(country_code));
|
|
@@ -99,7 +99,7 @@ export var retrieveLeadIdentityByIdAsync = createAsyncThunk('expressConnect/retr
|
|
|
99
99
|
if (phone === null || phone === void 0 ? void 0 : phone.country_code)
|
|
100
100
|
countryCode = findCountryByIddPrefix(settings.data.countries, phone.country_code);
|
|
101
101
|
status = data.status, board_id = data.board_id, board_info_id = data.board_info_id;
|
|
102
|
-
if (!
|
|
102
|
+
if (!country_code && !((_d = settings.data.businessCountry) === null || _d === void 0 ? void 0 : _d.iso2)) {
|
|
103
103
|
thunkApi.dispatch(handleCurrentActiveScreen('CONNECT_EXPRESS_BUSINESS_COUNTRY_STEP'));
|
|
104
104
|
return [2, { data: data, countryCode: countryCode }];
|
|
105
105
|
}
|
|
@@ -108,21 +108,26 @@ export var retrieveLeadIdentityByIdAsync = createAsyncThunk('expressConnect/retr
|
|
|
108
108
|
thunkApi.dispatch(handleCurrentActiveScreen('CONNECT_EXPRESS_MOBILE_STEP'));
|
|
109
109
|
return [2, { data: data, countryCode: countryCode }];
|
|
110
110
|
}
|
|
111
|
-
if (!isRegistered &&
|
|
112
|
-
|
|
113
|
-
if (
|
|
114
|
-
|
|
111
|
+
if (!isRegistered && country_code) {
|
|
112
|
+
screen_1 = 'CONNECT_EXPRESS_NID_STEP';
|
|
113
|
+
if (!isSA(data.country_code))
|
|
114
|
+
screen_1 = 'CONNECT_EXPRESS_MOBILE_STEP';
|
|
115
|
+
thunkApi.dispatch(handleCurrentActiveScreen(screen_1));
|
|
115
116
|
return [2, { data: data, countryCode: countryCode }];
|
|
116
117
|
}
|
|
117
|
-
if (!isRegistered && (
|
|
118
|
+
if (!isRegistered && !isSA(settings.data.businessCountry.iso2)) {
|
|
118
119
|
thunkApi.dispatch(handleCurrentActiveScreen('CONNECT_EXPRESS_MOBILE_STEP'));
|
|
119
120
|
return [2, { data: data, countryCode: countryCode }];
|
|
120
121
|
}
|
|
121
|
-
if (
|
|
122
|
-
thunkApi.dispatch(
|
|
122
|
+
if (!isRegistered && isSA(settings.data.businessCountry.iso2)) {
|
|
123
|
+
thunkApi.dispatch(handleCurrentActiveScreen('CONNECT_EXPRESS_NID_STEP'));
|
|
124
|
+
return [2, { data: data, countryCode: countryCode }];
|
|
125
|
+
}
|
|
126
|
+
if ((_e = data === null || data === void 0 ? void 0 : data.identification) === null || _e === void 0 ? void 0 : _e.authentication_id) {
|
|
127
|
+
thunkApi.dispatch(storeAuthId((_f = data === null || data === void 0 ? void 0 : data.identification) === null || _f === void 0 ? void 0 : _f.authentication_id));
|
|
123
128
|
}
|
|
124
129
|
if (isRegistered && !showBoard) {
|
|
125
|
-
(
|
|
130
|
+
(_h = (_g = settings.data.appConfig).onFlowCompleted) === null || _h === void 0 ? void 0 : _h.call(_g, data);
|
|
126
131
|
thunkApi.dispatch(handleCurrentActiveScreen('CONNECT_EXPRESS_ACCOUNT_ALREADY_CREATED_STEP'));
|
|
127
132
|
return [2, { data: data, countryCode: countryCode }];
|
|
128
133
|
}
|
|
@@ -131,19 +136,19 @@ export var retrieveLeadIdentityByIdAsync = createAsyncThunk('expressConnect/retr
|
|
|
131
136
|
return [2, { data: data, countryCode: countryCode }];
|
|
132
137
|
}
|
|
133
138
|
if (!(isRegistered && board_id && board_info_id)) return [3, 5];
|
|
134
|
-
|
|
139
|
+
_j.label = 2;
|
|
135
140
|
case 2:
|
|
136
|
-
|
|
141
|
+
_j.trys.push([2, 4, , 5]);
|
|
137
142
|
return [4, Promise.all([
|
|
138
143
|
API.boardService.retrieveBoardInfo({ id: board_id, infoId: board_info_id }),
|
|
139
144
|
API.boardService.retrieveBoardDetails(board_id)
|
|
140
145
|
])];
|
|
141
146
|
case 3:
|
|
142
|
-
_c =
|
|
147
|
+
_c = _j.sent(), boardInfo = _c[0], boardData = _c[1];
|
|
143
148
|
thunkApi.dispatch(handleCurrentActiveScreen('CONNECT_EXPRESS_SUCCESS_WITH_FLOW_BUTTONS_STEP'));
|
|
144
149
|
return [2, { data: data, countryCode: countryCode, boardInfo: boardInfo, boardData: boardData }];
|
|
145
150
|
case 4:
|
|
146
|
-
error_1 =
|
|
151
|
+
error_1 = _j.sent();
|
|
147
152
|
thunkApi.dispatch(handleCurrentActiveScreen('CONNECT_EXPRESS_ACCOUNT_ALREADY_CREATED_STEP'));
|
|
148
153
|
return [2, { data: data, countryCode: countryCode }];
|
|
149
154
|
case 5: return [2, { data: data, countryCode: countryCode }];
|
|
@@ -21,28 +21,10 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
21
21
|
notification: any;
|
|
22
22
|
};
|
|
23
23
|
token: string;
|
|
24
|
-
}, VerifyLeadTokenProps, {
|
|
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
|
-
}>;
|
|
24
|
+
}, VerifyLeadTokenProps, {}>;
|
|
34
25
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
35
26
|
data: any;
|
|
36
|
-
}, void, {
|
|
37
|
-
state?: unknown;
|
|
38
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
39
|
-
extra?: unknown;
|
|
40
|
-
rejectValue?: unknown;
|
|
41
|
-
serializedErrorType?: unknown;
|
|
42
|
-
pendingMeta?: unknown;
|
|
43
|
-
fulfilledMeta?: unknown;
|
|
44
|
-
rejectedMeta?: unknown;
|
|
45
|
-
}>;
|
|
27
|
+
}, void, {}>;
|
|
46
28
|
export declare const verifyEntityLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
47
29
|
data: any;
|
|
48
30
|
individualData: any;
|
|
@@ -60,91 +42,28 @@ export declare const verifyEntityLeadOTP: import("@reduxjs/toolkit").AsyncThunk<
|
|
|
60
42
|
notification: any;
|
|
61
43
|
};
|
|
62
44
|
formData: OTPFormValues;
|
|
63
|
-
}, OTPFormValues, {
|
|
64
|
-
state?: unknown;
|
|
65
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
66
|
-
extra?: unknown;
|
|
67
|
-
rejectValue?: unknown;
|
|
68
|
-
serializedErrorType?: unknown;
|
|
69
|
-
pendingMeta?: unknown;
|
|
70
|
-
fulfilledMeta?: unknown;
|
|
71
|
-
rejectedMeta?: unknown;
|
|
72
|
-
}>;
|
|
45
|
+
}, OTPFormValues, {}>;
|
|
73
46
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
74
47
|
flows: any;
|
|
75
|
-
}, void, {
|
|
76
|
-
state?: unknown;
|
|
77
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
78
|
-
extra?: unknown;
|
|
79
|
-
rejectValue?: unknown;
|
|
80
|
-
serializedErrorType?: unknown;
|
|
81
|
-
pendingMeta?: unknown;
|
|
82
|
-
fulfilledMeta?: unknown;
|
|
83
|
-
rejectedMeta?: unknown;
|
|
84
|
-
}>;
|
|
48
|
+
}, void, {}>;
|
|
85
49
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
86
50
|
data: any;
|
|
87
|
-
}, string, {
|
|
88
|
-
state?: unknown;
|
|
89
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
90
|
-
extra?: unknown;
|
|
91
|
-
rejectValue?: unknown;
|
|
92
|
-
serializedErrorType?: unknown;
|
|
93
|
-
pendingMeta?: unknown;
|
|
94
|
-
fulfilledMeta?: unknown;
|
|
95
|
-
rejectedMeta?: unknown;
|
|
96
|
-
}>;
|
|
51
|
+
}, string, {}>;
|
|
97
52
|
export declare const updateEntityName: import("@reduxjs/toolkit").AsyncThunk<{
|
|
98
53
|
data: any;
|
|
99
54
|
formData: EntityNameFormValues;
|
|
100
55
|
currencyData: any;
|
|
101
|
-
}, AsyncThunkParams<EntityNameFormValues>, {
|
|
102
|
-
state?: unknown;
|
|
103
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
104
|
-
extra?: unknown;
|
|
105
|
-
rejectValue?: unknown;
|
|
106
|
-
serializedErrorType?: unknown;
|
|
107
|
-
pendingMeta?: unknown;
|
|
108
|
-
fulfilledMeta?: unknown;
|
|
109
|
-
rejectedMeta?: unknown;
|
|
110
|
-
}>;
|
|
56
|
+
}, AsyncThunkParams<EntityNameFormValues>, {}>;
|
|
111
57
|
export declare const updateEntityCapital: import("@reduxjs/toolkit").AsyncThunk<{
|
|
112
58
|
data: any;
|
|
113
59
|
formData: EntityCapitalFormValues;
|
|
114
|
-
}, AsyncThunkParams<EntityCapitalFormValues>, {
|
|
115
|
-
state?: unknown;
|
|
116
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
117
|
-
extra?: unknown;
|
|
118
|
-
rejectValue?: unknown;
|
|
119
|
-
serializedErrorType?: unknown;
|
|
120
|
-
pendingMeta?: unknown;
|
|
121
|
-
fulfilledMeta?: unknown;
|
|
122
|
-
rejectedMeta?: unknown;
|
|
123
|
-
}>;
|
|
60
|
+
}, AsyncThunkParams<EntityCapitalFormValues>, {}>;
|
|
124
61
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
125
62
|
response: any;
|
|
126
63
|
formData: void;
|
|
127
|
-
} | undefined, void, {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
extra?: unknown;
|
|
131
|
-
rejectValue?: unknown;
|
|
132
|
-
serializedErrorType?: unknown;
|
|
133
|
-
pendingMeta?: unknown;
|
|
134
|
-
fulfilledMeta?: unknown;
|
|
135
|
-
rejectedMeta?: unknown;
|
|
136
|
-
}>;
|
|
137
|
-
export declare const onCloseCompleteEntity: import("@reduxjs/toolkit").AsyncThunk<void, void, {
|
|
138
|
-
state?: unknown;
|
|
139
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
140
|
-
extra?: unknown;
|
|
141
|
-
rejectValue?: unknown;
|
|
142
|
-
serializedErrorType?: unknown;
|
|
143
|
-
pendingMeta?: unknown;
|
|
144
|
-
fulfilledMeta?: unknown;
|
|
145
|
-
rejectedMeta?: unknown;
|
|
146
|
-
}>;
|
|
147
|
-
type VerifyData = {
|
|
64
|
+
} | undefined, void, {}>;
|
|
65
|
+
export declare const onCloseCompleteEntity: import("@reduxjs/toolkit").AsyncThunk<void, void, {}>;
|
|
66
|
+
declare type VerifyData = {
|
|
148
67
|
token: string;
|
|
149
68
|
};
|
|
150
69
|
export interface EntityData {
|
|
@@ -168,7 +87,7 @@ export declare const entitySlice: import("@reduxjs/toolkit").Slice<EntityState,
|
|
|
168
87
|
uploadingArticleStatus: (state: EntityState, action: ActionState<boolean>) => void;
|
|
169
88
|
clearAOAFile: (state: EntityState) => void;
|
|
170
89
|
}, "entity/store">;
|
|
171
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
90
|
+
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>;
|
|
172
91
|
declare const _default: import("redux").Reducer<EntityState, import("redux").AnyAction>;
|
|
173
92
|
export default _default;
|
|
174
93
|
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]) {
|
|
@@ -25,39 +25,12 @@ export declare const verifyToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
25
25
|
};
|
|
26
26
|
token: string;
|
|
27
27
|
userList: User[];
|
|
28
|
-
}, VerifyLeadTokenProps, {
|
|
29
|
-
|
|
30
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
31
|
-
extra?: unknown;
|
|
32
|
-
rejectValue?: unknown;
|
|
33
|
-
serializedErrorType?: unknown;
|
|
34
|
-
pendingMeta?: unknown;
|
|
35
|
-
fulfilledMeta?: unknown;
|
|
36
|
-
rejectedMeta?: unknown;
|
|
37
|
-
}>;
|
|
38
|
-
export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<void, VerifyLeadTokenProps, {
|
|
39
|
-
state?: unknown;
|
|
40
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
41
|
-
extra?: unknown;
|
|
42
|
-
rejectValue?: unknown;
|
|
43
|
-
serializedErrorType?: unknown;
|
|
44
|
-
pendingMeta?: unknown;
|
|
45
|
-
fulfilledMeta?: unknown;
|
|
46
|
-
rejectedMeta?: unknown;
|
|
47
|
-
}>;
|
|
28
|
+
}, VerifyLeadTokenProps, {}>;
|
|
29
|
+
export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<void, VerifyLeadTokenProps, {}>;
|
|
48
30
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
49
31
|
data: any;
|
|
50
|
-
}, void, {
|
|
51
|
-
|
|
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
|
-
}>;
|
|
60
|
-
type AddDetailsParams = {
|
|
32
|
+
}, void, {}>;
|
|
33
|
+
declare type AddDetailsParams = {
|
|
61
34
|
user: User;
|
|
62
35
|
userList: User[];
|
|
63
36
|
};
|
|
@@ -66,54 +39,18 @@ export declare const addDetailsAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
66
39
|
individualId: string;
|
|
67
40
|
countryCode: string;
|
|
68
41
|
countries: import("../../../@types").CountryCode[];
|
|
69
|
-
}, AddDetailsParams, {
|
|
70
|
-
|
|
71
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
72
|
-
extra?: unknown;
|
|
73
|
-
rejectValue?: unknown;
|
|
74
|
-
serializedErrorType?: unknown;
|
|
75
|
-
pendingMeta?: unknown;
|
|
76
|
-
fulfilledMeta?: unknown;
|
|
77
|
-
rejectedMeta?: unknown;
|
|
78
|
-
}>;
|
|
79
|
-
type RequestEmail = {
|
|
42
|
+
}, AddDetailsParams, {}>;
|
|
43
|
+
declare type RequestEmail = {
|
|
80
44
|
user: User;
|
|
81
45
|
collectInfo: IndividualEmailMobileFormValues;
|
|
82
46
|
};
|
|
83
47
|
export declare const requestDetailsByEmail: import("@reduxjs/toolkit").AsyncThunk<{
|
|
84
48
|
data: any;
|
|
85
49
|
individualData: User | undefined;
|
|
86
|
-
}, RequestEmail, {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
rejectValue?: unknown;
|
|
91
|
-
serializedErrorType?: unknown;
|
|
92
|
-
pendingMeta?: unknown;
|
|
93
|
-
fulfilledMeta?: unknown;
|
|
94
|
-
rejectedMeta?: unknown;
|
|
95
|
-
}>;
|
|
96
|
-
export declare const getIndividualList: import("@reduxjs/toolkit").AsyncThunk<User[], string, {
|
|
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 getCityList: import("@reduxjs/toolkit").AsyncThunk<any, string, {
|
|
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
|
-
}>;
|
|
116
|
-
type RetrieveIndividualInfoParams = {
|
|
50
|
+
}, RequestEmail, {}>;
|
|
51
|
+
export declare const getIndividualList: import("@reduxjs/toolkit").AsyncThunk<User[], string, {}>;
|
|
52
|
+
export declare const getCityList: import("@reduxjs/toolkit").AsyncThunk<any, string, {}>;
|
|
53
|
+
declare type RetrieveIndividualInfoParams = {
|
|
117
54
|
id: string;
|
|
118
55
|
type: string;
|
|
119
56
|
countryCode?: string;
|
|
@@ -122,56 +59,20 @@ export declare const retrieveIndividualInfo: import("@reduxjs/toolkit").AsyncThu
|
|
|
122
59
|
data: any;
|
|
123
60
|
countryCode: string | undefined;
|
|
124
61
|
countries: import("../../../@types").CountryCode[];
|
|
125
|
-
}, RetrieveIndividualInfoParams, {
|
|
126
|
-
state?: unknown;
|
|
127
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
128
|
-
extra?: unknown;
|
|
129
|
-
rejectValue?: unknown;
|
|
130
|
-
serializedErrorType?: unknown;
|
|
131
|
-
pendingMeta?: unknown;
|
|
132
|
-
fulfilledMeta?: unknown;
|
|
133
|
-
rejectedMeta?: unknown;
|
|
134
|
-
}>;
|
|
62
|
+
}, RetrieveIndividualInfoParams, {}>;
|
|
135
63
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
136
64
|
sourceIncome: any;
|
|
137
65
|
monthlyIncome: any;
|
|
138
66
|
occupation: {
|
|
139
67
|
list: any;
|
|
140
68
|
};
|
|
141
|
-
}, string, {
|
|
142
|
-
state?: unknown;
|
|
143
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
144
|
-
extra?: unknown;
|
|
145
|
-
rejectValue?: unknown;
|
|
146
|
-
serializedErrorType?: unknown;
|
|
147
|
-
pendingMeta?: unknown;
|
|
148
|
-
fulfilledMeta?: unknown;
|
|
149
|
-
rejectedMeta?: unknown;
|
|
150
|
-
}>;
|
|
69
|
+
}, string, {}>;
|
|
151
70
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
152
71
|
flows: any;
|
|
153
|
-
}, void, {
|
|
154
|
-
state?: unknown;
|
|
155
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
156
|
-
extra?: unknown;
|
|
157
|
-
rejectValue?: unknown;
|
|
158
|
-
serializedErrorType?: unknown;
|
|
159
|
-
pendingMeta?: unknown;
|
|
160
|
-
fulfilledMeta?: unknown;
|
|
161
|
-
rejectedMeta?: unknown;
|
|
162
|
-
}>;
|
|
72
|
+
}, void, {}>;
|
|
163
73
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
164
74
|
data: any;
|
|
165
|
-
}, string, {
|
|
166
|
-
state?: unknown;
|
|
167
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
168
|
-
extra?: unknown;
|
|
169
|
-
rejectValue?: unknown;
|
|
170
|
-
serializedErrorType?: unknown;
|
|
171
|
-
pendingMeta?: unknown;
|
|
172
|
-
fulfilledMeta?: unknown;
|
|
173
|
-
rejectedMeta?: unknown;
|
|
174
|
-
}>;
|
|
75
|
+
}, string, {}>;
|
|
175
76
|
export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
176
77
|
data: any;
|
|
177
78
|
boardResponse: {
|
|
@@ -193,59 +94,23 @@ export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
193
94
|
otp: string;
|
|
194
95
|
};
|
|
195
96
|
userList: User[] | undefined;
|
|
196
|
-
}, OTPFormValues, {
|
|
197
|
-
state?: unknown;
|
|
198
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
199
|
-
extra?: unknown;
|
|
200
|
-
rejectValue?: unknown;
|
|
201
|
-
serializedErrorType?: unknown;
|
|
202
|
-
pendingMeta?: unknown;
|
|
203
|
-
fulfilledMeta?: unknown;
|
|
204
|
-
rejectedMeta?: unknown;
|
|
205
|
-
}>;
|
|
97
|
+
}, OTPFormValues, {}>;
|
|
206
98
|
export declare const updatePhoneInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
207
99
|
data: any;
|
|
208
100
|
formData: IndividualMobileFormValues;
|
|
209
|
-
}, AsyncThunkParams<IndividualMobileFormValues>, {
|
|
210
|
-
state?: unknown;
|
|
211
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
212
|
-
extra?: unknown;
|
|
213
|
-
rejectValue?: unknown;
|
|
214
|
-
serializedErrorType?: unknown;
|
|
215
|
-
pendingMeta?: unknown;
|
|
216
|
-
fulfilledMeta?: unknown;
|
|
217
|
-
rejectedMeta?: unknown;
|
|
218
|
-
}>;
|
|
101
|
+
}, AsyncThunkParams<IndividualMobileFormValues>, {}>;
|
|
219
102
|
export declare const updateIndividualPersonalInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
220
103
|
data: any;
|
|
221
104
|
formData: IndividualPersonalInfoFormValues;
|
|
222
105
|
currencyData: any;
|
|
223
|
-
}, AsyncThunkParams<IndividualPersonalInfoFormValues>, {
|
|
224
|
-
state?: unknown;
|
|
225
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
226
|
-
extra?: unknown;
|
|
227
|
-
rejectValue?: unknown;
|
|
228
|
-
serializedErrorType?: unknown;
|
|
229
|
-
pendingMeta?: unknown;
|
|
230
|
-
fulfilledMeta?: unknown;
|
|
231
|
-
rejectedMeta?: unknown;
|
|
232
|
-
}>;
|
|
106
|
+
}, AsyncThunkParams<IndividualPersonalInfoFormValues>, {}>;
|
|
233
107
|
export declare const updateIndividualInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
234
108
|
data: any;
|
|
235
109
|
formData: IndividualExtraFormValues;
|
|
236
110
|
individualData: User;
|
|
237
111
|
userList: any;
|
|
238
112
|
isKWOrSACountry: boolean;
|
|
239
|
-
}, AsyncThunkParams<IndividualExtraFormValues>, {
|
|
240
|
-
state?: unknown;
|
|
241
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
242
|
-
extra?: unknown;
|
|
243
|
-
rejectValue?: unknown;
|
|
244
|
-
serializedErrorType?: unknown;
|
|
245
|
-
pendingMeta?: unknown;
|
|
246
|
-
fulfilledMeta?: unknown;
|
|
247
|
-
rejectedMeta?: unknown;
|
|
248
|
-
}>;
|
|
113
|
+
}, AsyncThunkParams<IndividualExtraFormValues>, {}>;
|
|
249
114
|
export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
250
115
|
response: any;
|
|
251
116
|
formData: string;
|
|
@@ -253,41 +118,14 @@ export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThu
|
|
|
253
118
|
email: string;
|
|
254
119
|
cancelToken: CancelToken;
|
|
255
120
|
onSuccess?: (() => void) | undefined;
|
|
256
|
-
}, {
|
|
257
|
-
state?: unknown;
|
|
258
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
259
|
-
extra?: unknown;
|
|
260
|
-
rejectValue?: unknown;
|
|
261
|
-
serializedErrorType?: unknown;
|
|
262
|
-
pendingMeta?: unknown;
|
|
263
|
-
fulfilledMeta?: unknown;
|
|
264
|
-
rejectedMeta?: unknown;
|
|
265
|
-
}>;
|
|
121
|
+
}, {}>;
|
|
266
122
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
267
123
|
response: any;
|
|
268
124
|
formData: void;
|
|
269
125
|
individualData: any;
|
|
270
|
-
} | undefined, void, {
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
extra?: unknown;
|
|
274
|
-
rejectValue?: unknown;
|
|
275
|
-
serializedErrorType?: unknown;
|
|
276
|
-
pendingMeta?: unknown;
|
|
277
|
-
fulfilledMeta?: unknown;
|
|
278
|
-
rejectedMeta?: unknown;
|
|
279
|
-
}>;
|
|
280
|
-
export declare const onCloseCompleteIndividual: import("@reduxjs/toolkit").AsyncThunk<void, void, {
|
|
281
|
-
state?: unknown;
|
|
282
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
283
|
-
extra?: unknown;
|
|
284
|
-
rejectValue?: unknown;
|
|
285
|
-
serializedErrorType?: unknown;
|
|
286
|
-
pendingMeta?: unknown;
|
|
287
|
-
fulfilledMeta?: unknown;
|
|
288
|
-
rejectedMeta?: unknown;
|
|
289
|
-
}>;
|
|
290
|
-
type VerifyData = {
|
|
126
|
+
} | undefined, void, {}>;
|
|
127
|
+
export declare const onCloseCompleteIndividual: import("@reduxjs/toolkit").AsyncThunk<void, void, {}>;
|
|
128
|
+
declare type VerifyData = {
|
|
291
129
|
token: string;
|
|
292
130
|
};
|
|
293
131
|
export interface IndividualData {
|
|
@@ -312,7 +150,7 @@ export declare const individualSlice: import("@reduxjs/toolkit").Slice<Individua
|
|
|
312
150
|
civilIDUploadingStatus: (state: IndividualState, action: ActionState<boolean>) => void;
|
|
313
151
|
signatureFileUploadingStatus: (state: IndividualState, action: ActionState<boolean>) => void;
|
|
314
152
|
}, "individual/store">;
|
|
315
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
153
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, civilIDUploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, signatureFileUploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, resetIndividualData: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>;
|
|
316
154
|
declare const _default: import("redux").Reducer<IndividualState, import("redux").AnyAction>;
|
|
317
155
|
export default _default;
|
|
318
156
|
export declare const individualSelector: (state: RootState) => IndividualState;
|
|
@@ -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]) {
|