@tap-payments/auth-jsconnect 2.11.11-development → 2.11.13-development
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/@types/app.d.ts +17 -17
- package/build/@types/config.d.ts +1 -1
- package/build/@types/form.d.ts +26 -26
- package/build/@types/terminal.d.ts +1 -1
- package/build/@types/theme.d.ts +1 -1
- package/build/api/account.d.ts +2 -2
- package/build/api/auth.d.ts +17 -17
- package/build/api/availabilityServices.d.ts +6 -6
- package/build/api/axios.js +1 -1
- package/build/api/board.d.ts +3 -3
- package/build/api/brand.d.ts +1 -1
- package/build/api/country.d.ts +1 -1
- package/build/api/data.d.ts +8 -8
- package/build/api/document.d.ts +3 -3
- package/build/api/entity.d.ts +12 -12
- package/build/api/file.d.ts +3 -3
- package/build/api/firebase.js +1 -1
- package/build/api/index.d.ts +14 -14
- package/build/api/individual.d.ts +5 -5
- package/build/api/init.d.ts +1 -1
- package/build/api/lead.d.ts +18 -18
- package/build/api/lead.js +1 -1
- package/build/api/operator.d.ts +2 -2
- package/build/api/operator.js +1 -1
- package/build/api/user.d.ts +3 -3
- package/build/app/settings.d.ts +21 -3
- package/build/app/settings.js +1 -1
- package/build/app/store.d.ts +4 -4
- package/build/assets/currencies/AEDSymbol.d.ts +2 -2
- package/build/assets/currencies/SARSymbol.d.ts +2 -2
- package/build/assets/currencies/utils.d.ts +1 -1
- package/build/components/AnimationFlow/AnimationFlow.d.ts +1 -1
- package/build/components/AnimationFlow/BottomSheet.d.ts +1 -1
- package/build/components/AnimationFlow/Dialog.d.ts +1 -1
- package/build/components/AnimationFlow/Error.d.ts +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/DeviceCard/DeviceCard.d.ts +2 -2
- 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/TextWithCurrency/TextWithCurrency.d.ts +2 -3
- package/build/components/ToggleButton/ToggleButton.d.ts +1 -1
- package/build/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
- package/build/components/Tooltip/Tooltip.d.ts +1 -1
- package/build/components/TruncatedTooltipText/TruncatedTooltipText.d.ts +1 -1
- package/build/components/Warning/Warning.d.ts +1 -1
- package/build/constants/api.js +1 -1
- package/build/constants/app.d.ts +1 -1
- package/build/features/app/auth/authStore.d.ts +211 -22
- package/build/features/app/auth/authStore.js +12 -10
- package/build/features/app/bank/bankStore.d.ts +93 -12
- 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 +143 -17
- package/build/features/app/brand/brandStore.js +1 -1
- package/build/features/app/business/businessStore.d.ts +192 -21
- package/build/features/app/business/businessStore.js +1 -1
- package/build/features/app/connect/connectStore.d.ts +186 -23
- package/build/features/app/connect/connectStore.js +24 -11
- package/build/features/app/connectExpress/connectExpressStore.d.ts +317 -37
- package/build/features/app/connectExpress/connectExpressStore.js +24 -11
- package/build/features/app/entity/entityStore.d.ts +93 -12
- package/build/features/app/entity/entityStore.js +1 -1
- package/build/features/app/individual/individualStore.d.ts +186 -24
- package/build/features/app/individual/individualStore.js +1 -1
- package/build/features/app/kyc/kycStore.d.ts +62 -8
- package/build/features/app/kyc/kycStore.js +1 -1
- package/build/features/app/password/passwordStore.d.ts +123 -15
- 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 +83 -11
- package/build/features/app/tax/taxStore.js +1 -1
- package/build/features/app/terminal/terminalStore.d.ts +144 -18
- package/build/features/app/terminal/terminalStore.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/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
- package/build/features/auth/screens/AccountNotFound/AccountNotFound.d.ts +1 -1
- package/build/features/auth/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
- package/build/features/auth/screens/AuthSwitch/AuthSwitch.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/BrandList.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/EntityLegalName.d.ts +1 -2
- package/build/features/auth/screens/AuthenticationList/EntityLicenseType.d.ts +5 -27
- package/build/features/auth/screens/AuthenticationList/EntityList.d.ts +1 -1
- package/build/features/auth/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/auth/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/auth/screens/DOB/DOB.d.ts +1 -2
- package/build/features/auth/screens/DOB/DOBForm.d.ts +1 -1
- package/build/features/auth/screens/Email/Email.d.ts +1 -1
- package/build/features/auth/screens/EmailSent/EmailSent.d.ts +1 -1
- package/build/features/auth/screens/MigratingData/MigratingData.d.ts +1 -1
- package/build/features/auth/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/auth/screens/NID/NID.d.ts +1 -1
- package/build/features/auth/screens/OTP/OTP.d.ts +5 -13
- package/build/features/auth/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/auth/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/auth/screens/Passcode/Passcode.d.ts +5 -13
- package/build/features/auth/screens/Passcode/PasscodeInput.d.ts +1 -1
- package/build/features/auth/screens/Password/Password.d.ts +1 -1
- package/build/features/auth/screens/Password/PasswordField.d.ts +1 -1
- package/build/features/auth/screens/PreparingData/PreparingData.d.ts +1 -1
- package/build/features/auth/screens/ResetPasswordMessage/ResetPasswordMessage.d.ts +1 -1
- package/build/features/auth/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/auth/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/bank/Bank.d.ts +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/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/bank/screens/Success/Success.d.ts +1 -1
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/bank/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/bank/screens/Verify/Verify.d.ts +1 -1
- package/build/features/board/Board.d.ts +1 -2
- package/build/features/board/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/board/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/board/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/board/screens/Verify/Verify.d.ts +1 -1
- package/build/features/brand/Brand.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +15 -58
- package/build/features/brand/screens/BrandActivities/BrandActivities.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +13 -37
- package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +1 -2
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +10 -31
- package/build/features/brand/screens/BrandActivities/TAC.d.ts +3 -8
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +2 -3
- package/build/features/brand/screens/BrandInfo/BrandInfo.d.ts +1 -2
- package/build/features/brand/screens/BrandInfo/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/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/brand/screens/Success/Success.d.ts +1 -1
- package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/brand/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/brand/screens/Verify/Verify.d.ts +1 -1
- package/build/features/business/Business.d.ts +1 -2
- package/build/features/business/screens/Activities/Activities.d.ts +1 -2
- package/build/features/business/screens/Activities/ActivitiesList.d.ts +9 -25
- package/build/features/business/screens/Activities/LicenseName.d.ts +1 -1
- package/build/features/business/screens/Activities/OperationStartDate.d.ts +5 -13
- package/build/features/business/screens/BrandDetails/BrandDetails.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/BrandName.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/Header.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/LicenseInfo.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +5 -13
- package/build/features/business/screens/BusinessType/Article.d.ts +2 -3
- package/build/features/business/screens/BusinessType/BusinessType.d.ts +1 -1
- package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +1 -1
- package/build/features/business/screens/BusinessType/EntityName.d.ts +1 -2
- package/build/features/business/screens/BusinessType/LicenseCertificate.d.ts +1 -2
- package/build/features/business/screens/BusinessType/LicenseList.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseNumber.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseType.d.ts +6 -28
- package/build/features/business/screens/BusinessType/SelectType.d.ts +1 -1
- package/build/features/business/screens/BusinessType/Switch.d.ts +1 -1
- package/build/features/business/screens/BusinessType/UnifiedNumber.d.ts +5 -27
- package/build/features/business/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +19 -70
- package/build/features/business/screens/Customers/Customers.d.ts +1 -1
- package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +1 -2
- package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +1 -2
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +10 -31
- package/build/features/business/screens/Customers/TransactionPolicy.d.ts +2 -3
- package/build/features/business/screens/DOB/DOB.d.ts +1 -1
- package/build/features/business/screens/DOB/DOBForm.d.ts +1 -1
- package/build/features/business/screens/IDBOD/DOB.d.ts +1 -1
- package/build/features/business/screens/IDBOD/ID.d.ts +1 -1
- package/build/features/business/screens/IDBOD/IDBOD.d.ts +1 -1
- package/build/features/business/screens/MobileOwnership/CollectMobileOwnership.d.ts +1 -2
- package/build/features/business/screens/MobileOwnership/MobileNumber.d.ts +1 -1
- package/build/features/business/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/business/screens/Success/Success.d.ts +1 -1
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/business/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/business/screens/Verify/Verify.d.ts +1 -1
- package/build/features/business/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/business/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connect/Connect.d.ts +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/DOB/DOB.d.ts +1 -2
- package/build/features/connect/screens/DOB/DOBForm.d.ts +1 -1
- package/build/features/connect/screens/Individual/Email.d.ts +1 -1
- package/build/features/connect/screens/Individual/Email.js +1 -1
- package/build/features/connect/screens/Individual/Individual.d.ts +1 -1
- package/build/features/connect/screens/Individual/Name.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandName.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandName.js +1 -1
- package/build/features/connect/screens/Merchant/Merchant.d.ts +1 -1
- package/build/features/connect/screens/Merchant/SalesChannels.d.ts +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/MobileOwnership/CollectMobileOwnership.d.ts +1 -2
- package/build/features/connect/screens/MobileOwnership/MobileNumber.d.ts +1 -1
- package/build/features/connect/screens/NID/NID.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTP.d.ts +1 -1
- package/build/features/connect/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/connect/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/connect/screens/ThankYou/ThankYou.d.ts +1 -1
- package/build/features/connect/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/ConnectExpress.d.ts +1 -2
- package/build/features/connectExpress/ConnectExpress.js +1 -1
- package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.d.ts +1 -1
- package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/BrandList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.d.ts +1 -2
- package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.d.ts +5 -27
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.d.ts +1 -1
- package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/Brand/Brand.d.ts +1 -1
- package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.d.ts +1 -1
- package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/connectExpress/screens/CivilID/CivilID.d.ts +1 -1
- package/build/features/connectExpress/screens/CivilIDMissed/CivilID.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +6 -28
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +3 -8
- package/build/features/connectExpress/screens/CollectBusinessInfo/UnifiedNumber.d.ts +5 -27
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Name.d.ts +1 -1
- package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.d.ts +1 -1
- package/build/features/connectExpress/screens/DOB/DOB.d.ts +1 -2
- package/build/features/connectExpress/screens/DOB/DOBForm.d.ts +1 -1
- package/build/features/connectExpress/screens/GenericPrepareDataLoading/GenericPrepareDataLoading.d.ts +1 -2
- package/build/features/connectExpress/screens/IdentityVerifyNafath/IdentityVerifyNafath.d.ts +1 -1
- package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/TAC.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/Title.d.ts +1 -1
- package/build/features/connectExpress/screens/MobileOwnership/CollectMobileOwnership.d.ts +1 -2
- package/build/features/connectExpress/screens/MobileOwnership/MobileNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/TAC.d.ts +3 -8
- package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +1 -2
- package/build/features/connectExpress/screens/NIDMissed/NID.d.ts +1 -1
- package/build/features/connectExpress/screens/OTP/OTP.d.ts +1 -1
- package/build/features/connectExpress/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/connectExpress/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.d.ts +1 -1
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/OTPInput.d.ts +1 -1
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/VerifyMobileAuthOTP.d.ts +1 -1
- package/build/features/connectExpress/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +1 -1
- package/build/features/entity/Entity.d.ts +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 +15 -58
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +5 -13
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +5 -13
- package/build/features/entity/screens/EntityName/LegalName.d.ts +1 -1
- package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +1 -2
- package/build/features/entity/screens/EntityName/LicenseNumber.d.ts +1 -1
- package/build/features/entity/screens/EntityName/UnifiedNumber.d.ts +1 -1
- package/build/features/entity/screens/EntityName/validation.d.ts +1 -1
- package/build/features/entity/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/entity/screens/Success/Success.d.ts +1 -1
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/entity/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/entity/screens/Verify/Verify.d.ts +1 -1
- package/build/features/individual/Individual.d.ts +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/IsAuthorizedSwitch.d.ts +5 -27
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +5 -27
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +1 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/Email.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/Email.js +1 -1
- package/build/features/individual/screens/IndividualList/IndividualList.d.ts +9 -25
- package/build/features/individual/screens/IndividualList/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 +6 -28
- package/build/features/individual/screens/IndividualPersonalInfo/ID.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +5 -13
- package/build/features/individual/screens/IndividualPersonalInfo/Name.d.ts +1 -1
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.d.ts +1 -1
- package/build/features/individual/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/individual/screens/Success/Success.d.ts +1 -1
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/individual/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/individual/screens/Verify/Verify.d.ts +1 -1
- package/build/features/kyc/KYC.d.ts +1 -2
- package/build/features/kyc/screens/AlreadySubmitted/AlreadySubmitted.d.ts +1 -1
- package/build/features/kyc/screens/Loading/Loading.d.ts +2 -2
- package/build/features/kyc/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/kyc/screens/Success/Success.d.ts +1 -1
- package/build/features/kyc/screens/Terms/Header.d.ts +1 -1
- package/build/features/kyc/screens/Terms/Terms.d.ts +2 -2
- package/build/features/kyc/screens/TokenError/TokenError.d.ts +1 -1
- package/build/features/kyc/screens/Users/Users.d.ts +1 -1
- package/build/features/kyc/screens/VerifyNafath/VerifyNafath.d.ts +1 -1
- package/build/features/kyc/screens/VerifyPaci/VerifyPACI.d.ts +1 -1
- package/build/features/password/Password.d.ts +1 -2
- package/build/features/password/Password.js +1 -1
- package/build/features/password/screens/CreatePassword/ConditionText.d.ts +1 -2
- package/build/features/password/screens/CreatePassword/ConfirmPassword.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/CreatePassword.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/Password.d.ts +1 -1
- package/build/features/password/screens/CreatePassword/PasswordBar.d.ts +1 -2
- package/build/features/password/screens/OTP/OTP.d.ts +1 -1
- package/build/features/password/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/password/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/password/screens/Success/Success.d.ts +1 -1
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/password/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/password/screens/Verify/Verify.d.ts +1 -1
- package/build/features/shared/AcceptancePayouts/AcceptancePayouts.d.ts +1 -2
- package/build/features/shared/Address/Address.d.ts +1 -2
- package/build/features/shared/Address/CountryList.d.ts +14 -46
- package/build/features/shared/Address/InputSelect.d.ts +14 -46
- package/build/features/shared/Address/InputSelect.js +1 -1
- package/build/features/shared/Address/InputText.d.ts +1 -1
- package/build/features/shared/Background/Background.d.ts +1 -1
- package/build/features/shared/Background/LogoBackground.d.ts +1 -1
- package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.d.ts +1 -2
- package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +1 -2
- package/build/features/shared/BusinessCountry/BusinessCountry.js +1 -1
- package/build/features/shared/Button/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/NafathButton.d.ts +1 -2
- package/build/features/shared/Button/SuccessButton.d.ts +1 -2
- package/build/features/shared/Calender/Calender.d.ts +1 -2
- package/build/features/shared/CheckIcon/CheckIcon.d.ts +2 -3
- package/build/features/shared/Chip/Chip.d.ts +1 -2
- package/build/features/shared/ClearIcon/ClearIcon.d.ts +1 -2
- package/build/features/shared/Containers/FeatureContainer.d.ts +1 -1
- package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
- package/build/features/shared/CreateAccountLoading/CreateAccountLoading.d.ts +1 -1
- package/build/features/shared/DataLoading/DataLoading.d.ts +1 -1
- package/build/features/shared/Dialog/CloseDialog.d.ts +1 -2
- package/build/features/shared/Dialog/DialogContainer.d.ts +1 -1
- package/build/features/shared/Dot/Dot.d.ts +1 -2
- package/build/features/shared/EndAdornment/EndAdornment.d.ts +1 -2
- package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +1 -2
- package/build/features/shared/Footer/Footer.d.ts +1 -2
- package/build/features/shared/Footer/PoweredByFooter.d.ts +2 -3
- package/build/features/shared/GenericError/GenericError.d.ts +1 -1
- package/build/features/shared/Input/Input.d.ts +6 -14
- package/build/features/shared/InputSelect/InputSelect.d.ts +1 -2
- package/build/features/shared/Mandatory/Mandatory.d.ts +1 -2
- package/build/features/shared/NafathVerification/NafathVerification.d.ts +1 -1
- package/build/features/shared/OTP/OTP.d.ts +1 -1
- package/build/features/shared/PaciVerification/PaciVerification.d.ts +1 -1
- package/build/features/shared/PasswordIcon/PasswordIcon.d.ts +1 -2
- package/build/features/shared/PushNotification/PushNotification.d.ts +1 -1
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +1 -2
- package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
- package/build/features/shared/Search/Search.d.ts +1 -2
- package/build/features/shared/SearchIcon/SearchIcon.d.ts +1 -2
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -1
- package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +1 -1
- package/build/features/shared/UploadFile/FileUpload.d.ts +4 -9
- package/build/features/shared/UploadFile/FileUpload.js +1 -1
- package/build/features/shared/UploadFile/UploadFile.d.ts +3 -8
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +3 -8
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +4 -9
- package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +3 -8
- package/build/features/signIn/SignIn.d.ts +1 -2
- package/build/features/signIn/screens/Email/Email.d.ts +1 -1
- package/build/features/signIn/screens/Mobile/Mobile.d.ts +1 -1
- package/build/features/signIn/screens/OTP/OTP.d.ts +1 -1
- package/build/features/signIn/screens/OTP/OTPInput.d.ts +1 -1
- package/build/features/signIn/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/signIn/screens/Password/Password.d.ts +1 -1
- package/build/features/signIn/screens/Password/PasswordInput.d.ts +1 -1
- package/build/features/tax/Tax.d.ts +1 -2
- package/build/features/tax/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.d.ts +2 -2
- package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/tax/screens/Success/Success.d.ts +1 -1
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +2 -3
- package/build/features/tax/screens/TaxDetails/TaxDetails.d.ts +1 -2
- package/build/features/tax/screens/TaxDetails/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/features/terminal/Terminal.d.ts +1 -2
- package/build/features/terminal/screens/LinkNewTerminal/LinkNewTerminal.d.ts +1 -1
- package/build/features/terminal/screens/LinkNewTerminal/styles.d.ts +5 -8
- package/build/features/terminal/screens/LinkedSuccess/LinkedSuccess.d.ts +1 -1
- package/build/features/terminal/screens/LinkedTerminalInfo/LinkedTerminalInfo.d.ts +1 -1
- package/build/features/terminal/screens/Loading/Loading.d.ts +2 -2
- package/build/features/terminal/screens/NoTerminalDeviceLinked/NoTerminalDeviceLinked.d.ts +1 -1
- package/build/features/terminal/screens/NoTerminalDeviceLinked/styles.d.ts +9 -32
- package/build/features/terminal/screens/OperatorError/OperatorError.d.ts +1 -1
- package/build/features/terminal/screens/POSDeviceListPage/POSDeviceListPage.d.ts +1 -1
- package/build/features/terminal/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +1 -1
- package/build/features/terminal/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +1 -1
- package/build/features/terminal/screens/TerminalDeviceList/DeviceList.d.ts +1 -1
- package/build/features/terminal/screens/TerminalDeviceList/TerminalDeviceList.d.ts +1 -1
- package/build/features/terminal/screens/TerminalDeviceList/TerminalDeviceList.js +1 -1
- package/build/features/terminal/screens/TerminalDeviceList/styles.d.ts +2 -7
- package/build/features/terminal/screens/UnlinkedSuccess/UnlinkedSuccess.d.ts +1 -1
- package/build/features/terminal/screens/UnlinkedTerminalInfo/UnlinkedTerminalInfo.d.ts +1 -1
- package/build/features/terminal/screens/UnlinkedTerminalInfo/styles.d.ts +4 -19
- package/build/features/terminal/screens/Verify/OTPInput.d.ts +1 -1
- package/build/features/terminal/screens/Verify/Verify.d.ts +1 -1
- package/build/features/terminal/screens/shared/Header.d.ts +1 -1
- package/build/features/terminal/screens/shared/POSDeviceList.d.ts +1 -1
- package/build/features/terminal/screens/shared/styles.d.ts +37 -176
- package/build/hooks/useDataVerified.d.ts +1 -1
- package/build/hooks/useExcludeReadOnlyFelids.d.ts +2 -2
- package/build/hooks/useFormDirtyCheck.d.ts +3 -3
- package/build/hooks/useFormErrorAndUpdateReadOnly.d.ts +2 -2
- package/build/hooks/useFormReadOnly.d.ts +2 -2
- package/build/hooks/useSetFromDefaultValues.d.ts +1 -1
- package/build/utils/array.js +1 -1
- package/build/utils/error.d.ts +1 -0
- package/build/utils/error.js +3 -0
- package/package.json +1 -1
|
@@ -8,37 +8,100 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
8
8
|
data: any;
|
|
9
9
|
token: string;
|
|
10
10
|
flows: any;
|
|
11
|
-
}, verifyLeadTokenProps, {
|
|
11
|
+
}, verifyLeadTokenProps, {
|
|
12
|
+
state?: unknown;
|
|
13
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
14
|
+
extra?: unknown;
|
|
15
|
+
rejectValue?: unknown;
|
|
16
|
+
serializedErrorType?: unknown;
|
|
17
|
+
pendingMeta?: unknown;
|
|
18
|
+
fulfilledMeta?: unknown;
|
|
19
|
+
rejectedMeta?: unknown;
|
|
20
|
+
}>;
|
|
12
21
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
13
22
|
data: any;
|
|
14
|
-
}, void, {
|
|
15
|
-
|
|
23
|
+
}, void, {
|
|
24
|
+
state?: unknown;
|
|
25
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
26
|
+
extra?: unknown;
|
|
27
|
+
rejectValue?: unknown;
|
|
28
|
+
serializedErrorType?: unknown;
|
|
29
|
+
pendingMeta?: unknown;
|
|
30
|
+
fulfilledMeta?: unknown;
|
|
31
|
+
rejectedMeta?: unknown;
|
|
32
|
+
}>;
|
|
33
|
+
type RetrieveBoardProps = {
|
|
16
34
|
boardId: string;
|
|
17
35
|
individualId: string;
|
|
18
36
|
individualType: string;
|
|
19
37
|
};
|
|
20
|
-
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<any, RetrieveBoardProps, {
|
|
38
|
+
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<any, RetrieveBoardProps, {
|
|
39
|
+
state?: unknown;
|
|
40
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
41
|
+
extra?: unknown;
|
|
42
|
+
rejectValue?: unknown;
|
|
43
|
+
serializedErrorType?: unknown;
|
|
44
|
+
pendingMeta?: unknown;
|
|
45
|
+
fulfilledMeta?: unknown;
|
|
46
|
+
rejectedMeta?: unknown;
|
|
47
|
+
}>;
|
|
21
48
|
export declare const verifyPasswordLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
22
49
|
data: any;
|
|
23
50
|
formData: {
|
|
24
51
|
otp: string;
|
|
25
52
|
};
|
|
26
53
|
flows: any;
|
|
27
|
-
}, OTPFormValues, {
|
|
54
|
+
}, OTPFormValues, {
|
|
55
|
+
state?: unknown;
|
|
56
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
57
|
+
extra?: unknown;
|
|
58
|
+
rejectValue?: unknown;
|
|
59
|
+
serializedErrorType?: unknown;
|
|
60
|
+
pendingMeta?: unknown;
|
|
61
|
+
fulfilledMeta?: unknown;
|
|
62
|
+
rejectedMeta?: unknown;
|
|
63
|
+
}>;
|
|
28
64
|
export declare const createPassword: import("@reduxjs/toolkit").AsyncThunk<{
|
|
29
65
|
data: any;
|
|
30
66
|
formData: PasswordCreateFormValues;
|
|
31
|
-
}, PasswordCreateFormValues, {
|
|
67
|
+
}, PasswordCreateFormValues, {
|
|
68
|
+
state?: unknown;
|
|
69
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
70
|
+
extra?: unknown;
|
|
71
|
+
rejectValue?: unknown;
|
|
72
|
+
serializedErrorType?: unknown;
|
|
73
|
+
pendingMeta?: unknown;
|
|
74
|
+
fulfilledMeta?: unknown;
|
|
75
|
+
rejectedMeta?: unknown;
|
|
76
|
+
}>;
|
|
32
77
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
33
78
|
data: any;
|
|
34
79
|
flows?: undefined;
|
|
35
80
|
} | {
|
|
36
81
|
data: any;
|
|
37
82
|
flows: any;
|
|
38
|
-
} | undefined, void, {
|
|
83
|
+
} | undefined, void, {
|
|
84
|
+
state?: unknown;
|
|
85
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
86
|
+
extra?: unknown;
|
|
87
|
+
rejectValue?: unknown;
|
|
88
|
+
serializedErrorType?: unknown;
|
|
89
|
+
pendingMeta?: unknown;
|
|
90
|
+
fulfilledMeta?: unknown;
|
|
91
|
+
rejectedMeta?: unknown;
|
|
92
|
+
}>;
|
|
39
93
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
40
94
|
flows: any;
|
|
41
|
-
}, void, {
|
|
95
|
+
}, void, {
|
|
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
|
+
}>;
|
|
42
105
|
interface verifyOperationTokenProps {
|
|
43
106
|
token: string;
|
|
44
107
|
boardId: string;
|
|
@@ -55,10 +118,28 @@ export declare const verifyOperationToken: import("@reduxjs/toolkit").AsyncThunk
|
|
|
55
118
|
token: string;
|
|
56
119
|
boardId: string;
|
|
57
120
|
boardInfoId: string;
|
|
58
|
-
}, verifyOperationTokenProps, {
|
|
121
|
+
}, verifyOperationTokenProps, {
|
|
122
|
+
state?: unknown;
|
|
123
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
124
|
+
extra?: unknown;
|
|
125
|
+
rejectValue?: unknown;
|
|
126
|
+
serializedErrorType?: unknown;
|
|
127
|
+
pendingMeta?: unknown;
|
|
128
|
+
fulfilledMeta?: unknown;
|
|
129
|
+
rejectedMeta?: unknown;
|
|
130
|
+
}>;
|
|
59
131
|
export declare const resendOperationOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
60
132
|
data: any;
|
|
61
|
-
}, void, {
|
|
133
|
+
}, void, {
|
|
134
|
+
state?: unknown;
|
|
135
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
136
|
+
extra?: unknown;
|
|
137
|
+
rejectValue?: unknown;
|
|
138
|
+
serializedErrorType?: unknown;
|
|
139
|
+
pendingMeta?: unknown;
|
|
140
|
+
fulfilledMeta?: unknown;
|
|
141
|
+
rejectedMeta?: unknown;
|
|
142
|
+
}>;
|
|
62
143
|
export declare const resetPassword: import("@reduxjs/toolkit").AsyncThunk<{
|
|
63
144
|
data: any;
|
|
64
145
|
formData: {
|
|
@@ -69,13 +150,40 @@ export declare const resetPassword: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
69
150
|
} | undefined;
|
|
70
151
|
otp: string;
|
|
71
152
|
};
|
|
72
|
-
}, OTPFormValues, {
|
|
153
|
+
}, OTPFormValues, {
|
|
154
|
+
state?: unknown;
|
|
155
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
156
|
+
extra?: unknown;
|
|
157
|
+
rejectValue?: unknown;
|
|
158
|
+
serializedErrorType?: unknown;
|
|
159
|
+
pendingMeta?: unknown;
|
|
160
|
+
fulfilledMeta?: unknown;
|
|
161
|
+
rejectedMeta?: unknown;
|
|
162
|
+
}>;
|
|
73
163
|
export declare const retrieveBoardResetPasswordSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
74
164
|
id: any;
|
|
75
165
|
flows: any;
|
|
76
|
-
}, void, {
|
|
77
|
-
|
|
78
|
-
|
|
166
|
+
}, void, {
|
|
167
|
+
state?: unknown;
|
|
168
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
169
|
+
extra?: unknown;
|
|
170
|
+
rejectValue?: unknown;
|
|
171
|
+
serializedErrorType?: unknown;
|
|
172
|
+
pendingMeta?: unknown;
|
|
173
|
+
fulfilledMeta?: unknown;
|
|
174
|
+
rejectedMeta?: unknown;
|
|
175
|
+
}>;
|
|
176
|
+
export declare const onCloseCompletePassword: import("@reduxjs/toolkit").AsyncThunk<void, void, {
|
|
177
|
+
state?: unknown;
|
|
178
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
179
|
+
extra?: unknown;
|
|
180
|
+
rejectValue?: unknown;
|
|
181
|
+
serializedErrorType?: unknown;
|
|
182
|
+
pendingMeta?: unknown;
|
|
183
|
+
fulfilledMeta?: unknown;
|
|
184
|
+
rejectedMeta?: unknown;
|
|
185
|
+
}>;
|
|
186
|
+
type VerifyData = {
|
|
79
187
|
token: string;
|
|
80
188
|
operationType?: string;
|
|
81
189
|
};
|
|
@@ -97,7 +205,7 @@ export declare const passwordSlice: import("@reduxjs/toolkit").Slice<PasswordSta
|
|
|
97
205
|
type: string;
|
|
98
206
|
}) => void;
|
|
99
207
|
}, "password/store">;
|
|
100
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
208
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"password/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"password/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"password/store/resetOTPScreen">, storePasswordScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, "password/store/storePasswordScreen">;
|
|
101
209
|
declare const _default: import("redux").Reducer<PasswordState, import("redux").AnyAction>;
|
|
102
210
|
export default _default;
|
|
103
211
|
export declare const passwordSelector: (state: RootState) => PasswordState;
|
|
@@ -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]) {
|
|
@@ -3,18 +3,72 @@ import { MobileFormValues, SharedState, EmailFormValues, ResponseData, OTPFormVa
|
|
|
3
3
|
export declare const createMobileAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
4
4
|
data: any;
|
|
5
5
|
formData: MobileFormValues;
|
|
6
|
-
}, MobileFormValues, {
|
|
7
|
-
|
|
6
|
+
}, MobileFormValues, {
|
|
7
|
+
state?: unknown;
|
|
8
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
9
|
+
extra?: unknown;
|
|
10
|
+
rejectValue?: unknown;
|
|
11
|
+
serializedErrorType?: unknown;
|
|
12
|
+
pendingMeta?: unknown;
|
|
13
|
+
fulfilledMeta?: unknown;
|
|
14
|
+
rejectedMeta?: unknown;
|
|
15
|
+
}>;
|
|
16
|
+
export declare const resendOTPMobile: import("@reduxjs/toolkit").AsyncThunk<any, void, {
|
|
17
|
+
state?: unknown;
|
|
18
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
19
|
+
extra?: unknown;
|
|
20
|
+
rejectValue?: unknown;
|
|
21
|
+
serializedErrorType?: unknown;
|
|
22
|
+
pendingMeta?: unknown;
|
|
23
|
+
fulfilledMeta?: unknown;
|
|
24
|
+
rejectedMeta?: unknown;
|
|
25
|
+
}>;
|
|
8
26
|
export declare const createEmailAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
9
27
|
data: any;
|
|
10
28
|
formData: EmailFormValues;
|
|
11
|
-
}, EmailFormValues, {
|
|
12
|
-
|
|
29
|
+
}, EmailFormValues, {
|
|
30
|
+
state?: unknown;
|
|
31
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
32
|
+
extra?: unknown;
|
|
33
|
+
rejectValue?: unknown;
|
|
34
|
+
serializedErrorType?: unknown;
|
|
35
|
+
pendingMeta?: unknown;
|
|
36
|
+
fulfilledMeta?: unknown;
|
|
37
|
+
rejectedMeta?: unknown;
|
|
38
|
+
}>;
|
|
39
|
+
export declare const resendOTPEmail: import("@reduxjs/toolkit").AsyncThunk<any, void, {
|
|
40
|
+
state?: unknown;
|
|
41
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
42
|
+
extra?: unknown;
|
|
43
|
+
rejectValue?: unknown;
|
|
44
|
+
serializedErrorType?: unknown;
|
|
45
|
+
pendingMeta?: unknown;
|
|
46
|
+
fulfilledMeta?: unknown;
|
|
47
|
+
rejectedMeta?: unknown;
|
|
48
|
+
}>;
|
|
13
49
|
export declare const verifyAuthOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
14
50
|
data: any;
|
|
15
51
|
formData: OTPFormValues;
|
|
16
|
-
}, OTPFormValues, {
|
|
17
|
-
|
|
52
|
+
}, OTPFormValues, {
|
|
53
|
+
state?: unknown;
|
|
54
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
55
|
+
extra?: unknown;
|
|
56
|
+
rejectValue?: unknown;
|
|
57
|
+
serializedErrorType?: unknown;
|
|
58
|
+
pendingMeta?: unknown;
|
|
59
|
+
fulfilledMeta?: unknown;
|
|
60
|
+
rejectedMeta?: unknown;
|
|
61
|
+
}>;
|
|
62
|
+
export declare const verifyAuthPassword: import("@reduxjs/toolkit").AsyncThunk<any, PasswordFormValues, {
|
|
63
|
+
state?: unknown;
|
|
64
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
65
|
+
extra?: unknown;
|
|
66
|
+
rejectValue?: unknown;
|
|
67
|
+
serializedErrorType?: unknown;
|
|
68
|
+
pendingMeta?: unknown;
|
|
69
|
+
fulfilledMeta?: unknown;
|
|
70
|
+
rejectedMeta?: unknown;
|
|
71
|
+
}>;
|
|
18
72
|
export interface SignInData {
|
|
19
73
|
auth: Partial<MobileFormValues & EmailFormValues> & ResponseData;
|
|
20
74
|
otpData: OTPFormValues & ResponseData;
|
|
@@ -27,7 +81,7 @@ export declare const signInSlice: import("@reduxjs/toolkit").Slice<SignInState,
|
|
|
27
81
|
stopLoader: (state: SignInState) => void;
|
|
28
82
|
resetOTPScreen: (state: SignInState) => void;
|
|
29
83
|
}, "signIsn/store">;
|
|
30
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
84
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"signIsn/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"signIsn/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"signIsn/store/resetOTPScreen">;
|
|
31
85
|
declare const _default: import("redux").Reducer<SignInState, import("redux").AnyAction>;
|
|
32
86
|
export default _default;
|
|
33
87
|
export declare const signInSelector: (state: RootState) => SignInState;
|
|
@@ -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]) {
|
|
@@ -8,37 +8,109 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
8
8
|
data: any;
|
|
9
9
|
entityData: any;
|
|
10
10
|
token: string;
|
|
11
|
-
}, VerifyLeadTokenProps, {
|
|
11
|
+
}, VerifyLeadTokenProps, {
|
|
12
|
+
state?: unknown;
|
|
13
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
14
|
+
extra?: unknown;
|
|
15
|
+
rejectValue?: unknown;
|
|
16
|
+
serializedErrorType?: unknown;
|
|
17
|
+
pendingMeta?: unknown;
|
|
18
|
+
fulfilledMeta?: unknown;
|
|
19
|
+
rejectedMeta?: unknown;
|
|
20
|
+
}>;
|
|
12
21
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
13
22
|
data: any;
|
|
14
|
-
}, void, {
|
|
23
|
+
}, void, {
|
|
24
|
+
state?: unknown;
|
|
25
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
26
|
+
extra?: unknown;
|
|
27
|
+
rejectValue?: unknown;
|
|
28
|
+
serializedErrorType?: unknown;
|
|
29
|
+
pendingMeta?: unknown;
|
|
30
|
+
fulfilledMeta?: unknown;
|
|
31
|
+
rejectedMeta?: unknown;
|
|
32
|
+
}>;
|
|
15
33
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
16
34
|
flows: any;
|
|
17
|
-
}, void, {
|
|
18
|
-
|
|
35
|
+
}, void, {
|
|
36
|
+
state?: unknown;
|
|
37
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
38
|
+
extra?: unknown;
|
|
39
|
+
rejectValue?: unknown;
|
|
40
|
+
serializedErrorType?: unknown;
|
|
41
|
+
pendingMeta?: unknown;
|
|
42
|
+
fulfilledMeta?: unknown;
|
|
43
|
+
rejectedMeta?: unknown;
|
|
44
|
+
}>;
|
|
45
|
+
type RetrieveBoardProps = {
|
|
19
46
|
boardId: string;
|
|
20
47
|
individualId: string;
|
|
21
48
|
individualType: string;
|
|
22
49
|
};
|
|
23
|
-
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<any, RetrieveBoardProps, {
|
|
50
|
+
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<any, RetrieveBoardProps, {
|
|
51
|
+
state?: unknown;
|
|
52
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
53
|
+
extra?: unknown;
|
|
54
|
+
rejectValue?: unknown;
|
|
55
|
+
serializedErrorType?: unknown;
|
|
56
|
+
pendingMeta?: unknown;
|
|
57
|
+
fulfilledMeta?: unknown;
|
|
58
|
+
rejectedMeta?: unknown;
|
|
59
|
+
}>;
|
|
24
60
|
export declare const verifyTaxLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
25
61
|
data: any;
|
|
26
62
|
entityData: any;
|
|
27
63
|
formData: OTPFormValues;
|
|
28
|
-
}, OTPFormValues, {
|
|
64
|
+
}, OTPFormValues, {
|
|
65
|
+
state?: unknown;
|
|
66
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
67
|
+
extra?: unknown;
|
|
68
|
+
rejectValue?: unknown;
|
|
69
|
+
serializedErrorType?: unknown;
|
|
70
|
+
pendingMeta?: unknown;
|
|
71
|
+
fulfilledMeta?: unknown;
|
|
72
|
+
rejectedMeta?: unknown;
|
|
73
|
+
}>;
|
|
29
74
|
export declare const updateTaxInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
30
75
|
data: any;
|
|
31
76
|
formData: TaxFormValues;
|
|
32
|
-
}, AsyncThunkParams<TaxFormValues>, {
|
|
77
|
+
}, AsyncThunkParams<TaxFormValues>, {
|
|
78
|
+
state?: unknown;
|
|
79
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
80
|
+
extra?: unknown;
|
|
81
|
+
rejectValue?: unknown;
|
|
82
|
+
serializedErrorType?: unknown;
|
|
83
|
+
pendingMeta?: unknown;
|
|
84
|
+
fulfilledMeta?: unknown;
|
|
85
|
+
rejectedMeta?: unknown;
|
|
86
|
+
}>;
|
|
33
87
|
export declare const updateLeadSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
34
88
|
data: any;
|
|
35
89
|
flows?: undefined;
|
|
36
90
|
} | {
|
|
37
91
|
data: any;
|
|
38
92
|
flows: any;
|
|
39
|
-
} | undefined, void, {
|
|
40
|
-
|
|
41
|
-
|
|
93
|
+
} | undefined, void, {
|
|
94
|
+
state?: unknown;
|
|
95
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
96
|
+
extra?: unknown;
|
|
97
|
+
rejectValue?: unknown;
|
|
98
|
+
serializedErrorType?: unknown;
|
|
99
|
+
pendingMeta?: unknown;
|
|
100
|
+
fulfilledMeta?: unknown;
|
|
101
|
+
rejectedMeta?: unknown;
|
|
102
|
+
}>;
|
|
103
|
+
export declare const onCloseCompleteTax: import("@reduxjs/toolkit").AsyncThunk<void, void, {
|
|
104
|
+
state?: unknown;
|
|
105
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
106
|
+
extra?: unknown;
|
|
107
|
+
rejectValue?: unknown;
|
|
108
|
+
serializedErrorType?: unknown;
|
|
109
|
+
pendingMeta?: unknown;
|
|
110
|
+
fulfilledMeta?: unknown;
|
|
111
|
+
rejectedMeta?: unknown;
|
|
112
|
+
}>;
|
|
113
|
+
type VerifyData = {
|
|
42
114
|
token: string;
|
|
43
115
|
};
|
|
44
116
|
export interface TaxData {
|
|
@@ -57,7 +129,7 @@ export declare const taxSlice: import("@reduxjs/toolkit").Slice<TaxState, {
|
|
|
57
129
|
resetOTPScreen: (state: TaxState) => void;
|
|
58
130
|
uploadingStatus: (state: TaxState, action: ActionState<boolean>) => void;
|
|
59
131
|
}, "tax/store">;
|
|
60
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
132
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"tax/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"tax/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"tax/store/resetOTPScreen">, uploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "tax/store/uploadingStatus">;
|
|
61
133
|
declare const _default: import("redux").Reducer<TaxState, import("redux").AnyAction>;
|
|
62
134
|
export default _default;
|
|
63
135
|
export declare const taxSelector: (state: RootState) => TaxState;
|
|
@@ -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]) {
|
|
@@ -14,23 +14,68 @@ export declare const verifyToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
14
14
|
token: string;
|
|
15
15
|
terminalData: any;
|
|
16
16
|
nextScreen: string;
|
|
17
|
-
}, VerifyLeadTokenProps, {
|
|
17
|
+
}, VerifyLeadTokenProps, {
|
|
18
|
+
state?: unknown;
|
|
19
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
20
|
+
extra?: unknown;
|
|
21
|
+
rejectValue?: unknown;
|
|
22
|
+
serializedErrorType?: unknown;
|
|
23
|
+
pendingMeta?: unknown;
|
|
24
|
+
fulfilledMeta?: unknown;
|
|
25
|
+
rejectedMeta?: unknown;
|
|
26
|
+
}>;
|
|
18
27
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
19
28
|
data: any;
|
|
20
|
-
}, void, {
|
|
29
|
+
}, void, {
|
|
30
|
+
state?: unknown;
|
|
31
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
32
|
+
extra?: unknown;
|
|
33
|
+
rejectValue?: unknown;
|
|
34
|
+
serializedErrorType?: unknown;
|
|
35
|
+
pendingMeta?: unknown;
|
|
36
|
+
fulfilledMeta?: unknown;
|
|
37
|
+
rejectedMeta?: unknown;
|
|
38
|
+
}>;
|
|
21
39
|
export declare const verifyTokenOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
22
40
|
data: any;
|
|
23
41
|
terminalData: any;
|
|
24
42
|
formData: OTPFormValues;
|
|
25
43
|
nextScreen: string;
|
|
26
|
-
}, OTPFormValues, {
|
|
44
|
+
}, OTPFormValues, {
|
|
45
|
+
state?: unknown;
|
|
46
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
47
|
+
extra?: unknown;
|
|
48
|
+
rejectValue?: unknown;
|
|
49
|
+
serializedErrorType?: unknown;
|
|
50
|
+
pendingMeta?: unknown;
|
|
51
|
+
fulfilledMeta?: unknown;
|
|
52
|
+
rejectedMeta?: unknown;
|
|
53
|
+
}>;
|
|
27
54
|
export declare const linkNewTerminal: import("@reduxjs/toolkit").AsyncThunk<{
|
|
28
55
|
data: any;
|
|
29
56
|
nextScreen: string;
|
|
30
|
-
}, void, {
|
|
57
|
+
}, void, {
|
|
58
|
+
state?: unknown;
|
|
59
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
60
|
+
extra?: unknown;
|
|
61
|
+
rejectValue?: unknown;
|
|
62
|
+
serializedErrorType?: unknown;
|
|
63
|
+
pendingMeta?: unknown;
|
|
64
|
+
fulfilledMeta?: unknown;
|
|
65
|
+
rejectedMeta?: unknown;
|
|
66
|
+
}>;
|
|
31
67
|
export declare const retrievePOSDevices: import("@reduxjs/toolkit").AsyncThunk<{
|
|
32
68
|
data: any;
|
|
33
|
-
}, void, {
|
|
69
|
+
}, void, {
|
|
70
|
+
state?: unknown;
|
|
71
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
72
|
+
extra?: unknown;
|
|
73
|
+
rejectValue?: unknown;
|
|
74
|
+
serializedErrorType?: unknown;
|
|
75
|
+
pendingMeta?: unknown;
|
|
76
|
+
fulfilledMeta?: unknown;
|
|
77
|
+
rejectedMeta?: unknown;
|
|
78
|
+
}>;
|
|
34
79
|
interface pushNotificationLinkNewTerminalParams {
|
|
35
80
|
newTerminal: boolean;
|
|
36
81
|
onSuccess: () => void;
|
|
@@ -44,42 +89,123 @@ export declare const pushNotificationLinkNewTerminal: import("@reduxjs/toolkit")
|
|
|
44
89
|
data: any;
|
|
45
90
|
nextScreen: string;
|
|
46
91
|
linkNewTerminalData: any;
|
|
47
|
-
}, pushNotificationLinkNewTerminalParams, {
|
|
92
|
+
}, pushNotificationLinkNewTerminalParams, {
|
|
93
|
+
state?: unknown;
|
|
94
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
95
|
+
extra?: unknown;
|
|
96
|
+
rejectValue?: unknown;
|
|
97
|
+
serializedErrorType?: unknown;
|
|
98
|
+
pendingMeta?: unknown;
|
|
99
|
+
fulfilledMeta?: unknown;
|
|
100
|
+
rejectedMeta?: unknown;
|
|
101
|
+
}>;
|
|
48
102
|
export declare const unlinkTerminalDevice: import("@reduxjs/toolkit").AsyncThunk<{
|
|
49
103
|
data: any;
|
|
50
104
|
nextScreen: string;
|
|
51
|
-
}, void, {
|
|
105
|
+
}, void, {
|
|
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
|
+
}>;
|
|
52
115
|
export declare const linkTerminalDevice: import("@reduxjs/toolkit").AsyncThunk<{
|
|
53
116
|
data: any;
|
|
54
|
-
}, void, {
|
|
55
|
-
|
|
117
|
+
}, void, {
|
|
118
|
+
state?: unknown;
|
|
119
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
120
|
+
extra?: unknown;
|
|
121
|
+
rejectValue?: unknown;
|
|
122
|
+
serializedErrorType?: unknown;
|
|
123
|
+
pendingMeta?: unknown;
|
|
124
|
+
fulfilledMeta?: unknown;
|
|
125
|
+
rejectedMeta?: unknown;
|
|
126
|
+
}>;
|
|
127
|
+
type RetrieveBoardProps = {
|
|
56
128
|
boardId: string;
|
|
57
129
|
individualId: string;
|
|
58
130
|
individualType: string;
|
|
59
131
|
};
|
|
60
|
-
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<any, RetrieveBoardProps, {
|
|
61
|
-
|
|
132
|
+
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<any, RetrieveBoardProps, {
|
|
133
|
+
state?: unknown;
|
|
134
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
135
|
+
extra?: unknown;
|
|
136
|
+
rejectValue?: unknown;
|
|
137
|
+
serializedErrorType?: unknown;
|
|
138
|
+
pendingMeta?: unknown;
|
|
139
|
+
fulfilledMeta?: unknown;
|
|
140
|
+
rejectedMeta?: unknown;
|
|
141
|
+
}>;
|
|
142
|
+
type RetrieveBoardStatusProps = {
|
|
62
143
|
boardId: string;
|
|
63
144
|
};
|
|
64
145
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
65
146
|
flows: any;
|
|
66
|
-
}, RetrieveBoardStatusProps, {
|
|
147
|
+
}, RetrieveBoardStatusProps, {
|
|
148
|
+
state?: unknown;
|
|
149
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
150
|
+
extra?: unknown;
|
|
151
|
+
rejectValue?: unknown;
|
|
152
|
+
serializedErrorType?: unknown;
|
|
153
|
+
pendingMeta?: unknown;
|
|
154
|
+
fulfilledMeta?: unknown;
|
|
155
|
+
rejectedMeta?: unknown;
|
|
156
|
+
}>;
|
|
67
157
|
export declare const retrieveTerminalList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
68
158
|
data: any;
|
|
69
|
-
}, void, {
|
|
159
|
+
}, void, {
|
|
160
|
+
state?: unknown;
|
|
161
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
162
|
+
extra?: unknown;
|
|
163
|
+
rejectValue?: unknown;
|
|
164
|
+
serializedErrorType?: unknown;
|
|
165
|
+
pendingMeta?: unknown;
|
|
166
|
+
fulfilledMeta?: unknown;
|
|
167
|
+
rejectedMeta?: unknown;
|
|
168
|
+
}>;
|
|
70
169
|
export declare const updateDeviceLinkedSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
71
170
|
data: any;
|
|
72
171
|
nextScreen: string;
|
|
73
|
-
}, void, {
|
|
172
|
+
}, void, {
|
|
173
|
+
state?: unknown;
|
|
174
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
175
|
+
extra?: unknown;
|
|
176
|
+
rejectValue?: unknown;
|
|
177
|
+
serializedErrorType?: unknown;
|
|
178
|
+
pendingMeta?: unknown;
|
|
179
|
+
fulfilledMeta?: unknown;
|
|
180
|
+
rejectedMeta?: unknown;
|
|
181
|
+
}>;
|
|
74
182
|
export declare const updateDeviceUnlinkedSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
75
183
|
data: any;
|
|
76
184
|
nextScreen: string;
|
|
77
|
-
}, void, {
|
|
78
|
-
|
|
185
|
+
}, void, {
|
|
186
|
+
state?: unknown;
|
|
187
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
188
|
+
extra?: unknown;
|
|
189
|
+
rejectValue?: unknown;
|
|
190
|
+
serializedErrorType?: unknown;
|
|
191
|
+
pendingMeta?: unknown;
|
|
192
|
+
fulfilledMeta?: unknown;
|
|
193
|
+
rejectedMeta?: unknown;
|
|
194
|
+
}>;
|
|
195
|
+
export declare const onCloseCompleteTerminal: import("@reduxjs/toolkit").AsyncThunk<void, void, {
|
|
196
|
+
state?: unknown;
|
|
197
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
198
|
+
extra?: unknown;
|
|
199
|
+
rejectValue?: unknown;
|
|
200
|
+
serializedErrorType?: unknown;
|
|
201
|
+
pendingMeta?: unknown;
|
|
202
|
+
fulfilledMeta?: unknown;
|
|
203
|
+
rejectedMeta?: unknown;
|
|
204
|
+
}>;
|
|
79
205
|
interface ResponseData {
|
|
80
206
|
responseData?: Record<string, any>;
|
|
81
207
|
}
|
|
82
|
-
|
|
208
|
+
type VerifyData = {
|
|
83
209
|
token: string;
|
|
84
210
|
};
|
|
85
211
|
export interface TerminalData {
|
|
@@ -104,7 +230,7 @@ export declare const terminalSlice: import("@reduxjs/toolkit").Slice<TerminalDat
|
|
|
104
230
|
storeSelectedPOS: (state: TerminalDataState, action: ActionState<POSInfo>) => void;
|
|
105
231
|
resetTerminalLinkResponse: (state: TerminalDataState) => void;
|
|
106
232
|
}, "terminal/store">;
|
|
107
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
233
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"terminal/store/clearError">, setError: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "terminal/store/setError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"terminal/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"terminal/store/resetOTPScreen">, storeSelectedTerminal: import("@reduxjs/toolkit").ActionCreatorWithPayload<TerminalInfo, "terminal/store/storeSelectedTerminal">, storeSelectedPOS: import("@reduxjs/toolkit").ActionCreatorWithPayload<POSInfo, "terminal/store/storeSelectedPOS">, resetTerminalLinkResponse: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"terminal/store/resetTerminalLinkResponse">;
|
|
108
234
|
declare const _default: import("redux").Reducer<TerminalDataState, import("redux").AnyAction>;
|
|
109
235
|
export default _default;
|
|
110
236
|
export declare const terminalSelector: (state: RootState) => TerminalDataState;
|
|
@@ -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]) {
|