@tap-payments/auth-jsconnect 2.6.91-test → 2.6.93-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 +19 -19
- package/build/@types/form.d.ts +24 -21
- 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 +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/Warning/Warning.d.ts +1 -1
- package/build/constants/app.d.ts +1 -1
- package/build/constants/app.js +13 -1
- package/build/features/app/auth/authStore.d.ts +141 -15
- package/build/features/app/auth/authStore.js +1 -1
- package/build/features/app/bank/bankStore.d.ts +92 -11
- package/build/features/app/bank/bankStore.js +1 -1
- package/build/features/app/board/boardStore.d.ts +41 -5
- package/build/features/app/board/boardStore.js +1 -1
- package/build/features/app/brand/brandStore.d.ts +142 -16
- package/build/features/app/brand/brandStore.js +1 -1
- package/build/features/app/business/businessStore.d.ts +162 -18
- package/build/features/app/business/businessStore.js +1 -1
- package/build/features/app/connect/connectStore.d.ts +151 -16
- package/build/features/app/connect/connectStore.js +1 -1
- package/build/features/app/connectExpress/connectExpressStore.d.ts +277 -34
- package/build/features/app/connectExpress/connectExpressStore.js +44 -33
- package/build/features/app/entity/entityStore.d.ts +92 -11
- package/build/features/app/entity/entityStore.js +1 -1
- package/build/features/app/individual/individualStore.d.ts +185 -23
- package/build/features/app/individual/individualStore.js +1 -1
- package/build/features/app/password/passwordStore.d.ts +112 -13
- package/build/features/app/password/passwordStore.js +1 -1
- package/build/features/app/signIn/signInStore.d.ts +61 -7
- package/build/features/app/signIn/signInStore.js +1 -1
- package/build/features/app/tax/taxStore.d.ts +82 -10
- package/build/features/app/tax/taxStore.js +1 -1
- package/build/features/auth/Auth.d.ts +1 -2
- package/build/features/auth/Auth.js +1 -1
- package/build/features/auth/screens/AccountNotFound/AccountNotFound.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/EntityList.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 +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/PreparingData/PreparingData.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/BankName.d.ts +2 -3
- package/build/features/bank/screens/BankDetails/BankStatement.d.ts +2 -3
- package/build/features/bank/screens/BankDetails/Beneficiary.d.ts +1 -2
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +2 -3
- package/build/features/bank/screens/BankDetails/IBAN.d.ts +1 -2
- package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
- package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/bank/screens/Success/Success.d.ts +1 -1
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/bank/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/bank/screens/Verify/Verify.d.ts +1 -1
- package/build/features/board/Board.d.ts +1 -2
- package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/board/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/board/screens/Verify/Verify.d.ts +1 -1
- package/build/features/brand/Brand.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +13 -29
- package/build/features/brand/screens/BrandActivities/BrandActivities.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +13 -37
- package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +12 -20
- package/build/features/brand/screens/BrandActivities/TAC.d.ts +3 -3
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +2 -3
- package/build/features/brand/screens/BrandInfo/BrandInfo.d.ts +1 -2
- package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +2 -3
- package/build/features/brand/screens/BrandInfo/BrandName.d.ts +1 -1
- package/build/features/brand/screens/BrandInfo/BrandName.js +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/SegmentLocations.d.ts +1 -2
- package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.d.ts +1 -2
- package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.d.ts +1 -2
- package/build/features/brand/screens/BrandSegmentInfo/TeamSize.d.ts +1 -2
- package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/brand/screens/Success/Success.d.ts +1 -1
- package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/brand/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/brand/screens/Verify/Verify.d.ts +1 -1
- package/build/features/business/Business.d.ts +1 -2
- package/build/features/business/screens/Activities/Activities.d.ts +1 -2
- package/build/features/business/screens/Activities/ActivitiesList.d.ts +9 -25
- package/build/features/business/screens/Activities/LicenseName.d.ts +1 -1
- package/build/features/business/screens/Activities/OperationStartDate.d.ts +5 -13
- package/build/features/business/screens/BrandDetails/BrandDetails.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/BrandName.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/Header.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/LicenseInfo.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +5 -13
- package/build/features/business/screens/BusinessType/Article.d.ts +2 -3
- package/build/features/business/screens/BusinessType/BusinessType.d.ts +1 -1
- package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +1 -1
- package/build/features/business/screens/BusinessType/EntityName.d.ts +1 -2
- package/build/features/business/screens/BusinessType/LicenseCertificate.d.ts +1 -2
- package/build/features/business/screens/BusinessType/LicenseList.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseNumber.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseType.d.ts +4 -4
- package/build/features/business/screens/BusinessType/SelectType.d.ts +1 -1
- package/build/features/business/screens/BusinessType/Switch.d.ts +1 -1
- package/build/features/business/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +17 -41
- package/build/features/business/screens/Customers/Customers.d.ts +1 -1
- package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +1 -2
- package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +1 -2
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +11 -19
- package/build/features/business/screens/Customers/TransactionPolicy.d.ts +1 -2
- package/build/features/business/screens/IDBOD/DOB.d.ts +1 -1
- package/build/features/business/screens/IDBOD/ID.d.ts +1 -1
- package/build/features/business/screens/IDBOD/IDBOD.d.ts +1 -1
- package/build/features/business/screens/OTP/OTP.d.ts +1 -1
- package/build/features/business/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/business/screens/Success/Success.d.ts +1 -1
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/business/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/business/screens/Verify/Verify.d.ts +1 -1
- package/build/features/business/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connect/Connect.d.ts +1 -2
- package/build/features/connect/Connect.js +1 -1
- package/build/features/connect/screens/BrandSegment/BrandSegment.d.ts +1 -1
- package/build/features/connect/screens/BrandSegment/TeamSize.d.ts +1 -2
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/connect/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/connect/screens/Individual/Email.d.ts +1 -1
- package/build/features/connect/screens/Individual/Email.js +1 -1
- package/build/features/connect/screens/Individual/Individual.d.ts +1 -1
- package/build/features/connect/screens/Individual/Name.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandName.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandName.js +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 +5 -0
- package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.js +36 -0
- package/build/features/connectExpress/screens/AccountCreatedLoader/index.d.ts +2 -0
- package/build/features/connectExpress/screens/AccountCreatedLoader/index.js +2 -0
- package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.d.ts +5 -0
- package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.js +74 -0
- package/build/features/connectExpress/screens/{AuthenticationList → AuthMerchant}/MerchantList.d.ts +2 -1
- package/build/features/connectExpress/screens/AuthMerchant/MerchantList.js +64 -0
- package/build/features/connectExpress/screens/AuthMerchant/index.d.ts +2 -0
- package/build/features/connectExpress/screens/AuthMerchant/index.js +2 -0
- package/build/features/connectExpress/screens/AuthMerchant/validation.d.ts +8 -0
- package/build/features/connectExpress/screens/AuthMerchant/validation.js +4 -0
- package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.js +11 -20
- 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/EntityList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.js +1 -3
- package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/validation.d.ts +3 -13
- package/build/features/connectExpress/screens/AuthenticationList/validation.js +44 -19
- 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 +1 -2
- package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/TAC.d.ts +3 -3
- package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +1 -2
- package/build/features/connectExpress/screens/NIDMissed/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/OTP/OTP.d.ts +1 -1
- package/build/features/connectExpress/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/entity/Entity.d.ts +1 -2
- package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +9 -25
- package/build/features/entity/screens/EntityCapital/CapitalPaid.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/CapitalShareCount.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.d.ts +1 -1
- package/build/features/entity/screens/EntityCapital/EntityCapital.d.ts +1 -2
- package/build/features/entity/screens/EntityName/Article.d.ts +2 -3
- package/build/features/entity/screens/EntityName/EntityName.d.ts +1 -2
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +13 -29
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +5 -13
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +5 -13
- package/build/features/entity/screens/EntityName/LegalName.d.ts +1 -1
- package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +1 -2
- package/build/features/entity/screens/EntityName/LicenseNumber.d.ts +1 -1
- package/build/features/entity/screens/EntityName/UnifiedNumber.d.ts +1 -1
- package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/entity/screens/Success/Success.d.ts +1 -1
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/entity/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/entity/screens/Verify/Verify.d.ts +1 -1
- package/build/features/featuresScreens.js +10 -0
- package/build/features/individual/Individual.d.ts +1 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +5 -13
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +2 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +3 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +1 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/Email.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/Email.js +1 -1
- package/build/features/individual/screens/IndividualList/IndividualList.d.ts +9 -25
- package/build/features/individual/screens/IndividualList/UserList.d.ts +1 -2
- package/build/features/individual/screens/IndividualPersonalInfo/DOB.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Email.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +4 -4
- package/build/features/individual/screens/IndividualPersonalInfo/ID.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +5 -13
- package/build/features/individual/screens/IndividualPersonalInfo/Name.d.ts +1 -1
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.d.ts +1 -1
- package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/individual/screens/Success/Success.d.ts +1 -1
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/individual/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/individual/screens/Verify/Verify.d.ts +1 -1
- package/build/features/password/Password.d.ts +1 -2
- package/build/features/password/screens/CreatePassword/ConditionText.d.ts +1 -2
- package/build/features/password/screens/CreatePassword/ConfirmPassword.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/CreatePassword.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/Password.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/PasswordBar.d.ts +1 -2
- package/build/features/password/screens/OTP/OTP.d.ts +1 -1
- package/build/features/password/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/password/screens/Success/Success.d.ts +1 -1
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/password/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/password/screens/Verify/Verify.d.ts +1 -1
- package/build/features/shared/AcceptancePayouts/AcceptancePayouts.d.ts +1 -2
- package/build/features/shared/Address/Address.d.ts +1 -2
- package/build/features/shared/Address/CountryList.d.ts +13 -29
- package/build/features/shared/Address/InputSelect.d.ts +13 -29
- package/build/features/shared/Address/InputSelect.js +1 -1
- package/build/features/shared/Address/InputText.d.ts +1 -1
- package/build/features/shared/Background/Background.d.ts +1 -1
- package/build/features/shared/Background/LogoBackground.d.ts +1 -1
- package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.d.ts +1 -2
- package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +1 -2
- package/build/features/shared/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/shared/Button/AbsherButton.d.ts +1 -2
- package/build/features/shared/Button/Button.d.ts +1 -2
- package/build/features/shared/Button/EmailProvidersButtons.d.ts +2 -3
- package/build/features/shared/Button/FlowsButtons.d.ts +2 -3
- package/build/features/shared/Button/FlowsButtons.js +1 -1
- package/build/features/shared/Button/IndividualActionButtons.d.ts +2 -2
- package/build/features/shared/Button/MobileButton.d.ts +1 -2
- package/build/features/shared/Button/SuccessButton.d.ts +1 -2
- package/build/features/shared/Calender/Calender.d.ts +1 -2
- package/build/features/shared/CheckIcon/CheckIcon.d.ts +2 -3
- package/build/features/shared/Chip/Chip.d.ts +1 -2
- package/build/features/shared/ClearIcon/ClearIcon.d.ts +1 -2
- package/build/features/shared/Containers/FeatureContainer.d.ts +1 -1
- package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
- package/build/features/shared/CreateAccountLoading/CreateAccountLoading.d.ts +1 -1
- package/build/features/shared/DataLoading/DataLoading.d.ts +3 -1
- package/build/features/shared/DataLoading/DataLoading.js +2 -2
- package/build/features/shared/Dialog/CloseDialog.d.ts +1 -2
- package/build/features/shared/Dialog/DialogContainer.d.ts +1 -1
- package/build/features/shared/Dot/Dot.d.ts +1 -2
- package/build/features/shared/EndAdornment/EndAdornment.d.ts +1 -2
- package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +1 -2
- package/build/features/shared/Footer/Footer.d.ts +1 -2
- package/build/features/shared/Footer/PoweredByFooter.d.ts +2 -3
- package/build/features/shared/GenericError/GenericError.d.ts +1 -1
- package/build/features/shared/Input/Input.d.ts +6 -14
- package/build/features/shared/InputSelect/InputSelect.d.ts +1 -2
- package/build/features/shared/Mandatory/Mandatory.d.ts +1 -2
- package/build/features/shared/OTP/OTP.d.ts +1 -1
- package/build/features/shared/PaciVerification/PaciVerification.d.ts +1 -1
- package/build/features/shared/PasswordIcon/PasswordIcon.d.ts +1 -2
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +1 -2
- package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
- package/build/features/shared/Search/Search.d.ts +1 -2
- package/build/features/shared/SearchIcon/SearchIcon.d.ts +1 -2
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -1
- package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -1
- package/build/features/shared/UploadFile/FileUpload.d.ts +4 -4
- package/build/features/shared/UploadFile/FileUpload.js +1 -1
- package/build/features/shared/UploadFile/UploadFile.d.ts +3 -3
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +3 -3
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +4 -4
- package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +3 -3
- package/build/features/signIn/SignIn.d.ts +1 -2
- package/build/features/signIn/screens/Email/Email.d.ts +1 -1
- package/build/features/signIn/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/signIn/screens/OTP/OTP.d.ts +1 -1
- package/build/features/signIn/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/signIn/screens/Password/Password.d.ts +1 -1
- package/build/features/signIn/screens/Password/PasswordInput.d.ts +1 -1
- package/build/features/tax/Tax.d.ts +1 -2
- package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/tax/screens/Success/Success.d.ts +1 -1
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +2 -3
- package/build/features/tax/screens/TaxDetails/TaxDetails.d.ts +1 -2
- package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +1 -2
- package/build/features/tax/screens/TaxDetails/VATId.d.ts +2 -3
- package/build/features/tax/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/tax/screens/Verify/Verify.d.ts +1 -1
- package/build/hooks/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
- package/build/features/connectExpress/screens/AuthenticationList/MerchantList.js +0 -126
|
@@ -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]) {
|
|
@@ -213,25 +213,34 @@ export var retrieveAuthenticationListAsync = createAsyncThunk('connectExpress/re
|
|
|
213
213
|
});
|
|
214
214
|
});
|
|
215
215
|
});
|
|
216
|
-
export var getMerchantListAsync = createAsyncThunk('connectExpress/getMerchantListAsync', function (
|
|
217
|
-
var
|
|
218
|
-
return
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
216
|
+
export var getMerchantListAsync = createAsyncThunk('connectExpress/getMerchantListAsync', function (_a, thunkApi) {
|
|
217
|
+
var brandInfo = _a.brandInfo, entityInfo = _a.entityInfo;
|
|
218
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
219
|
+
var settings, payload, merchants, list;
|
|
220
|
+
return __generator(this, function (_b) {
|
|
221
|
+
switch (_b.label) {
|
|
222
|
+
case 0:
|
|
223
|
+
settings = thunkApi.getState().settings;
|
|
224
|
+
payload = {
|
|
225
|
+
business_entity_id: (entityInfo === null || entityInfo === void 0 ? void 0 : entityInfo.id) || '',
|
|
226
|
+
brand_id: (brandInfo === null || brandInfo === void 0 ? void 0 : brandInfo.id) || '',
|
|
227
|
+
create_if_not_present: true,
|
|
228
|
+
platforms: settings.data.appConfig.platforms
|
|
229
|
+
};
|
|
230
|
+
return [4, API.entityService.getMerchantListUsingEntityId(payload)];
|
|
231
|
+
case 1:
|
|
232
|
+
merchants = (_b.sent()).merchants;
|
|
233
|
+
list = merchants || [];
|
|
234
|
+
if ((list === null || list === void 0 ? void 0 : list.length) > 1) {
|
|
235
|
+
thunkApi.dispatch(handleNextScreenStep('CONNECT_EXPRESS_AUTH_MERCHANT_LIST_STEP'));
|
|
236
|
+
return [2, { list: list, brandInfo: brandInfo, entityInfo: entityInfo }];
|
|
237
|
+
}
|
|
238
|
+
sleep(50).then(function () { return thunkApi.dispatch(handleNextScreenStep('CONNECT_EXPRESS_AUTH_ACCOUNT_CREATED_STEP')); });
|
|
239
|
+
return [2, { list: list, brandInfo: brandInfo, entityInfo: entityInfo }];
|
|
240
|
+
}
|
|
241
|
+
});
|
|
233
242
|
});
|
|
234
|
-
});
|
|
243
|
+
});
|
|
235
244
|
export var createMobileAuthAsync = createAsyncThunk('connectExpress/createMobileAuthAsync', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
|
|
236
245
|
var _a, settings, connectExpress, requestBody, data;
|
|
237
246
|
var _b, _c;
|
|
@@ -993,7 +1002,7 @@ export var updateLeadBusinessDataAsync = createAsyncThunk('updateLeadBusinessDat
|
|
|
993
1002
|
});
|
|
994
1003
|
});
|
|
995
1004
|
});
|
|
996
|
-
export var
|
|
1005
|
+
export var confirmInfo = createAsyncThunk('connectExpress/confirmInfo', function (_a, thunkApi) {
|
|
997
1006
|
var brandInfo = _a.brandInfo, entityInfo = _a.entityInfo, merchantInfo = _a.merchantInfo;
|
|
998
1007
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
999
1008
|
var _b, connectExpress, settings, responseData, _c, postURL, redirectUrl, bi, authId, body, data, urlQueryStart;
|
|
@@ -1054,8 +1063,6 @@ var initialState = {
|
|
|
1054
1063
|
error: null,
|
|
1055
1064
|
loading: false,
|
|
1056
1065
|
customLoading: false,
|
|
1057
|
-
merchantLoading: false,
|
|
1058
|
-
terminalLoading: false,
|
|
1059
1066
|
data: {
|
|
1060
1067
|
showBoard: true,
|
|
1061
1068
|
isLeadIdPassed: false,
|
|
@@ -1091,7 +1098,9 @@ var initialState = {
|
|
|
1091
1098
|
},
|
|
1092
1099
|
authenticationData: {
|
|
1093
1100
|
brandInfo: undefined,
|
|
1094
|
-
entityInfo: undefined
|
|
1101
|
+
entityInfo: undefined
|
|
1102
|
+
},
|
|
1103
|
+
authMerchantData: {
|
|
1095
1104
|
merchantInfo: undefined
|
|
1096
1105
|
}
|
|
1097
1106
|
}
|
|
@@ -1526,33 +1535,35 @@ export var connectSlice = createSlice({
|
|
|
1526
1535
|
state.error = action.error.message;
|
|
1527
1536
|
})
|
|
1528
1537
|
.addCase(getMerchantListAsync.pending, function (state) {
|
|
1529
|
-
state.
|
|
1538
|
+
state.loading = true;
|
|
1530
1539
|
state.error = null;
|
|
1531
1540
|
})
|
|
1532
1541
|
.addCase(getMerchantListAsync.fulfilled, function (state, action) {
|
|
1533
|
-
state.
|
|
1542
|
+
state.loading = false;
|
|
1534
1543
|
state.error = null;
|
|
1535
1544
|
var data = state.data.responseData;
|
|
1536
|
-
var
|
|
1537
|
-
|
|
1538
|
-
|
|
1545
|
+
var _a = action.payload, list = _a.list, brandInfo = _a.brandInfo, entityInfo = _a.entityInfo;
|
|
1546
|
+
state.data.authenticationData.brandInfo = brandInfo;
|
|
1547
|
+
state.data.authenticationData.entityInfo = entityInfo;
|
|
1548
|
+
if (list === null || list === void 0 ? void 0 : list.length) {
|
|
1549
|
+
state.data.authMerchantData.merchantInfo = list[0];
|
|
1539
1550
|
}
|
|
1540
|
-
state.data.responseData = __assign(__assign({}, data), {
|
|
1551
|
+
state.data.responseData = __assign(__assign({}, data), { authMerchantData: __assign(__assign({}, data === null || data === void 0 ? void 0 : data.authMerchantData), { merchantList: list }) });
|
|
1541
1552
|
})
|
|
1542
1553
|
.addCase(getMerchantListAsync.rejected, function (state, action) {
|
|
1543
|
-
state.
|
|
1554
|
+
state.loading = false;
|
|
1544
1555
|
state.error = action.error.message;
|
|
1545
1556
|
})
|
|
1546
|
-
.addCase(
|
|
1557
|
+
.addCase(confirmInfo.pending, function (state) {
|
|
1547
1558
|
state.loading = true;
|
|
1548
1559
|
state.error = null;
|
|
1549
1560
|
})
|
|
1550
|
-
.addCase(
|
|
1561
|
+
.addCase(confirmInfo.fulfilled, function (state) {
|
|
1551
1562
|
state.loading = false;
|
|
1552
1563
|
state.error = null;
|
|
1553
1564
|
state.data.responseData = __assign({}, state.data.responseData);
|
|
1554
1565
|
})
|
|
1555
|
-
.addCase(
|
|
1566
|
+
.addCase(confirmInfo.rejected, function (state, action) {
|
|
1556
1567
|
state.loading = false;
|
|
1557
1568
|
state.error = action.error.message;
|
|
1558
1569
|
})
|
|
@@ -21,10 +21,28 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
21
21
|
notification: any;
|
|
22
22
|
};
|
|
23
23
|
token: string;
|
|
24
|
-
}, VerifyLeadTokenProps, {
|
|
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
|
+
}>;
|
|
25
34
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
26
35
|
data: any;
|
|
27
|
-
}, void, {
|
|
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
|
+
}>;
|
|
28
46
|
export declare const verifyEntityLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
29
47
|
data: any;
|
|
30
48
|
individualData: any;
|
|
@@ -42,28 +60,91 @@ export declare const verifyEntityLeadOTP: import("@reduxjs/toolkit").AsyncThunk<
|
|
|
42
60
|
notification: any;
|
|
43
61
|
};
|
|
44
62
|
formData: OTPFormValues;
|
|
45
|
-
}, 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
|
+
}>;
|
|
46
73
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
47
74
|
flows: any;
|
|
48
|
-
}, void, {
|
|
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
|
+
}>;
|
|
49
85
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
50
86
|
data: any;
|
|
51
|
-
}, string, {
|
|
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
|
+
}>;
|
|
52
97
|
export declare const updateEntityName: import("@reduxjs/toolkit").AsyncThunk<{
|
|
53
98
|
data: any;
|
|
54
99
|
formData: EntityNameFormValues;
|
|
55
100
|
currencyData: any;
|
|
56
|
-
}, AsyncThunkParams<EntityNameFormValues>, {
|
|
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
|
+
}>;
|
|
57
111
|
export declare const updateEntityCapital: import("@reduxjs/toolkit").AsyncThunk<{
|
|
58
112
|
data: any;
|
|
59
113
|
formData: EntityCapitalFormValues;
|
|
60
|
-
}, AsyncThunkParams<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
|
+
}>;
|
|
61
124
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
62
125
|
response: any;
|
|
63
126
|
formData: void;
|
|
64
|
-
} | undefined, void, {
|
|
65
|
-
|
|
66
|
-
|
|
127
|
+
} | undefined, void, {
|
|
128
|
+
state?: unknown;
|
|
129
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
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 = {
|
|
67
148
|
token: string;
|
|
68
149
|
};
|
|
69
150
|
export interface EntityData {
|
|
@@ -87,7 +168,7 @@ export declare const entitySlice: import("@reduxjs/toolkit").Slice<EntityState,
|
|
|
87
168
|
uploadingArticleStatus: (state: EntityState, action: ActionState<boolean>) => void;
|
|
88
169
|
clearAOAFile: (state: EntityState) => void;
|
|
89
170
|
}, "entity/store">;
|
|
90
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
171
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"entity/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"entity/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"entity/store/resetOTPScreen">, uploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "entity/store/uploadingStatus">, uploadingArticleStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "entity/store/uploadingArticleStatus">, clearAOAFile: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"entity/store/clearAOAFile">;
|
|
91
172
|
declare const _default: import("redux").Reducer<EntityState, import("redux").AnyAction>;
|
|
92
173
|
export default _default;
|
|
93
174
|
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 (_) 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]) {
|
|
@@ -24,12 +24,39 @@ export declare const verifyToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
24
24
|
flows: any;
|
|
25
25
|
};
|
|
26
26
|
token: string;
|
|
27
|
-
}, VerifyLeadTokenProps, {
|
|
28
|
-
|
|
27
|
+
}, VerifyLeadTokenProps, {
|
|
28
|
+
state?: unknown;
|
|
29
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
30
|
+
extra?: unknown;
|
|
31
|
+
rejectValue?: unknown;
|
|
32
|
+
serializedErrorType?: unknown;
|
|
33
|
+
pendingMeta?: unknown;
|
|
34
|
+
fulfilledMeta?: unknown;
|
|
35
|
+
rejectedMeta?: unknown;
|
|
36
|
+
}>;
|
|
37
|
+
export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<void, VerifyLeadTokenProps, {
|
|
38
|
+
state?: unknown;
|
|
39
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
40
|
+
extra?: unknown;
|
|
41
|
+
rejectValue?: unknown;
|
|
42
|
+
serializedErrorType?: unknown;
|
|
43
|
+
pendingMeta?: unknown;
|
|
44
|
+
fulfilledMeta?: unknown;
|
|
45
|
+
rejectedMeta?: unknown;
|
|
46
|
+
}>;
|
|
29
47
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
30
48
|
data: any;
|
|
31
|
-
}, void, {
|
|
32
|
-
|
|
49
|
+
}, void, {
|
|
50
|
+
state?: unknown;
|
|
51
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
52
|
+
extra?: unknown;
|
|
53
|
+
rejectValue?: unknown;
|
|
54
|
+
serializedErrorType?: unknown;
|
|
55
|
+
pendingMeta?: unknown;
|
|
56
|
+
fulfilledMeta?: unknown;
|
|
57
|
+
rejectedMeta?: unknown;
|
|
58
|
+
}>;
|
|
59
|
+
type AddDetailsParams = {
|
|
33
60
|
user: User;
|
|
34
61
|
userList: User[];
|
|
35
62
|
};
|
|
@@ -38,18 +65,54 @@ export declare const addDetailsAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
38
65
|
individualId: string;
|
|
39
66
|
countryCode: string;
|
|
40
67
|
countries: import("../../../@types").CountryCode[];
|
|
41
|
-
}, AddDetailsParams, {
|
|
42
|
-
|
|
68
|
+
}, AddDetailsParams, {
|
|
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
|
+
}>;
|
|
78
|
+
type RequestEmail = {
|
|
43
79
|
user: User;
|
|
44
80
|
collectInfo: IndividualEmailMobileFormValues;
|
|
45
81
|
};
|
|
46
82
|
export declare const requestDetailsByEmail: import("@reduxjs/toolkit").AsyncThunk<{
|
|
47
83
|
data: any;
|
|
48
84
|
individualData: User | undefined;
|
|
49
|
-
}, RequestEmail, {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
85
|
+
}, RequestEmail, {
|
|
86
|
+
state?: unknown;
|
|
87
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
88
|
+
extra?: unknown;
|
|
89
|
+
rejectValue?: unknown;
|
|
90
|
+
serializedErrorType?: unknown;
|
|
91
|
+
pendingMeta?: unknown;
|
|
92
|
+
fulfilledMeta?: unknown;
|
|
93
|
+
rejectedMeta?: unknown;
|
|
94
|
+
}>;
|
|
95
|
+
export declare const getIndividualList: import("@reduxjs/toolkit").AsyncThunk<User[], string, {
|
|
96
|
+
state?: unknown;
|
|
97
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
98
|
+
extra?: unknown;
|
|
99
|
+
rejectValue?: unknown;
|
|
100
|
+
serializedErrorType?: unknown;
|
|
101
|
+
pendingMeta?: unknown;
|
|
102
|
+
fulfilledMeta?: unknown;
|
|
103
|
+
rejectedMeta?: unknown;
|
|
104
|
+
}>;
|
|
105
|
+
export declare const getCityList: import("@reduxjs/toolkit").AsyncThunk<any, string, {
|
|
106
|
+
state?: unknown;
|
|
107
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
108
|
+
extra?: unknown;
|
|
109
|
+
rejectValue?: unknown;
|
|
110
|
+
serializedErrorType?: unknown;
|
|
111
|
+
pendingMeta?: unknown;
|
|
112
|
+
fulfilledMeta?: unknown;
|
|
113
|
+
rejectedMeta?: unknown;
|
|
114
|
+
}>;
|
|
115
|
+
type RetrieveIndividualInfoParams = {
|
|
53
116
|
id: string;
|
|
54
117
|
type: string;
|
|
55
118
|
countryCode?: string;
|
|
@@ -58,20 +121,56 @@ export declare const retrieveIndividualInfo: import("@reduxjs/toolkit").AsyncThu
|
|
|
58
121
|
data: any;
|
|
59
122
|
countryCode: string | undefined;
|
|
60
123
|
countries: import("../../../@types").CountryCode[];
|
|
61
|
-
}, RetrieveIndividualInfoParams, {
|
|
124
|
+
}, RetrieveIndividualInfoParams, {
|
|
125
|
+
state?: unknown;
|
|
126
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
127
|
+
extra?: unknown;
|
|
128
|
+
rejectValue?: unknown;
|
|
129
|
+
serializedErrorType?: unknown;
|
|
130
|
+
pendingMeta?: unknown;
|
|
131
|
+
fulfilledMeta?: unknown;
|
|
132
|
+
rejectedMeta?: unknown;
|
|
133
|
+
}>;
|
|
62
134
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
63
135
|
sourceIncome: any;
|
|
64
136
|
monthlyIncome: any;
|
|
65
137
|
occupation: {
|
|
66
138
|
list: any;
|
|
67
139
|
};
|
|
68
|
-
}, string, {
|
|
140
|
+
}, string, {
|
|
141
|
+
state?: unknown;
|
|
142
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
143
|
+
extra?: unknown;
|
|
144
|
+
rejectValue?: unknown;
|
|
145
|
+
serializedErrorType?: unknown;
|
|
146
|
+
pendingMeta?: unknown;
|
|
147
|
+
fulfilledMeta?: unknown;
|
|
148
|
+
rejectedMeta?: unknown;
|
|
149
|
+
}>;
|
|
69
150
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
70
151
|
flows: any;
|
|
71
|
-
}, void, {
|
|
152
|
+
}, void, {
|
|
153
|
+
state?: unknown;
|
|
154
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
155
|
+
extra?: unknown;
|
|
156
|
+
rejectValue?: unknown;
|
|
157
|
+
serializedErrorType?: unknown;
|
|
158
|
+
pendingMeta?: unknown;
|
|
159
|
+
fulfilledMeta?: unknown;
|
|
160
|
+
rejectedMeta?: unknown;
|
|
161
|
+
}>;
|
|
72
162
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
73
163
|
data: any;
|
|
74
|
-
}, string, {
|
|
164
|
+
}, string, {
|
|
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 verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
76
175
|
data: any;
|
|
77
176
|
boardResponse: {
|
|
@@ -92,21 +191,57 @@ export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
92
191
|
formData: {
|
|
93
192
|
otp: string;
|
|
94
193
|
};
|
|
95
|
-
}, OTPFormValues, {
|
|
194
|
+
}, OTPFormValues, {
|
|
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
|
+
}>;
|
|
96
204
|
export declare const updatePhoneInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
97
205
|
data: any;
|
|
98
206
|
formData: IndividualMobileFormValues;
|
|
99
|
-
}, AsyncThunkParams<IndividualMobileFormValues>, {
|
|
207
|
+
}, AsyncThunkParams<IndividualMobileFormValues>, {
|
|
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
|
+
}>;
|
|
100
217
|
export declare const updateIndividualPersonalInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
101
218
|
data: any;
|
|
102
219
|
formData: IndividualPersonalInfoFormValues;
|
|
103
220
|
currencyData: any;
|
|
104
|
-
}, AsyncThunkParams<IndividualPersonalInfoFormValues>, {
|
|
221
|
+
}, AsyncThunkParams<IndividualPersonalInfoFormValues>, {
|
|
222
|
+
state?: unknown;
|
|
223
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
224
|
+
extra?: unknown;
|
|
225
|
+
rejectValue?: unknown;
|
|
226
|
+
serializedErrorType?: unknown;
|
|
227
|
+
pendingMeta?: unknown;
|
|
228
|
+
fulfilledMeta?: unknown;
|
|
229
|
+
rejectedMeta?: unknown;
|
|
230
|
+
}>;
|
|
105
231
|
export declare const updateIndividualInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
106
232
|
data: any;
|
|
107
233
|
formData: IndividualExtraFormValues;
|
|
108
234
|
individualData: User;
|
|
109
|
-
}, AsyncThunkParams<IndividualExtraFormValues>, {
|
|
235
|
+
}, AsyncThunkParams<IndividualExtraFormValues>, {
|
|
236
|
+
state?: unknown;
|
|
237
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
238
|
+
extra?: unknown;
|
|
239
|
+
rejectValue?: unknown;
|
|
240
|
+
serializedErrorType?: unknown;
|
|
241
|
+
pendingMeta?: unknown;
|
|
242
|
+
fulfilledMeta?: unknown;
|
|
243
|
+
rejectedMeta?: unknown;
|
|
244
|
+
}>;
|
|
110
245
|
export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
111
246
|
response: any;
|
|
112
247
|
formData: string;
|
|
@@ -114,14 +249,41 @@ export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThu
|
|
|
114
249
|
email: string;
|
|
115
250
|
cancelToken: CancelToken;
|
|
116
251
|
onSuccess?: (() => void) | undefined;
|
|
117
|
-
}, {
|
|
252
|
+
}, {
|
|
253
|
+
state?: unknown;
|
|
254
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
255
|
+
extra?: unknown;
|
|
256
|
+
rejectValue?: unknown;
|
|
257
|
+
serializedErrorType?: unknown;
|
|
258
|
+
pendingMeta?: unknown;
|
|
259
|
+
fulfilledMeta?: unknown;
|
|
260
|
+
rejectedMeta?: unknown;
|
|
261
|
+
}>;
|
|
118
262
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
119
263
|
response: any;
|
|
120
264
|
formData: void;
|
|
121
265
|
individualData: any;
|
|
122
|
-
} | undefined, void, {
|
|
123
|
-
|
|
124
|
-
|
|
266
|
+
} | undefined, void, {
|
|
267
|
+
state?: unknown;
|
|
268
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
269
|
+
extra?: unknown;
|
|
270
|
+
rejectValue?: unknown;
|
|
271
|
+
serializedErrorType?: unknown;
|
|
272
|
+
pendingMeta?: unknown;
|
|
273
|
+
fulfilledMeta?: unknown;
|
|
274
|
+
rejectedMeta?: unknown;
|
|
275
|
+
}>;
|
|
276
|
+
export declare const onCloseCompleteIndividual: import("@reduxjs/toolkit").AsyncThunk<void, void, {
|
|
277
|
+
state?: unknown;
|
|
278
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
279
|
+
extra?: unknown;
|
|
280
|
+
rejectValue?: unknown;
|
|
281
|
+
serializedErrorType?: unknown;
|
|
282
|
+
pendingMeta?: unknown;
|
|
283
|
+
fulfilledMeta?: unknown;
|
|
284
|
+
rejectedMeta?: unknown;
|
|
285
|
+
}>;
|
|
286
|
+
type VerifyData = {
|
|
125
287
|
token: string;
|
|
126
288
|
};
|
|
127
289
|
export interface IndividualData {
|
|
@@ -146,7 +308,7 @@ export declare const individualSlice: import("@reduxjs/toolkit").Slice<Individua
|
|
|
146
308
|
civilIDUploadingStatus: (state: IndividualState, action: ActionState<boolean>) => void;
|
|
147
309
|
signatureFileUploadingStatus: (state: IndividualState, action: ActionState<boolean>) => void;
|
|
148
310
|
}, "individual/store">;
|
|
149
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
311
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"individual/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"individual/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"individual/store/resetOTPScreen">, civilIDUploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "individual/store/civilIDUploadingStatus">, signatureFileUploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "individual/store/signatureFileUploadingStatus">, resetIndividualData: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"individual/store/resetIndividualData">;
|
|
150
312
|
declare const _default: import("redux").Reducer<IndividualState, import("redux").AnyAction>;
|
|
151
313
|
export default _default;
|
|
152
314
|
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 (_) 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]) {
|