@tap-payments/auth-jsconnect 2.6.87-test → 2.6.89-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 +23 -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 +22 -9
- package/build/api/entity.js +9 -1
- package/build/api/file.d.ts +1 -1
- package/build/api/index.d.ts +3 -2
- package/build/api/individual.d.ts +5 -5
- package/build/api/init.d.ts +1 -1
- package/build/api/lead.d.ts +12 -12
- package/build/api/lead.js +1 -1
- package/build/api/operator.d.ts +2 -2
- package/build/api/operator.js +1 -1
- package/build/api/user.d.ts +2 -2
- package/build/app/settings.d.ts +3 -21
- package/build/app/settings.js +1 -1
- package/build/app/store.d.ts +4 -4
- package/build/components/AnimationFlow/AnimationFlow.d.ts +1 -1
- package/build/components/AnimationFlow/BottomSheet.d.ts +1 -1
- package/build/components/AnimationFlow/Dialog.d.ts +1 -1
- package/build/components/AnimationFlow/Error.d.ts +2 -1
- package/build/components/AnimationFlow/Loader.d.ts +2 -1
- package/build/components/ArabicDatePicker/ArabicDatePicker.d.ts +1 -1
- package/build/components/Button/Button.d.ts +1 -1
- package/build/components/CheckBox/CheckBox.d.ts +1 -1
- package/build/components/Collapse/Collapse.d.ts +2 -1
- package/build/components/DatePicker/DatePicker.d.ts +1 -1
- package/build/components/ExpandIcon/ExpandIcon.d.ts +2 -1
- package/build/components/FileInput/DragAndDrop.d.ts +2 -1
- package/build/components/FileInput/UploadInput.d.ts +2 -1
- package/build/components/Footer/Footer.d.ts +1 -1
- package/build/components/Form/Form.d.ts +1 -1
- package/build/components/Input/Input.d.ts +1 -1
- package/build/components/InputAdornment/InputAdornment.d.ts +1 -1
- package/build/components/List/List.d.ts +1 -1
- package/build/components/ListItem/ListItem.d.ts +1 -1
- package/build/components/Loader/Loader.d.ts +1 -1
- package/build/components/LogoBadge/LogoBadge.d.ts +1 -1
- package/build/components/OTPField/OTPField.d.ts +1 -1
- package/build/components/OTPTimer/OTPTimer.d.ts +1 -1
- package/build/components/ProgressBar/CircularProgressBar.d.ts +2 -1
- package/build/components/ProgressBar/ProgressBar.d.ts +1 -1
- package/build/components/Providers/ReduxProvider.d.ts +1 -1
- package/build/components/Providers/ThemeProvider.d.ts +1 -1
- package/build/components/Radio/Radio.d.ts +1 -1
- package/build/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/build/components/RadioLabel/RadioLabel.d.ts +1 -1
- package/build/components/SimpleList/SimpleList.d.ts +1 -1
- package/build/components/Slide/Slide.d.ts +1 -1
- package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
- package/build/components/Text/Text.d.ts +1 -1
- package/build/components/ToggleButton/ToggleButton.d.ts +1 -1
- package/build/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
- package/build/components/Tooltip/Tooltip.d.ts +1 -1
- package/build/components/Warning/Warning.d.ts +1 -1
- package/build/constants/app.d.ts +15 -1
- package/build/constants/app.js +14 -0
- package/build/constants/validation.d.ts +3 -0
- package/build/constants/validation.js +3 -0
- package/build/features/app/auth/authStore.d.ts +15 -141
- 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 +32 -261
- package/build/features/app/connectExpress/connectExpressStore.js +57 -6
- 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/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 +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/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/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/AuthenticationList/AuthenticationList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.js +22 -5
- package/build/features/connectExpress/screens/AuthenticationList/BrandList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.d.ts +3 -0
- package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.js +48 -0
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.d.ts +2 -1
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.js +26 -7
- package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.d.ts +3 -0
- package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.js +36 -0
- package/build/features/connectExpress/screens/AuthenticationList/MerchantList.js +17 -4
- package/build/features/connectExpress/screens/AuthenticationList/validation.d.ts +14 -1
- package/build/features/connectExpress/screens/AuthenticationList/validation.js +32 -7
- 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/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/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/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/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/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/Button.js +8 -4
- 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/TaxDocument.d.ts +2 -1
- package/build/features/tax/screens/TaxDetails/VATId.d.ts +3 -2
- package/build/features/tax/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/tax/screens/Verify/Verify.d.ts +1 -1
- package/build/hooks/useDataVerified.d.ts +1 -1
- package/build/hooks/useExcludeReadOnlyFelids.d.ts +2 -2
- package/build/hooks/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]) {
|
|
@@ -59,7 +59,7 @@ import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
|
|
|
59
59
|
import { handleNextScreenStep, handleCurrentActiveScreen, handleOpen, handleSetCountryByIso2, onCloseComplete, storeAuthId } from '../../../app/settings';
|
|
60
60
|
import { FlowsTypes, AuthForType, BusinessType, LicenseType } from '../../../@types';
|
|
61
61
|
import API from '../../../api';
|
|
62
|
-
import { CONNECT_EXPRESS_STEP_NAMES, IDENTIFICATION_TYPE, OTHER_CR_LICENSE, OTHER_FL_LICENSE, SCOPE_AUTH } from '../../../constants';
|
|
62
|
+
import { ADD_NEW_ENTITY, CONNECT_EXPRESS_STEP_NAMES, IDENTIFICATION_TYPE, OTHER_CR_LICENSE, OTHER_FL_LICENSE, SCOPE_AUTH } from '../../../constants';
|
|
63
63
|
import { defaultCountry } from '../../../constants';
|
|
64
64
|
import { getIndividualName, capitalizeTheFirstLetterOfEachWord, sleep, findCountryByIddPrefix, concatenateObjectValues, isSA, isKW, isOtherThanKWOrSA } from '../../../utils';
|
|
65
65
|
export var updateBusinessCountryAsync = createAsyncThunk('connectExpress/updateBusinessCountryAsync', function (countryCode, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
|
|
@@ -885,6 +885,33 @@ export var createAccountAsync = createAsyncThunk('connectExpress/createAccountAs
|
|
|
885
885
|
}
|
|
886
886
|
});
|
|
887
887
|
}); });
|
|
888
|
+
export var createEntity = createAsyncThunk('connectExpress/createEntity', function (params, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
|
|
889
|
+
var settings, brandInfo, legalName, licenseNumber, body, data;
|
|
890
|
+
var _a;
|
|
891
|
+
return __generator(this, function (_b) {
|
|
892
|
+
switch (_b.label) {
|
|
893
|
+
case 0:
|
|
894
|
+
settings = thunkApi.getState().settings;
|
|
895
|
+
brandInfo = params.brandInfo, legalName = params.legalName, licenseNumber = params.licenseNumber;
|
|
896
|
+
body = {
|
|
897
|
+
business_id: (brandInfo === null || brandInfo === void 0 ? void 0 : brandInfo.business_id) || '',
|
|
898
|
+
entity: {
|
|
899
|
+
legal_name: {
|
|
900
|
+
en: legalName || '',
|
|
901
|
+
ar: legalName || ''
|
|
902
|
+
},
|
|
903
|
+
license_number: licenseNumber || '',
|
|
904
|
+
country: (_a = settings.data.businessCountry) === null || _a === void 0 ? void 0 : _a.iso2,
|
|
905
|
+
is_licensed: undefined
|
|
906
|
+
}
|
|
907
|
+
};
|
|
908
|
+
return [4, API.entityService.createEntity(body)];
|
|
909
|
+
case 1:
|
|
910
|
+
data = _b.sent();
|
|
911
|
+
return [2, { data: data, formData: params }];
|
|
912
|
+
}
|
|
913
|
+
});
|
|
914
|
+
}); });
|
|
888
915
|
export var updateLeadIndividualAsync = createAsyncThunk('connectExpress/updateLeadIndividualAsync', function (_a, thunkApi) {
|
|
889
916
|
var formData = _a.formData, originalFormData = _a.originalFormData;
|
|
890
917
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
@@ -1107,6 +1134,9 @@ export var connectSlice = createSlice({
|
|
|
1107
1134
|
resetCivilScreen: function (state) {
|
|
1108
1135
|
state.data.civilIdData = __assign(__assign({}, state.data.civilIdData), initialState.data.civilIdData);
|
|
1109
1136
|
},
|
|
1137
|
+
resetAuthenticationScreen: function (state) {
|
|
1138
|
+
state.data.authenticationData = __assign(__assign({}, state.data.authenticationData), initialState.data.authenticationData);
|
|
1139
|
+
},
|
|
1110
1140
|
resetOTPValue: function (state) {
|
|
1111
1141
|
state.data.otpData.otp = '';
|
|
1112
1142
|
},
|
|
@@ -1412,11 +1442,10 @@ export var connectSlice = createSlice({
|
|
|
1412
1442
|
state.error = null;
|
|
1413
1443
|
state.loading = false;
|
|
1414
1444
|
var _a = action.payload, brandList = _a.brandList, entityList = _a.entityList;
|
|
1445
|
+
var eList = __spreadArray(__spreadArray([], entityList, true), [ADD_NEW_ENTITY], false);
|
|
1415
1446
|
if (brandList === null || brandList === void 0 ? void 0 : brandList.length)
|
|
1416
1447
|
state.data.authenticationData.brandInfo = brandList[0];
|
|
1417
|
-
|
|
1418
|
-
state.data.authenticationData.entityInfo = entityList[0];
|
|
1419
|
-
state.data.responseData = __assign(__assign({}, state.data.responseData), { authenticationData: { brandList: brandList, entityList: entityList } });
|
|
1448
|
+
state.data.responseData = __assign(__assign({}, state.data.responseData), { authenticationData: { brandList: brandList, entityList: eList } });
|
|
1420
1449
|
})
|
|
1421
1450
|
.addCase(retrieveAuthenticationListAsync.pending, function (state) {
|
|
1422
1451
|
state.loading = true;
|
|
@@ -1551,9 +1580,31 @@ export var connectSlice = createSlice({
|
|
|
1551
1580
|
.addCase(updateBusinessCountryAsync.fulfilled, function (state) {
|
|
1552
1581
|
state.loading = false;
|
|
1553
1582
|
state.error = null;
|
|
1583
|
+
})
|
|
1584
|
+
.addCase(createEntity.pending, function (state) {
|
|
1585
|
+
state.loading = true;
|
|
1586
|
+
state.error = null;
|
|
1587
|
+
})
|
|
1588
|
+
.addCase(createEntity.rejected, function (state, action) {
|
|
1589
|
+
state.loading = false;
|
|
1590
|
+
state.error = action.error.message;
|
|
1591
|
+
})
|
|
1592
|
+
.addCase(createEntity.fulfilled, function (state, action) {
|
|
1593
|
+
var _a;
|
|
1594
|
+
state.loading = false;
|
|
1595
|
+
state.error = null;
|
|
1596
|
+
var data = action.payload.data;
|
|
1597
|
+
var authenticationData = ((_a = state.data.responseData) === null || _a === void 0 ? void 0 : _a.authenticationData) || {};
|
|
1598
|
+
var entityList = (authenticationData || {}).entityList;
|
|
1599
|
+
if (data === null || data === void 0 ? void 0 : data.entity) {
|
|
1600
|
+
var entity = __assign(__assign({}, data.entity), { business_id: data === null || data === void 0 ? void 0 : data.business_id });
|
|
1601
|
+
var list = __spreadArray([entity], entityList, true);
|
|
1602
|
+
state.data.authenticationData.entityInfo = list[0];
|
|
1603
|
+
state.data.responseData = __assign(__assign({}, data), { authenticationData: __assign(__assign({}, authenticationData), { entityList: list }) });
|
|
1604
|
+
}
|
|
1554
1605
|
});
|
|
1555
1606
|
}
|
|
1556
1607
|
});
|
|
1557
|
-
export var clearError = (_a = connectSlice.actions, _a.clearError), stopLoader = _a.stopLoader, setIsLeadIdPassed = _a.setIsLeadIdPassed, resetMobileScreen = _a.resetMobileScreen, resetOTPValue = _a.resetOTPValue, resetNIDScreen = _a.resetNIDScreen, resetCivilScreen = _a.resetCivilScreen, resetStore = _a.resetStore, setError = _a.setError, setLeadId = _a.setLeadId, setShowBoard = _a.setShowBoard, resetIndividualScreen = _a.resetIndividualScreen, setDefaultCountryCode = _a.setDefaultCountryCode, storeIsStartFromBusinessCountry = _a.storeIsStartFromBusinessCountry;
|
|
1608
|
+
export var clearError = (_a = connectSlice.actions, _a.clearError), stopLoader = _a.stopLoader, setIsLeadIdPassed = _a.setIsLeadIdPassed, resetMobileScreen = _a.resetMobileScreen, resetOTPValue = _a.resetOTPValue, resetNIDScreen = _a.resetNIDScreen, resetCivilScreen = _a.resetCivilScreen, resetStore = _a.resetStore, setError = _a.setError, setLeadId = _a.setLeadId, setShowBoard = _a.setShowBoard, resetIndividualScreen = _a.resetIndividualScreen, setDefaultCountryCode = _a.setDefaultCountryCode, storeIsStartFromBusinessCountry = _a.storeIsStartFromBusinessCountry, resetAuthenticationScreen = _a.resetAuthenticationScreen;
|
|
1558
1609
|
export default connectSlice.reducer;
|
|
1559
1610
|
export var connectExpressSelector = function (state) { return state.connectExpress; };
|
|
@@ -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]) {
|
|
@@ -24,39 +24,12 @@ export declare const verifyToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
24
24
|
flows: any;
|
|
25
25
|
};
|
|
26
26
|
token: string;
|
|
27
|
-
}, VerifyLeadTokenProps, {
|
|
28
|
-
|
|
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
|
-
}>;
|
|
27
|
+
}, VerifyLeadTokenProps, {}>;
|
|
28
|
+
export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<void, VerifyLeadTokenProps, {}>;
|
|
47
29
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
48
30
|
data: any;
|
|
49
|
-
}, void, {
|
|
50
|
-
|
|
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 = {
|
|
31
|
+
}, void, {}>;
|
|
32
|
+
declare type AddDetailsParams = {
|
|
60
33
|
user: User;
|
|
61
34
|
userList: User[];
|
|
62
35
|
};
|
|
@@ -65,54 +38,18 @@ export declare const addDetailsAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
65
38
|
individualId: string;
|
|
66
39
|
countryCode: string;
|
|
67
40
|
countries: import("../../../@types").CountryCode[];
|
|
68
|
-
}, AddDetailsParams, {
|
|
69
|
-
|
|
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 = {
|
|
41
|
+
}, AddDetailsParams, {}>;
|
|
42
|
+
declare type RequestEmail = {
|
|
79
43
|
user: User;
|
|
80
44
|
collectInfo: IndividualEmailMobileFormValues;
|
|
81
45
|
};
|
|
82
46
|
export declare const requestDetailsByEmail: import("@reduxjs/toolkit").AsyncThunk<{
|
|
83
47
|
data: any;
|
|
84
48
|
individualData: User | undefined;
|
|
85
|
-
}, RequestEmail, {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
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 = {
|
|
49
|
+
}, RequestEmail, {}>;
|
|
50
|
+
export declare const getIndividualList: import("@reduxjs/toolkit").AsyncThunk<User[], string, {}>;
|
|
51
|
+
export declare const getCityList: import("@reduxjs/toolkit").AsyncThunk<any, string, {}>;
|
|
52
|
+
declare type RetrieveIndividualInfoParams = {
|
|
116
53
|
id: string;
|
|
117
54
|
type: string;
|
|
118
55
|
countryCode?: string;
|
|
@@ -121,56 +58,20 @@ export declare const retrieveIndividualInfo: import("@reduxjs/toolkit").AsyncThu
|
|
|
121
58
|
data: any;
|
|
122
59
|
countryCode: string | undefined;
|
|
123
60
|
countries: import("../../../@types").CountryCode[];
|
|
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
|
-
}>;
|
|
61
|
+
}, RetrieveIndividualInfoParams, {}>;
|
|
134
62
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
135
63
|
sourceIncome: any;
|
|
136
64
|
monthlyIncome: any;
|
|
137
65
|
occupation: {
|
|
138
66
|
list: any;
|
|
139
67
|
};
|
|
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
|
-
}>;
|
|
68
|
+
}, string, {}>;
|
|
150
69
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
151
70
|
flows: any;
|
|
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
|
-
}>;
|
|
71
|
+
}, void, {}>;
|
|
162
72
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
163
73
|
data: any;
|
|
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
|
-
}>;
|
|
74
|
+
}, string, {}>;
|
|
174
75
|
export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
175
76
|
data: any;
|
|
176
77
|
boardResponse: {
|
|
@@ -191,57 +92,21 @@ export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
191
92
|
formData: {
|
|
192
93
|
otp: string;
|
|
193
94
|
};
|
|
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
|
-
}>;
|
|
95
|
+
}, OTPFormValues, {}>;
|
|
204
96
|
export declare const updatePhoneInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
205
97
|
data: any;
|
|
206
98
|
formData: 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
|
-
}>;
|
|
99
|
+
}, AsyncThunkParams<IndividualMobileFormValues>, {}>;
|
|
217
100
|
export declare const updateIndividualPersonalInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
218
101
|
data: any;
|
|
219
102
|
formData: IndividualPersonalInfoFormValues;
|
|
220
103
|
currencyData: any;
|
|
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
|
-
}>;
|
|
104
|
+
}, AsyncThunkParams<IndividualPersonalInfoFormValues>, {}>;
|
|
231
105
|
export declare const updateIndividualInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
232
106
|
data: any;
|
|
233
107
|
formData: IndividualExtraFormValues;
|
|
234
108
|
individualData: User;
|
|
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
|
-
}>;
|
|
109
|
+
}, AsyncThunkParams<IndividualExtraFormValues>, {}>;
|
|
245
110
|
export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
246
111
|
response: any;
|
|
247
112
|
formData: string;
|
|
@@ -249,41 +114,14 @@ export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThu
|
|
|
249
114
|
email: string;
|
|
250
115
|
cancelToken: CancelToken;
|
|
251
116
|
onSuccess?: (() => void) | undefined;
|
|
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
|
-
}>;
|
|
117
|
+
}, {}>;
|
|
262
118
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
263
119
|
response: any;
|
|
264
120
|
formData: void;
|
|
265
121
|
individualData: any;
|
|
266
|
-
} | undefined, void, {
|
|
267
|
-
|
|
268
|
-
|
|
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 = {
|
|
122
|
+
} | undefined, void, {}>;
|
|
123
|
+
export declare const onCloseCompleteIndividual: import("@reduxjs/toolkit").AsyncThunk<void, void, {}>;
|
|
124
|
+
declare type VerifyData = {
|
|
287
125
|
token: string;
|
|
288
126
|
};
|
|
289
127
|
export interface IndividualData {
|
|
@@ -308,7 +146,7 @@ export declare const individualSlice: import("@reduxjs/toolkit").Slice<Individua
|
|
|
308
146
|
civilIDUploadingStatus: (state: IndividualState, action: ActionState<boolean>) => void;
|
|
309
147
|
signatureFileUploadingStatus: (state: IndividualState, action: ActionState<boolean>) => void;
|
|
310
148
|
}, "individual/store">;
|
|
311
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
149
|
+
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>;
|
|
312
150
|
declare const _default: import("redux").Reducer<IndividualState, import("redux").AnyAction>;
|
|
313
151
|
export default _default;
|
|
314
152
|
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]) {
|