@tap-payments/auth-jsconnect 2.10.2-beta → 2.10.3-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/LICENSE +21 -21
- package/README.md +167 -167
- package/build/@types/app.d.ts +795 -788
- package/build/@types/app.js +113 -105
- package/build/@types/config.d.ts +49 -49
- package/build/@types/config.js +1 -1
- package/build/@types/form.d.ts +169 -166
- package/build/@types/form.js +1 -1
- package/build/@types/index.d.ts +7 -6
- package/build/@types/index.js +7 -6
- package/build/@types/redux.d.ts +19 -19
- package/build/@types/redux.js +1 -1
- package/build/@types/terminal.d.ts +116 -0
- package/build/@types/terminal.js +1 -0
- package/build/@types/theme.d.ts +18 -18
- package/build/@types/theme.js +20 -20
- package/build/@types/user.d.ts +177 -177
- package/build/@types/user.js +1 -1
- package/build/api/account.d.ts +26 -26
- package/build/api/account.js +42 -42
- package/build/api/auth.d.ts +144 -135
- package/build/api/auth.js +93 -93
- package/build/api/availabilityServices.d.ts +21 -21
- package/build/api/availabilityServices.js +17 -17
- package/build/api/axios.d.ts +7 -7
- package/build/api/axios.js +110 -110
- package/build/api/board.d.ts +43 -43
- package/build/api/board.js +72 -72
- package/build/api/brand.d.ts +16 -16
- package/build/api/brand.js +66 -66
- package/build/api/country.d.ts +11 -11
- package/build/api/country.js +29 -29
- package/build/api/data.d.ts +44 -44
- package/build/api/data.js +84 -84
- package/build/api/document.d.ts +25 -25
- package/build/api/document.js +38 -38
- package/build/api/entity.d.ts +161 -161
- package/build/api/entity.js +160 -160
- package/build/api/file.d.ts +14 -14
- package/build/api/file.js +37 -37
- package/build/api/firebase.d.ts +4 -4
- package/build/api/firebase.js +74 -74
- package/build/api/index.d.ts +177 -170
- package/build/api/index.js +41 -39
- package/build/api/individual.d.ts +163 -163
- package/build/api/individual.js +55 -55
- package/build/api/init.d.ts +17 -17
- package/build/api/init.js +13 -13
- package/build/api/lead.d.ts +133 -133
- package/build/api/lead.js +138 -138
- package/build/api/location.d.ts +5 -5
- package/build/api/location.js +19 -19
- package/build/api/operator.d.ts +22 -22
- package/build/api/operator.js +73 -73
- package/build/api/terminal.d.ts +26 -0
- package/build/api/terminal.js +57 -0
- package/build/api/user.d.ts +21 -21
- package/build/api/user.js +28 -28
- package/build/app/rootReducer.d.ts +18 -17
- package/build/app/rootReducer.js +33 -31
- package/build/app/settings.d.ts +79 -60
- package/build/app/settings.js +400 -395
- package/build/app/store.d.ts +37 -35
- package/build/app/store.js +11 -11
- package/build/assets/currencies/SARSymbol.d.ts +7 -0
- package/build/assets/currencies/SARSymbol.js +28 -0
- package/build/assets/currencies/index.d.ts +2 -0
- package/build/assets/currencies/index.js +2 -0
- package/build/assets/currencies/utils.d.ts +4 -0
- package/build/assets/currencies/utils.js +4 -0
- package/build/assets/locales/ar.json +679 -642
- package/build/assets/locales/en.json +706 -669
- package/build/components/AnimationFlow/AnimationFlow.d.ts +30 -30
- package/build/components/AnimationFlow/AnimationFlow.js +45 -45
- package/build/components/AnimationFlow/BottomSheet.d.ts +19 -19
- package/build/components/AnimationFlow/BottomSheet.js +139 -139
- package/build/components/AnimationFlow/Dialog.d.ts +26 -26
- package/build/components/AnimationFlow/Dialog.js +132 -132
- package/build/components/AnimationFlow/Error.d.ts +5 -6
- package/build/components/AnimationFlow/Error.js +32 -32
- package/build/components/AnimationFlow/Loader.d.ts +6 -7
- package/build/components/AnimationFlow/Loader.js +36 -36
- package/build/components/AnimationFlow/index.d.ts +2 -2
- package/build/components/AnimationFlow/index.js +2 -2
- package/build/components/ArabicDatePicker/ArabicDatePicker.d.ts +16 -16
- package/build/components/ArabicDatePicker/ArabicDatePicker.js +116 -116
- package/build/components/ArabicDatePicker/arabicAr.d.ts +8 -8
- package/build/components/ArabicDatePicker/arabicAr.js +32 -32
- package/build/components/ArabicDatePicker/arabicEn.d.ts +8 -8
- package/build/components/ArabicDatePicker/arabicEn.js +32 -32
- package/build/components/ArabicDatePicker/index.d.ts +2 -2
- package/build/components/ArabicDatePicker/index.js +2 -2
- package/build/components/ArabicDatePicker/style.css +93 -93
- package/build/components/Button/Button.d.ts +14 -14
- package/build/components/Button/Button.js +97 -97
- package/build/components/Button/index.d.ts +4 -4
- package/build/components/Button/index.js +2 -2
- package/build/components/CheckBox/CheckBox.d.ts +5 -5
- package/build/components/CheckBox/CheckBox.js +39 -39
- package/build/components/CheckBox/index.d.ts +4 -4
- package/build/components/CheckBox/index.js +2 -2
- package/build/components/Collapse/Collapse.d.ts +4 -5
- package/build/components/Collapse/Collapse.js +28 -28
- package/build/components/Collapse/index.d.ts +3 -3
- package/build/components/Collapse/index.js +2 -2
- package/build/components/DatePicker/DatePicker.d.ts +17 -17
- package/build/components/DatePicker/DatePicker.js +111 -111
- package/build/components/DatePicker/customStyle.css +86 -86
- package/build/components/DatePicker/index.d.ts +3 -3
- package/build/components/DatePicker/index.js +2 -2
- package/build/components/DeviceCard/DeviceCard.d.ts +18 -0
- package/build/components/DeviceCard/DeviceCard.js +103 -0
- package/build/components/DeviceCard/index.d.ts +3 -0
- package/build/components/DeviceCard/index.js +2 -0
- package/build/components/ExpandIcon/ExpandIcon.d.ts +8 -9
- package/build/components/ExpandIcon/ExpandIcon.js +24 -24
- package/build/components/ExpandIcon/index.d.ts +2 -2
- package/build/components/ExpandIcon/index.js +2 -2
- package/build/components/FileInput/DragAndDrop.d.ts +16 -17
- package/build/components/FileInput/DragAndDrop.js +136 -136
- package/build/components/FileInput/UploadInput.d.ts +6 -7
- package/build/components/FileInput/UploadInput.js +38 -38
- package/build/components/FileInput/index.d.ts +3 -3
- package/build/components/FileInput/index.js +3 -3
- package/build/components/Footer/Footer.d.ts +15 -15
- package/build/components/Footer/Footer.js +63 -63
- package/build/components/Footer/index.d.ts +4 -4
- package/build/components/Footer/index.js +2 -2
- package/build/components/Form/Form.d.ts +11 -11
- package/build/components/Form/Form.js +38 -38
- package/build/components/Form/index.d.ts +3 -3
- package/build/components/Form/index.js +2 -2
- package/build/components/Icon/Icon.d.ts +11 -11
- package/build/components/Icon/Icon.js +26 -26
- package/build/components/Icon/index.d.ts +3 -3
- package/build/components/Icon/index.js +2 -2
- package/build/components/Input/Input.d.ts +19 -19
- package/build/components/Input/Input.js +84 -84
- package/build/components/Input/index.d.ts +3 -3
- package/build/components/Input/index.js +2 -2
- package/build/components/InputAdornment/InputAdornment.d.ts +10 -10
- package/build/components/InputAdornment/InputAdornment.js +46 -46
- package/build/components/InputAdornment/index.d.ts +3 -3
- package/build/components/InputAdornment/index.js +2 -2
- package/build/components/List/List.d.ts +5 -5
- package/build/components/List/List.js +52 -52
- package/build/components/List/index.d.ts +3 -3
- package/build/components/List/index.js +2 -2
- package/build/components/ListItem/ListItem.d.ts +5 -5
- package/build/components/ListItem/ListItem.js +35 -35
- package/build/components/ListItem/index.d.ts +3 -3
- package/build/components/ListItem/index.js +2 -2
- package/build/components/Loader/Loader.d.ts +24 -24
- package/build/components/Loader/Loader.js +41 -41
- package/build/components/Loader/index.d.ts +4 -4
- package/build/components/Loader/index.js +2 -2
- package/build/components/LogoBadge/LogoBadge.d.ts +7 -7
- package/build/components/LogoBadge/LogoBadge.js +64 -64
- package/build/components/LogoBadge/index.d.ts +3 -3
- package/build/components/LogoBadge/index.js +2 -2
- package/build/components/Lottie/Lottie.d.ts +4203 -4203
- package/build/components/Lottie/Lottie.js +66 -66
- package/build/components/Lottie/files/account_creating.json +732 -732
- package/build/components/Lottie/files/error.json +692 -692
- package/build/components/Lottie/files/pulsating_circle_waves.json +236 -236
- package/build/components/Lottie/files/start_loading.json +1140 -1140
- package/build/components/Lottie/files/still_loading.json +1140 -1140
- package/build/components/Lottie/files/success.json +425 -425
- package/build/components/Lottie/index.d.ts +3 -3
- package/build/components/Lottie/index.js +3 -3
- package/build/components/OTPField/OTPField.d.ts +18 -18
- package/build/components/OTPField/OTPField.js +45 -45
- package/build/components/OTPField/index.d.ts +4 -4
- package/build/components/OTPField/index.js +2 -2
- package/build/components/OTPTimer/OTPTimer.d.ts +15 -14
- package/build/components/OTPTimer/OTPTimer.js +70 -70
- package/build/components/OTPTimer/index.d.ts +4 -4
- package/build/components/OTPTimer/index.js +2 -2
- package/build/components/ProgressBar/CircularProgressBar.d.ts +15 -16
- package/build/components/ProgressBar/CircularProgressBar.js +48 -48
- package/build/components/ProgressBar/ProgressBar.d.ts +6 -6
- package/build/components/ProgressBar/ProgressBar.js +45 -45
- package/build/components/ProgressBar/index.d.ts +6 -6
- package/build/components/ProgressBar/index.js +4 -4
- package/build/components/Providers/ReduxProvider.d.ts +7 -7
- package/build/components/Providers/ReduxProvider.js +17 -17
- package/build/components/Providers/ThemeProvider.d.ts +8 -8
- package/build/components/Providers/ThemeProvider.js +22 -22
- package/build/components/Providers/index.d.ts +3 -3
- package/build/components/Providers/index.js +3 -3
- package/build/components/Radio/Radio.d.ts +5 -5
- package/build/components/Radio/Radio.js +31 -31
- package/build/components/Radio/index.d.ts +3 -3
- package/build/components/Radio/index.js +2 -2
- package/build/components/RadioGroup/RadioGroup.d.ts +8 -8
- package/build/components/RadioGroup/RadioGroup.js +37 -37
- package/build/components/RadioGroup/index.d.ts +3 -3
- package/build/components/RadioGroup/index.js +2 -2
- package/build/components/RadioLabel/RadioLabel.d.ts +10 -10
- package/build/components/RadioLabel/RadioLabel.js +34 -34
- package/build/components/RadioLabel/index.d.ts +3 -3
- package/build/components/RadioLabel/index.js +2 -2
- package/build/components/SimpleList/SimpleList.d.ts +24 -24
- package/build/components/SimpleList/SimpleList.js +136 -136
- package/build/components/SimpleList/index.d.ts +3 -3
- package/build/components/SimpleList/index.js +2 -2
- package/build/components/Slide/Slide.d.ts +6 -6
- package/build/components/Slide/Slide.js +30 -30
- package/build/components/Slide/index.d.ts +3 -3
- package/build/components/Slide/index.js +2 -2
- package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +11 -11
- package/build/components/SocialMediaGroup/SocialMediaGroup.js +34 -34
- package/build/components/SocialMediaGroup/index.d.ts +3 -3
- package/build/components/SocialMediaGroup/index.js +2 -2
- package/build/components/Text/Text.d.ts +5 -5
- package/build/components/Text/Text.js +35 -35
- package/build/components/Text/index.d.ts +3 -3
- package/build/components/Text/index.js +2 -2
- package/build/components/TextWithCurrency/TextWithCurrency.d.ts +6 -0
- package/build/components/TextWithCurrency/TextWithCurrency.js +14 -0
- package/build/components/TextWithCurrency/index.d.ts +2 -0
- package/build/components/TextWithCurrency/index.js +2 -0
- package/build/components/ToggleButton/ToggleButton.d.ts +5 -5
- package/build/components/ToggleButton/ToggleButton.js +44 -44
- package/build/components/ToggleButton/index.d.ts +3 -3
- package/build/components/ToggleButton/index.js +2 -2
- package/build/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +5 -5
- package/build/components/ToggleButtonGroup/ToggleButtonGroup.js +37 -37
- package/build/components/ToggleButtonGroup/index.d.ts +3 -3
- package/build/components/ToggleButtonGroup/index.js +2 -2
- package/build/components/Tooltip/Tooltip.d.ts +10 -10
- package/build/components/Tooltip/Tooltip.js +53 -53
- package/build/components/Tooltip/index.d.ts +3 -3
- package/build/components/Tooltip/index.js +2 -2
- package/build/components/Warning/Warning.d.ts +13 -13
- package/build/components/Warning/Warning.js +53 -53
- package/build/components/Warning/index.d.ts +4 -4
- package/build/components/Warning/index.js +2 -2
- package/build/constants/api.d.ts +60 -60
- package/build/constants/api.js +118 -118
- package/build/constants/app.d.ts +320 -309
- package/build/constants/app.js +1363 -1220
- package/build/constants/assets.d.ts +122 -111
- package/build/constants/assets.js +125 -111
- package/build/constants/dummy.d.ts +175 -175
- package/build/constants/dummy.js +909 -909
- package/build/constants/flows.d.ts +41 -26
- package/build/constants/flows.js +42 -27
- package/build/constants/index.d.ts +6 -6
- package/build/constants/index.js +6 -6
- package/build/constants/validation.d.ts +35 -33
- package/build/constants/validation.js +35 -33
- package/build/features/app/auth/authStore.d.ts +311 -103
- package/build/features/app/auth/authStore.js +1283 -1192
- package/build/features/app/bank/bankStore.d.ts +151 -70
- package/build/features/app/bank/bankStore.js +563 -563
- package/build/features/app/board/boardStore.d.ts +73 -37
- package/build/features/app/board/boardStore.js +274 -274
- package/build/features/app/brand/brandStore.d.ts +236 -110
- package/build/features/app/brand/brandStore.js +885 -885
- package/build/features/app/business/businessStore.d.ts +330 -159
- package/build/features/app/business/businessStore.js +1486 -1462
- package/build/features/app/connect/connectStore.d.ts +308 -146
- package/build/features/app/connect/connectStore.js +1332 -1320
- package/build/features/app/connectExpress/connectExpressStore.d.ts +476 -186
- package/build/features/app/connectExpress/connectExpressStore.js +2077 -1885
- package/build/features/app/entity/entityStore.d.ts +158 -77
- package/build/features/app/entity/entityStore.js +749 -749
- package/build/features/app/individual/individualStore.d.ts +302 -140
- package/build/features/app/individual/individualStore.js +1381 -1382
- package/build/features/app/kyc/kycStore.d.ts +121 -67
- package/build/features/app/kyc/kycStore.js +432 -408
- package/build/features/app/password/passwordStore.d.ts +211 -103
- package/build/features/app/password/passwordStore.js +661 -661
- package/build/features/app/signIn/signInStore.d.ts +87 -33
- package/build/features/app/signIn/signInStore.js +371 -371
- package/build/features/app/tax/taxStore.d.ts +135 -63
- package/build/features/app/tax/taxStore.js +510 -510
- package/build/features/app/terminal/terminalStore.d.ts +235 -0
- package/build/features/app/terminal/terminalStore.js +670 -0
- package/build/features/auth/Auth.d.ts +13 -14
- package/build/features/auth/Auth.js +168 -168
- package/build/features/auth/index.d.ts +1 -1
- package/build/features/auth/index.js +1 -1
- package/build/features/auth/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +5 -5
- package/build/features/auth/screens/AccountCreatedLoader/AccountCreatedLoader.js +36 -36
- package/build/features/auth/screens/AccountCreatedLoader/index.d.ts +2 -2
- package/build/features/auth/screens/AccountCreatedLoader/index.js +2 -2
- package/build/features/auth/screens/AccountNotFound/AccountNotFound.d.ts +5 -5
- package/build/features/auth/screens/AccountNotFound/AccountNotFound.js +71 -71
- package/build/features/auth/screens/AccountNotFound/index.d.ts +2 -2
- package/build/features/auth/screens/AccountNotFound/index.js +2 -2
- package/build/features/auth/screens/AuthMerchant/AuthMerchant.d.ts +5 -5
- package/build/features/auth/screens/AuthMerchant/AuthMerchant.js +73 -73
- package/build/features/auth/screens/AuthMerchant/MerchantList.d.ts +11 -11
- package/build/features/auth/screens/AuthMerchant/MerchantList.js +64 -64
- package/build/features/auth/screens/AuthMerchant/index.d.ts +2 -2
- package/build/features/auth/screens/AuthMerchant/index.js +2 -2
- package/build/features/auth/screens/AuthMerchant/validation.d.ts +8 -8
- package/build/features/auth/screens/AuthMerchant/validation.js +4 -4
- package/build/features/auth/screens/AuthSwitch/AuthSwitch.d.ts +5 -5
- package/build/features/auth/screens/AuthSwitch/AuthSwitch.js +58 -58
- package/build/features/auth/screens/AuthSwitch/index.d.ts +3 -3
- package/build/features/auth/screens/AuthSwitch/index.js +2 -2
- package/build/features/auth/screens/AuthenticationList/AuthenticationList.d.ts +5 -5
- package/build/features/auth/screens/AuthenticationList/AuthenticationList.js +96 -96
- package/build/features/auth/screens/AuthenticationList/BrandList.d.ts +10 -10
- package/build/features/auth/screens/AuthenticationList/BrandList.js +81 -81
- package/build/features/auth/screens/AuthenticationList/EntityLegalName.d.ts +2 -3
- package/build/features/auth/screens/AuthenticationList/EntityLegalName.js +48 -48
- package/build/features/auth/screens/AuthenticationList/EntityLicenseType.d.ts +9 -31
- package/build/features/auth/screens/AuthenticationList/EntityLicenseType.js +90 -90
- package/build/features/auth/screens/AuthenticationList/EntityList.d.ts +11 -11
- package/build/features/auth/screens/AuthenticationList/EntityList.js +138 -138
- package/build/features/auth/screens/AuthenticationList/LicenseNumber.d.ts +3 -3
- package/build/features/auth/screens/AuthenticationList/LicenseNumber.js +36 -36
- package/build/features/auth/screens/AuthenticationList/index.d.ts +3 -3
- package/build/features/auth/screens/AuthenticationList/index.js +2 -2
- package/build/features/auth/screens/AuthenticationList/validation.d.ts +20 -20
- package/build/features/auth/screens/AuthenticationList/validation.js +68 -68
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.d.ts +5 -5
- package/build/features/auth/screens/BusinessCountry/BusinessCountry.js +111 -111
- package/build/features/auth/screens/BusinessCountry/index.d.ts +3 -3
- package/build/features/auth/screens/BusinessCountry/index.js +2 -2
- package/build/features/auth/screens/CivilID/CivilID.d.ts +5 -5
- package/build/features/auth/screens/CivilID/CivilID.js +57 -57
- package/build/features/auth/screens/CivilID/IDNumber.d.ts +8 -8
- package/build/features/auth/screens/CivilID/IDNumber.js +54 -54
- package/build/features/auth/screens/CivilID/index.d.ts +3 -3
- package/build/features/auth/screens/CivilID/index.js +2 -2
- package/build/features/auth/screens/CivilID/validation.d.ts +8 -8
- package/build/features/auth/screens/CivilID/validation.js +4 -4
- package/build/features/auth/screens/DOB/DOB.d.ts +5 -6
- package/build/features/auth/screens/DOB/DOB.js +47 -47
- package/build/features/auth/screens/DOB/DOBForm.d.ts +5 -5
- package/build/features/auth/screens/DOB/DOBForm.js +59 -59
- package/build/features/auth/screens/DOB/index.d.ts +3 -3
- package/build/features/auth/screens/DOB/index.js +2 -2
- package/build/features/auth/screens/DOB/validation.d.ts +8 -8
- package/build/features/auth/screens/DOB/validation.js +4 -4
- package/build/features/auth/screens/Email/Email.d.ts +5 -5
- package/build/features/auth/screens/Email/Email.js +57 -57
- package/build/features/auth/screens/Email/EmailField.d.ts +8 -8
- package/build/features/auth/screens/Email/EmailField.js +52 -52
- package/build/features/auth/screens/Email/index.d.ts +3 -3
- package/build/features/auth/screens/Email/index.js +2 -2
- package/build/features/auth/screens/Email/validation.d.ts +8 -8
- package/build/features/auth/screens/Email/validation.js +4 -4
- package/build/features/auth/screens/EmailSent/EmailSent.d.ts +5 -5
- package/build/features/auth/screens/EmailSent/EmailSent.js +79 -79
- package/build/features/auth/screens/EmailSent/index.d.ts +2 -2
- package/build/features/auth/screens/EmailSent/index.js +2 -2
- package/build/features/auth/screens/MigratingData/MigratingData.d.ts +5 -5
- package/build/features/auth/screens/MigratingData/MigratingData.js +44 -44
- package/build/features/auth/screens/MigratingData/index.d.ts +2 -2
- package/build/features/auth/screens/MigratingData/index.js +2 -2
- package/build/features/auth/screens/Mobile/Mobile.d.ts +5 -5
- package/build/features/auth/screens/Mobile/Mobile.js +82 -82
- package/build/features/auth/screens/Mobile/MobileNumber.d.ts +13 -13
- package/build/features/auth/screens/Mobile/MobileNumber.js +156 -156
- package/build/features/auth/screens/Mobile/index.d.ts +3 -3
- package/build/features/auth/screens/Mobile/index.js +2 -2
- package/build/features/auth/screens/Mobile/validation.d.ts +8 -8
- package/build/features/auth/screens/Mobile/validation.js +38 -38
- package/build/features/auth/screens/NID/IDNumber.d.ts +7 -7
- package/build/features/auth/screens/NID/IDNumber.js +55 -55
- package/build/features/auth/screens/NID/NID.d.ts +5 -5
- package/build/features/auth/screens/NID/NID.js +56 -56
- package/build/features/auth/screens/NID/index.d.ts +3 -3
- package/build/features/auth/screens/NID/index.js +2 -2
- package/build/features/auth/screens/NID/validation.d.ts +8 -8
- package/build/features/auth/screens/NID/validation.js +10 -10
- package/build/features/auth/screens/OTP/OTP.d.ts +8 -5
- package/build/features/auth/screens/OTP/OTP.js +130 -118
- package/build/features/auth/screens/OTP/OTPInput.d.ts +5 -5
- package/build/features/auth/screens/OTP/OTPInput.js +74 -74
- package/build/features/auth/screens/OTP/index.d.ts +2 -3
- package/build/features/auth/screens/OTP/index.js +2 -2
- package/build/features/auth/screens/OTP/validation.d.ts +8 -8
- package/build/features/auth/screens/OTP/validation.js +4 -4
- package/build/features/auth/screens/OperatorError/OperatorError.d.ts +5 -5
- package/build/features/auth/screens/OperatorError/OperatorError.js +9 -9
- package/build/features/auth/screens/OperatorError/index.d.ts +3 -3
- package/build/features/auth/screens/OperatorError/index.js +2 -2
- package/build/features/auth/screens/Passcode/Passcode.d.ts +8 -0
- package/build/features/auth/screens/Passcode/Passcode.js +82 -0
- package/build/features/auth/screens/Passcode/PasscodeInput.d.ts +6 -0
- package/build/features/auth/screens/Passcode/PasscodeInput.js +42 -0
- package/build/features/auth/screens/Passcode/index.d.ts +2 -0
- package/build/features/auth/screens/Passcode/index.js +2 -0
- package/build/features/auth/screens/Passcode/validation.d.ts +8 -0
- package/build/features/auth/screens/Passcode/validation.js +4 -0
- package/build/features/auth/screens/Password/Password.d.ts +5 -5
- package/build/features/auth/screens/Password/Password.js +61 -61
- package/build/features/auth/screens/Password/PasswordField.d.ts +5 -5
- package/build/features/auth/screens/Password/PasswordField.js +28 -28
- package/build/features/auth/screens/Password/index.d.ts +3 -3
- package/build/features/auth/screens/Password/index.js +2 -2
- package/build/features/auth/screens/Password/validation.d.ts +8 -8
- package/build/features/auth/screens/Password/validation.js +4 -4
- package/build/features/auth/screens/PreparingData/PreparingData.d.ts +5 -5
- package/build/features/auth/screens/PreparingData/PreparingData.js +44 -44
- package/build/features/auth/screens/PreparingData/index.d.ts +2 -2
- package/build/features/auth/screens/PreparingData/index.js +2 -2
- package/build/features/auth/screens/ResetPasswordMessage/ResetPasswordMessage.d.ts +5 -5
- package/build/features/auth/screens/ResetPasswordMessage/ResetPasswordMessage.js +21 -21
- package/build/features/auth/screens/ResetPasswordMessage/index.d.ts +3 -3
- package/build/features/auth/screens/ResetPasswordMessage/index.js +2 -2
- package/build/features/auth/screens/VerifyNafath/VerifyNafath.d.ts +5 -5
- package/build/features/auth/screens/VerifyNafath/VerifyNafath.js +35 -35
- package/build/features/auth/screens/VerifyNafath/index.d.ts +3 -3
- package/build/features/auth/screens/VerifyNafath/index.js +2 -2
- package/build/features/auth/screens/VerifyPACI/VerifyPACI.d.ts +5 -5
- package/build/features/auth/screens/VerifyPACI/VerifyPACI.js +34 -34
- package/build/features/auth/screens/VerifyPACI/index.d.ts +3 -3
- package/build/features/auth/screens/VerifyPACI/index.js +2 -2
- package/build/features/bank/Bank.d.ts +14 -15
- package/build/features/bank/Bank.js +90 -90
- package/build/features/bank/index.d.ts +1 -1
- package/build/features/bank/index.js +1 -1
- package/build/features/bank/screens/BankDetails/BankDetails.d.ts +4 -5
- package/build/features/bank/screens/BankDetails/BankDetails.js +124 -124
- package/build/features/bank/screens/BankDetails/BankName.d.ts +6 -7
- package/build/features/bank/screens/BankDetails/BankName.js +63 -63
- package/build/features/bank/screens/BankDetails/BankStatement.d.ts +9 -10
- package/build/features/bank/screens/BankDetails/BankStatement.js +33 -33
- package/build/features/bank/screens/BankDetails/Beneficiary.d.ts +6 -7
- package/build/features/bank/screens/BankDetails/Beneficiary.js +48 -48
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +5 -6
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.js +66 -66
- package/build/features/bank/screens/BankDetails/IBAN.d.ts +8 -9
- package/build/features/bank/screens/BankDetails/IBAN.js +102 -102
- package/build/features/bank/screens/BankDetails/index.d.ts +3 -3
- package/build/features/bank/screens/BankDetails/index.js +2 -2
- package/build/features/bank/screens/BankDetails/validation.d.ts +39 -39
- package/build/features/bank/screens/BankDetails/validation.js +24 -24
- package/build/features/bank/screens/OperatorError/OperatorError.d.ts +5 -5
- package/build/features/bank/screens/OperatorError/OperatorError.js +9 -9
- package/build/features/bank/screens/OperatorError/index.d.ts +3 -3
- package/build/features/bank/screens/OperatorError/index.js +2 -2
- package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.d.ts +4 -4
- package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.js +10 -10
- package/build/features/bank/screens/PrepareDataLoading/index.d.ts +2 -2
- package/build/features/bank/screens/PrepareDataLoading/index.js +2 -2
- package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +5 -5
- package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +21 -21
- package/build/features/bank/screens/ResetPasswordSuccess/index.d.ts +3 -3
- package/build/features/bank/screens/ResetPasswordSuccess/index.js +2 -2
- package/build/features/bank/screens/Success/Success.d.ts +5 -5
- package/build/features/bank/screens/Success/Success.js +20 -20
- package/build/features/bank/screens/Success/index.d.ts +3 -3
- package/build/features/bank/screens/Success/index.js +2 -2
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +3 -3
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +30 -30
- package/build/features/bank/screens/SuccessWithFlowButtons/index.d.ts +2 -2
- package/build/features/bank/screens/SuccessWithFlowButtons/index.js +2 -2
- package/build/features/bank/screens/Verify/OTPInput.d.ts +7 -7
- package/build/features/bank/screens/Verify/OTPInput.js +51 -51
- package/build/features/bank/screens/Verify/Verify.d.ts +5 -5
- package/build/features/bank/screens/Verify/Verify.js +75 -75
- package/build/features/bank/screens/Verify/index.d.ts +2 -2
- package/build/features/bank/screens/Verify/index.js +2 -2
- package/build/features/bank/screens/Verify/validation.d.ts +8 -8
- package/build/features/bank/screens/Verify/validation.js +4 -4
- package/build/features/board/Board.d.ts +12 -13
- package/build/features/board/Board.js +87 -87
- package/build/features/board/index.d.ts +1 -1
- package/build/features/board/index.js +1 -1
- package/build/features/board/screens/OperatorError/OperatorError.d.ts +5 -5
- package/build/features/board/screens/OperatorError/OperatorError.js +9 -9
- package/build/features/board/screens/OperatorError/index.d.ts +3 -3
- package/build/features/board/screens/OperatorError/index.js +2 -2
- package/build/features/board/screens/PrepareDataLoading/PrepareDataLoading.d.ts +4 -4
- package/build/features/board/screens/PrepareDataLoading/PrepareDataLoading.js +10 -10
- package/build/features/board/screens/PrepareDataLoading/index.d.ts +2 -2
- package/build/features/board/screens/PrepareDataLoading/index.js +2 -2
- package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +5 -5
- package/build/features/board/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +21 -21
- package/build/features/board/screens/ResetPasswordSuccess/index.d.ts +3 -3
- package/build/features/board/screens/ResetPasswordSuccess/index.js +2 -2
- package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +3 -3
- package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +44 -44
- package/build/features/board/screens/SuccessWithFlowButtons/index.d.ts +2 -2
- package/build/features/board/screens/SuccessWithFlowButtons/index.js +2 -2
- package/build/features/board/screens/Verify/OTPInput.d.ts +7 -7
- package/build/features/board/screens/Verify/OTPInput.js +51 -51
- package/build/features/board/screens/Verify/Verify.d.ts +5 -5
- package/build/features/board/screens/Verify/Verify.js +75 -75
- package/build/features/board/screens/Verify/index.d.ts +2 -2
- package/build/features/board/screens/Verify/index.js +2 -2
- package/build/features/board/screens/Verify/validation.d.ts +8 -8
- package/build/features/board/screens/Verify/validation.js +4 -4
- package/build/features/brand/Brand.d.ts +14 -15
- package/build/features/brand/Brand.js +90 -90
- package/build/features/brand/index.d.ts +1 -1
- package/build/features/brand/index.js +1 -1
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +31 -74
- package/build/features/brand/screens/BrandActivities/ActivitiesList.js +180 -180
- package/build/features/brand/screens/BrandActivities/BrandActivities.d.ts +4 -5
- package/build/features/brand/screens/BrandActivities/BrandActivities.js +152 -152
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +31 -55
- package/build/features/brand/screens/BrandActivities/CustomerBase.js +135 -135
- package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +9 -10
- package/build/features/brand/screens/BrandActivities/ExpectedCustomers.js +101 -101
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +9 -10
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +141 -146
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +22 -43
- package/build/features/brand/screens/BrandActivities/RefundPolicy.js +93 -93
- package/build/features/brand/screens/BrandActivities/TAC.d.ts +13 -18
- package/build/features/brand/screens/BrandActivities/TAC.js +93 -93
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +5 -6
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.js +56 -56
- package/build/features/brand/screens/BrandActivities/index.d.ts +2 -2
- package/build/features/brand/screens/BrandActivities/index.js +2 -2
- package/build/features/brand/screens/BrandActivities/validation.d.ts +71 -71
- package/build/features/brand/screens/BrandActivities/validation.js +18 -18
- package/build/features/brand/screens/BrandInfo/BrandInfo.d.ts +4 -5
- package/build/features/brand/screens/BrandInfo/BrandInfo.js +106 -106
- package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +8 -9
- package/build/features/brand/screens/BrandInfo/BrandLogo.js +41 -41
- package/build/features/brand/screens/BrandInfo/BrandName.d.ts +9 -9
- package/build/features/brand/screens/BrandInfo/BrandName.js +143 -143
- package/build/features/brand/screens/BrandInfo/SalesChannels.d.ts +5 -6
- package/build/features/brand/screens/BrandInfo/SalesChannels.js +36 -36
- package/build/features/brand/screens/BrandInfo/index.d.ts +2 -2
- package/build/features/brand/screens/BrandInfo/index.js +2 -2
- package/build/features/brand/screens/BrandInfo/validation.d.ts +56 -56
- package/build/features/brand/screens/BrandInfo/validation.js +109 -109
- package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.d.ts +4 -5
- package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.js +119 -119
- package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.d.ts +9 -10
- package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.js +69 -69
- package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.d.ts +9 -10
- package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.js +69 -69
- package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.d.ts +9 -10
- package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.js +69 -69
- package/build/features/brand/screens/BrandSegmentInfo/TeamSize.d.ts +9 -10
- package/build/features/brand/screens/BrandSegmentInfo/TeamSize.js +69 -69
- package/build/features/brand/screens/BrandSegmentInfo/index.d.ts +2 -2
- package/build/features/brand/screens/BrandSegmentInfo/index.js +2 -2
- package/build/features/brand/screens/BrandSegmentInfo/validation.d.ts +17 -17
- package/build/features/brand/screens/BrandSegmentInfo/validation.js +9 -9
- package/build/features/brand/screens/OperatorError/OperatorError.d.ts +5 -5
- package/build/features/brand/screens/OperatorError/OperatorError.js +9 -9
- package/build/features/brand/screens/OperatorError/index.d.ts +3 -3
- package/build/features/brand/screens/OperatorError/index.js +2 -2
- package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.d.ts +4 -4
- package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.js +10 -10
- package/build/features/brand/screens/PrepareDataLoading/index.d.ts +2 -2
- package/build/features/brand/screens/PrepareDataLoading/index.js +2 -2
- package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +5 -5
- package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +21 -21
- package/build/features/brand/screens/ResetPasswordSuccess/index.d.ts +3 -3
- package/build/features/brand/screens/ResetPasswordSuccess/index.js +2 -2
- package/build/features/brand/screens/Success/Success.d.ts +5 -5
- package/build/features/brand/screens/Success/Success.js +20 -20
- package/build/features/brand/screens/Success/index.d.ts +3 -3
- package/build/features/brand/screens/Success/index.js +2 -2
- package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +3 -3
- package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +30 -30
- package/build/features/brand/screens/SuccessWithFlowButtons/index.d.ts +2 -2
- package/build/features/brand/screens/SuccessWithFlowButtons/index.js +2 -2
- package/build/features/brand/screens/Verify/OTPInput.d.ts +7 -7
- package/build/features/brand/screens/Verify/OTPInput.js +51 -51
- package/build/features/brand/screens/Verify/Verify.d.ts +5 -5
- package/build/features/brand/screens/Verify/Verify.js +79 -79
- package/build/features/brand/screens/Verify/index.d.ts +2 -2
- package/build/features/brand/screens/Verify/index.js +2 -2
- package/build/features/brand/screens/Verify/validation.d.ts +8 -8
- package/build/features/brand/screens/Verify/validation.js +4 -4
- package/build/features/business/Business.d.ts +7 -8
- package/build/features/business/Business.js +75 -75
- package/build/features/business/index.d.ts +1 -1
- package/build/features/business/index.js +1 -1
- package/build/features/business/screens/Activities/Activities.d.ts +4 -5
- package/build/features/business/screens/Activities/Activities.js +87 -87
- package/build/features/business/screens/Activities/ActivitiesList.d.ts +21 -37
- package/build/features/business/screens/Activities/ActivitiesList.js +292 -292
- package/build/features/business/screens/Activities/LicenseName.d.ts +5 -5
- package/build/features/business/screens/Activities/LicenseName.js +30 -30
- package/build/features/business/screens/Activities/OperationStartDate.d.ts +14 -22
- package/build/features/business/screens/Activities/OperationStartDate.js +45 -45
- package/build/features/business/screens/Activities/index.d.ts +3 -3
- package/build/features/business/screens/Activities/index.js +2 -2
- package/build/features/business/screens/Activities/validation.d.ts +191 -191
- package/build/features/business/screens/Activities/validation.js +14 -14
- package/build/features/business/screens/BrandDetails/BrandDetails.d.ts +5 -5
- package/build/features/business/screens/BrandDetails/BrandDetails.js +39 -39
- package/build/features/business/screens/BrandDetails/BrandName.d.ts +5 -5
- package/build/features/business/screens/BrandDetails/BrandName.js +36 -36
- package/build/features/business/screens/BrandDetails/Header.d.ts +5 -5
- package/build/features/business/screens/BrandDetails/Header.js +49 -49
- package/build/features/business/screens/BrandDetails/LicenseInfo.d.ts +5 -5
- package/build/features/business/screens/BrandDetails/LicenseInfo.js +38 -38
- package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +10 -18
- package/build/features/business/screens/BrandDetails/SalesChannel.js +48 -48
- package/build/features/business/screens/BrandDetails/index.d.ts +3 -3
- package/build/features/business/screens/BrandDetails/index.js +2 -2
- package/build/features/business/screens/BusinessType/Article.d.ts +7 -8
- package/build/features/business/screens/BusinessType/Article.js +52 -52
- package/build/features/business/screens/BusinessType/BusinessType.d.ts +5 -5
- package/build/features/business/screens/BusinessType/BusinessType.js +114 -114
- package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +9 -9
- package/build/features/business/screens/BusinessType/EntityLicenseList.js +129 -129
- package/build/features/business/screens/BusinessType/EntityName.d.ts +5 -6
- package/build/features/business/screens/BusinessType/EntityName.js +55 -55
- package/build/features/business/screens/BusinessType/LicenseCertificate.d.ts +5 -6
- package/build/features/business/screens/BusinessType/LicenseCertificate.js +44 -44
- package/build/features/business/screens/BusinessType/LicenseList.d.ts +9 -9
- package/build/features/business/screens/BusinessType/LicenseList.js +133 -133
- package/build/features/business/screens/BusinessType/LicenseNumber.d.ts +6 -6
- package/build/features/business/screens/BusinessType/LicenseNumber.js +55 -55
- package/build/features/business/screens/BusinessType/LicenseType.d.ts +12 -34
- package/build/features/business/screens/BusinessType/LicenseType.js +103 -103
- package/build/features/business/screens/BusinessType/SelectType.d.ts +8 -8
- package/build/features/business/screens/BusinessType/SelectType.js +106 -106
- package/build/features/business/screens/BusinessType/Switch.d.ts +7 -7
- package/build/features/business/screens/BusinessType/Switch.js +35 -35
- package/build/features/business/screens/BusinessType/index.d.ts +3 -3
- package/build/features/business/screens/BusinessType/index.js +2 -2
- package/build/features/business/screens/BusinessType/validation.d.ts +43 -43
- package/build/features/business/screens/BusinessType/validation.js +105 -105
- package/build/features/business/screens/CivilID/CivilID.d.ts +5 -5
- package/build/features/business/screens/CivilID/CivilID.js +68 -68
- package/build/features/business/screens/CivilID/IDNumber.d.ts +7 -7
- package/build/features/business/screens/CivilID/IDNumber.js +58 -58
- package/build/features/business/screens/CivilID/index.d.ts +3 -3
- package/build/features/business/screens/CivilID/index.js +2 -2
- package/build/features/business/screens/CivilID/validation.d.ts +8 -8
- package/build/features/business/screens/CivilID/validation.js +4 -4
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +40 -91
- package/build/features/business/screens/Customers/CustomerLocations.js +161 -161
- package/build/features/business/screens/Customers/Customers.d.ts +5 -5
- package/build/features/business/screens/Customers/Customers.js +142 -142
- package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +9 -10
- package/build/features/business/screens/Customers/ExpectedCustomers.js +107 -107
- package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +9 -10
- package/build/features/business/screens/Customers/ExpectedSalesRange.js +139 -144
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +22 -43
- package/build/features/business/screens/Customers/RefundPolicy.js +93 -93
- package/build/features/business/screens/Customers/TransactionPolicy.d.ts +5 -6
- package/build/features/business/screens/Customers/TransactionPolicy.js +55 -55
- package/build/features/business/screens/Customers/index.d.ts +3 -3
- package/build/features/business/screens/Customers/index.js +2 -2
- package/build/features/business/screens/Customers/validation.d.ts +20 -20
- package/build/features/business/screens/Customers/validation.js +8 -8
- package/build/features/business/screens/DOB/DOB.d.ts +6 -6
- package/build/features/business/screens/DOB/DOB.js +45 -45
- package/build/features/business/screens/DOB/DOBForm.d.ts +5 -5
- package/build/features/business/screens/DOB/DOBForm.js +72 -72
- package/build/features/business/screens/DOB/index.d.ts +3 -3
- package/build/features/business/screens/DOB/index.js +2 -2
- package/build/features/business/screens/DOB/validation.d.ts +8 -8
- package/build/features/business/screens/DOB/validation.js +4 -4
- package/build/features/business/screens/IDBOD/DOB.d.ts +6 -6
- package/build/features/business/screens/IDBOD/DOB.js +45 -45
- package/build/features/business/screens/IDBOD/ID.d.ts +5 -5
- package/build/features/business/screens/IDBOD/ID.js +31 -31
- package/build/features/business/screens/IDBOD/IDBOD.d.ts +5 -5
- package/build/features/business/screens/IDBOD/IDBOD.js +68 -68
- package/build/features/business/screens/IDBOD/index.d.ts +3 -3
- package/build/features/business/screens/IDBOD/index.js +2 -2
- package/build/features/business/screens/IDBOD/validation.d.ts +18 -18
- package/build/features/business/screens/IDBOD/validation.js +12 -12
- package/build/features/business/screens/MobileOwnership/CollectMobileOwnership.d.ts +2 -3
- package/build/features/business/screens/MobileOwnership/CollectMobileOwnership.js +103 -104
- package/build/features/business/screens/MobileOwnership/MobileNumber.d.ts +3 -3
- package/build/features/business/screens/MobileOwnership/MobileNumber.js +72 -72
- package/build/features/business/screens/MobileOwnership/index.d.ts +2 -2
- package/build/features/business/screens/MobileOwnership/index.js +2 -2
- package/build/features/business/screens/MobileOwnership/validation.d.ts +8 -8
- package/build/features/business/screens/MobileOwnership/validation.js +38 -38
- package/build/features/business/screens/OperatorError/OperatorError.d.ts +5 -5
- package/build/features/business/screens/OperatorError/OperatorError.js +9 -9
- package/build/features/business/screens/OperatorError/index.d.ts +3 -3
- package/build/features/business/screens/OperatorError/index.js +2 -2
- package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +5 -5
- package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +21 -21
- package/build/features/business/screens/ResetPasswordSuccess/index.d.ts +3 -3
- package/build/features/business/screens/ResetPasswordSuccess/index.js +2 -2
- package/build/features/business/screens/Success/Success.d.ts +5 -5
- package/build/features/business/screens/Success/Success.js +23 -23
- package/build/features/business/screens/Success/index.d.ts +3 -3
- package/build/features/business/screens/Success/index.js +2 -2
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +3 -3
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +33 -33
- package/build/features/business/screens/SuccessWithFlowButtons/index.d.ts +2 -2
- package/build/features/business/screens/SuccessWithFlowButtons/index.js +2 -2
- package/build/features/business/screens/Verify/OTPInput.d.ts +7 -7
- package/build/features/business/screens/Verify/OTPInput.js +51 -51
- package/build/features/business/screens/Verify/Verify.d.ts +5 -5
- package/build/features/business/screens/Verify/Verify.js +89 -89
- package/build/features/business/screens/Verify/index.d.ts +2 -2
- package/build/features/business/screens/Verify/index.js +2 -2
- package/build/features/business/screens/Verify/validation.d.ts +8 -8
- package/build/features/business/screens/Verify/validation.js +4 -4
- package/build/features/business/screens/VerifyNafath/VerifyNafath.d.ts +5 -5
- package/build/features/business/screens/VerifyNafath/VerifyNafath.js +35 -35
- package/build/features/business/screens/VerifyNafath/index.d.ts +3 -3
- package/build/features/business/screens/VerifyNafath/index.js +2 -2
- package/build/features/business/screens/VerifyPACI/VerifyPACI.d.ts +5 -5
- package/build/features/business/screens/VerifyPACI/VerifyPACI.js +34 -34
- package/build/features/business/screens/VerifyPACI/index.d.ts +3 -3
- package/build/features/business/screens/VerifyPACI/index.js +2 -2
- package/build/features/connect/Connect.d.ts +13 -14
- package/build/features/connect/Connect.js +159 -159
- package/build/features/connect/index.d.ts +1 -1
- package/build/features/connect/index.js +1 -1
- package/build/features/connect/screens/BrandSegment/BrandSegment.d.ts +5 -5
- package/build/features/connect/screens/BrandSegment/BrandSegment.js +62 -62
- package/build/features/connect/screens/BrandSegment/TeamSize.d.ts +7 -8
- package/build/features/connect/screens/BrandSegment/TeamSize.js +66 -66
- package/build/features/connect/screens/BrandSegment/index.d.ts +3 -3
- package/build/features/connect/screens/BrandSegment/index.js +2 -2
- package/build/features/connect/screens/BrandSegment/validation.d.ts +8 -8
- package/build/features/connect/screens/BrandSegment/validation.js +6 -6
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.d.ts +5 -5
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +113 -113
- package/build/features/connect/screens/BusinessCountry/index.d.ts +3 -3
- package/build/features/connect/screens/BusinessCountry/index.js +2 -2
- package/build/features/connect/screens/CivilID/CivilID.d.ts +5 -5
- package/build/features/connect/screens/CivilID/CivilID.js +103 -103
- package/build/features/connect/screens/CivilID/IDNumber.d.ts +7 -7
- package/build/features/connect/screens/CivilID/IDNumber.js +58 -58
- package/build/features/connect/screens/CivilID/index.d.ts +3 -3
- package/build/features/connect/screens/CivilID/index.js +2 -2
- package/build/features/connect/screens/CivilID/validation.d.ts +8 -8
- package/build/features/connect/screens/CivilID/validation.js +4 -4
- package/build/features/connect/screens/DOB/DOB.d.ts +5 -6
- package/build/features/connect/screens/DOB/DOB.js +47 -47
- package/build/features/connect/screens/DOB/DOBForm.d.ts +5 -5
- package/build/features/connect/screens/DOB/DOBForm.js +59 -59
- package/build/features/connect/screens/DOB/index.d.ts +3 -3
- package/build/features/connect/screens/DOB/index.js +2 -2
- package/build/features/connect/screens/DOB/validation.d.ts +8 -8
- package/build/features/connect/screens/DOB/validation.js +4 -4
- package/build/features/connect/screens/Individual/Email.d.ts +8 -8
- package/build/features/connect/screens/Individual/Email.js +106 -106
- package/build/features/connect/screens/Individual/Individual.d.ts +5 -5
- package/build/features/connect/screens/Individual/Individual.js +114 -114
- package/build/features/connect/screens/Individual/MobileNumber.d.ts +10 -10
- package/build/features/connect/screens/Individual/MobileNumber.js +154 -154
- package/build/features/connect/screens/Individual/Name.d.ts +6 -6
- package/build/features/connect/screens/Individual/Name.js +44 -44
- package/build/features/connect/screens/Individual/index.d.ts +3 -3
- package/build/features/connect/screens/Individual/index.js +2 -2
- package/build/features/connect/screens/Individual/validation.d.ts +24 -24
- package/build/features/connect/screens/Individual/validation.js +43 -43
- package/build/features/connect/screens/Merchant/BrandList.d.ts +10 -10
- package/build/features/connect/screens/Merchant/BrandList.js +88 -88
- package/build/features/connect/screens/Merchant/BrandName.d.ts +8 -8
- package/build/features/connect/screens/Merchant/BrandName.js +143 -143
- package/build/features/connect/screens/Merchant/Merchant.d.ts +5 -5
- package/build/features/connect/screens/Merchant/Merchant.js +100 -100
- package/build/features/connect/screens/Merchant/SalesChannels.d.ts +4 -5
- package/build/features/connect/screens/Merchant/SalesChannels.js +38 -38
- package/build/features/connect/screens/Merchant/TAC.d.ts +6 -6
- package/build/features/connect/screens/Merchant/TAC.js +84 -84
- package/build/features/connect/screens/Merchant/index.d.ts +3 -3
- package/build/features/connect/screens/Merchant/index.js +2 -2
- package/build/features/connect/screens/Merchant/validation.d.ts +35 -35
- package/build/features/connect/screens/Merchant/validation.js +131 -131
- package/build/features/connect/screens/Mobile/Mobile.d.ts +5 -5
- package/build/features/connect/screens/Mobile/Mobile.js +137 -137
- package/build/features/connect/screens/Mobile/MobileNumber.d.ts +12 -12
- package/build/features/connect/screens/Mobile/MobileNumber.js +162 -162
- package/build/features/connect/screens/Mobile/Title.d.ts +8 -8
- package/build/features/connect/screens/Mobile/Title.js +29 -29
- package/build/features/connect/screens/Mobile/index.d.ts +3 -3
- package/build/features/connect/screens/Mobile/index.js +2 -2
- package/build/features/connect/screens/Mobile/validation.d.ts +8 -8
- package/build/features/connect/screens/Mobile/validation.js +36 -36
- package/build/features/connect/screens/MobileOwnership/CollectMobileOwnership.d.ts +2 -3
- package/build/features/connect/screens/MobileOwnership/CollectMobileOwnership.js +104 -105
- package/build/features/connect/screens/MobileOwnership/MobileNumber.d.ts +3 -3
- package/build/features/connect/screens/MobileOwnership/MobileNumber.js +72 -72
- package/build/features/connect/screens/MobileOwnership/index.d.ts +2 -2
- package/build/features/connect/screens/MobileOwnership/index.js +2 -2
- package/build/features/connect/screens/MobileOwnership/validation.d.ts +8 -8
- package/build/features/connect/screens/MobileOwnership/validation.js +38 -38
- package/build/features/connect/screens/NID/IDNumber.d.ts +7 -7
- package/build/features/connect/screens/NID/IDNumber.js +59 -59
- package/build/features/connect/screens/NID/NID.d.ts +5 -5
- package/build/features/connect/screens/NID/NID.js +101 -101
- package/build/features/connect/screens/NID/index.d.ts +3 -3
- package/build/features/connect/screens/NID/index.js +2 -2
- package/build/features/connect/screens/NID/validation.d.ts +8 -8
- package/build/features/connect/screens/NID/validation.js +8 -8
- package/build/features/connect/screens/OTP/OTP.d.ts +5 -5
- package/build/features/connect/screens/OTP/OTP.js +92 -92
- package/build/features/connect/screens/OTP/OTPInput.d.ts +5 -5
- package/build/features/connect/screens/OTP/OTPInput.js +58 -58
- package/build/features/connect/screens/OTP/index.d.ts +3 -3
- package/build/features/connect/screens/OTP/index.js +2 -2
- package/build/features/connect/screens/OTP/validation.d.ts +8 -8
- package/build/features/connect/screens/OTP/validation.js +4 -4
- package/build/features/connect/screens/OperatorError/OperatorError.d.ts +5 -5
- package/build/features/connect/screens/OperatorError/OperatorError.js +9 -9
- package/build/features/connect/screens/OperatorError/index.d.ts +3 -3
- package/build/features/connect/screens/OperatorError/index.js +2 -2
- package/build/features/connect/screens/ThankYou/ThankYou.d.ts +5 -5
- package/build/features/connect/screens/ThankYou/ThankYou.js +31 -31
- package/build/features/connect/screens/ThankYou/index.d.ts +3 -3
- package/build/features/connect/screens/ThankYou/index.js +2 -2
- package/build/features/connect/screens/VerifyNafath/VerifyNafath.d.ts +5 -5
- package/build/features/connect/screens/VerifyNafath/VerifyNafath.js +35 -35
- package/build/features/connect/screens/VerifyNafath/index.d.ts +3 -3
- package/build/features/connect/screens/VerifyNafath/index.js +2 -2
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.d.ts +5 -5
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.js +95 -95
- package/build/features/connect/screens/VerifyPACI/index.d.ts +3 -3
- package/build/features/connect/screens/VerifyPACI/index.js +2 -2
- package/build/features/connectExpress/ConnectExpress.d.ts +13 -14
- package/build/features/connectExpress/ConnectExpress.js +174 -174
- package/build/features/connectExpress/index.d.ts +1 -1
- package/build/features/connectExpress/index.js +1 -1
- package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.d.ts +5 -5
- package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.js +27 -27
- package/build/features/connectExpress/screens/AccountAlreadyCreated/index.d.ts +3 -3
- package/build/features/connectExpress/screens/AccountAlreadyCreated/index.js +2 -2
- package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.d.ts +5 -5
- package/build/features/connectExpress/screens/AccountCreatedLoader/AccountCreatedLoader.js +36 -36
- package/build/features/connectExpress/screens/AccountCreatedLoader/index.d.ts +2 -2
- package/build/features/connectExpress/screens/AccountCreatedLoader/index.js +2 -2
- package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.d.ts +5 -5
- package/build/features/connectExpress/screens/AuthMerchant/AuthMerchant.js +74 -74
- package/build/features/connectExpress/screens/AuthMerchant/MerchantList.d.ts +11 -11
- package/build/features/connectExpress/screens/AuthMerchant/MerchantList.js +64 -64
- package/build/features/connectExpress/screens/AuthMerchant/index.d.ts +2 -2
- package/build/features/connectExpress/screens/AuthMerchant/index.js +2 -2
- package/build/features/connectExpress/screens/AuthMerchant/validation.d.ts +8 -8
- package/build/features/connectExpress/screens/AuthMerchant/validation.js +4 -4
- package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.d.ts +5 -5
- package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.js +104 -104
- package/build/features/connectExpress/screens/AuthenticationList/BrandList.d.ts +10 -10
- package/build/features/connectExpress/screens/AuthenticationList/BrandList.js +81 -81
- package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.d.ts +2 -3
- package/build/features/connectExpress/screens/AuthenticationList/EntityLegalName.js +48 -48
- package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.d.ts +9 -31
- package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.js +90 -90
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.d.ts +11 -11
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.js +138 -138
- package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.d.ts +3 -3
- package/build/features/connectExpress/screens/AuthenticationList/LicenseNumber.js +36 -36
- package/build/features/connectExpress/screens/AuthenticationList/index.d.ts +3 -3
- package/build/features/connectExpress/screens/AuthenticationList/index.js +2 -2
- package/build/features/connectExpress/screens/AuthenticationList/validation.d.ts +20 -20
- package/build/features/connectExpress/screens/AuthenticationList/validation.js +68 -68
- package/build/features/connectExpress/screens/Brand/Brand.d.ts +5 -5
- package/build/features/connectExpress/screens/Brand/Brand.js +71 -71
- package/build/features/connectExpress/screens/Brand/index.d.ts +2 -2
- package/build/features/connectExpress/screens/Brand/index.js +2 -2
- package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.d.ts +5 -5
- package/build/features/connectExpress/screens/BusinessCountry/BusinessCountry.js +111 -111
- package/build/features/connectExpress/screens/BusinessCountry/index.d.ts +3 -3
- package/build/features/connectExpress/screens/BusinessCountry/index.js +2 -2
- package/build/features/connectExpress/screens/CivilID/CivilID.d.ts +5 -5
- package/build/features/connectExpress/screens/CivilID/CivilID.js +96 -96
- package/build/features/connectExpress/screens/CivilID/IDNumber.d.ts +7 -7
- package/build/features/connectExpress/screens/CivilID/IDNumber.js +59 -59
- package/build/features/connectExpress/screens/CivilID/index.d.ts +3 -3
- package/build/features/connectExpress/screens/CivilID/index.js +2 -2
- package/build/features/connectExpress/screens/CivilID/validation.d.ts +8 -8
- package/build/features/connectExpress/screens/CivilID/validation.js +4 -4
- package/build/features/connectExpress/screens/CivilIDMissed/CivilID.d.ts +5 -5
- package/build/features/connectExpress/screens/CivilIDMissed/CivilID.js +54 -54
- package/build/features/connectExpress/screens/CivilIDMissed/IDNumber.d.ts +7 -7
- package/build/features/connectExpress/screens/CivilIDMissed/IDNumber.js +54 -54
- package/build/features/connectExpress/screens/CivilIDMissed/index.d.ts +3 -3
- package/build/features/connectExpress/screens/CivilIDMissed/index.js +2 -2
- package/build/features/connectExpress/screens/CivilIDMissed/validation.d.ts +8 -8
- package/build/features/connectExpress/screens/CivilIDMissed/validation.js +4 -4
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.d.ts +9 -9
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +141 -141
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.d.ts +5 -5
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +98 -98
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.d.ts +9 -9
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.js +140 -140
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.d.ts +7 -7
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +53 -53
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +13 -35
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.js +96 -96
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +14 -19
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.js +82 -82
- package/build/features/connectExpress/screens/CollectBusinessInfo/index.d.ts +3 -3
- package/build/features/connectExpress/screens/CollectBusinessInfo/index.js +2 -2
- package/build/features/connectExpress/screens/CollectBusinessInfo/validation.d.ts +40 -40
- package/build/features/connectExpress/screens/CollectBusinessInfo/validation.js +222 -222
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.d.ts +5 -5
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.js +121 -121
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.d.ts +9 -9
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +105 -105
- package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.d.ts +11 -11
- package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.js +154 -154
- package/build/features/connectExpress/screens/CollectIndividualInfo/Name.d.ts +7 -7
- package/build/features/connectExpress/screens/CollectIndividualInfo/Name.js +44 -44
- package/build/features/connectExpress/screens/CollectIndividualInfo/index.d.ts +3 -3
- package/build/features/connectExpress/screens/CollectIndividualInfo/index.js +2 -2
- package/build/features/connectExpress/screens/CollectIndividualInfo/validation.d.ts +14 -14
- package/build/features/connectExpress/screens/CollectIndividualInfo/validation.js +39 -39
- package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.d.ts +5 -5
- package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.js +24 -24
- package/build/features/connectExpress/screens/CreateAccountLoader/index.d.ts +2 -2
- package/build/features/connectExpress/screens/CreateAccountLoader/index.js +2 -2
- package/build/features/connectExpress/screens/DOB/DOB.d.ts +5 -6
- package/build/features/connectExpress/screens/DOB/DOB.js +47 -47
- package/build/features/connectExpress/screens/DOB/DOBForm.d.ts +5 -5
- package/build/features/connectExpress/screens/DOB/DOBForm.js +63 -63
- package/build/features/connectExpress/screens/DOB/index.d.ts +3 -3
- package/build/features/connectExpress/screens/DOB/index.js +2 -2
- package/build/features/connectExpress/screens/DOB/validation.d.ts +8 -8
- package/build/features/connectExpress/screens/DOB/validation.js +4 -4
- package/build/features/connectExpress/screens/GenericPrepareDataLoading/GenericPrepareDataLoading.d.ts +2 -0
- package/build/features/connectExpress/screens/GenericPrepareDataLoading/GenericPrepareDataLoading.js +9 -0
- package/build/features/connectExpress/screens/GenericPrepareDataLoading/index.d.ts +2 -0
- package/build/features/connectExpress/screens/GenericPrepareDataLoading/index.js +2 -0
- package/build/features/connectExpress/screens/IdentityVerifyNafath/IdentityVerifyNafath.d.ts +5 -5
- package/build/features/connectExpress/screens/IdentityVerifyNafath/IdentityVerifyNafath.js +35 -35
- package/build/features/connectExpress/screens/IdentityVerifyNafath/index.d.ts +3 -3
- package/build/features/connectExpress/screens/IdentityVerifyNafath/index.js +2 -2
- package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.d.ts +5 -5
- package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.js +34 -34
- package/build/features/connectExpress/screens/IdentityVerifyPACI/index.d.ts +3 -3
- package/build/features/connectExpress/screens/IdentityVerifyPACI/index.js +2 -2
- package/build/features/connectExpress/screens/Mobile/Mobile.d.ts +5 -5
- package/build/features/connectExpress/screens/Mobile/Mobile.js +122 -122
- package/build/features/connectExpress/screens/Mobile/MobileNumber.d.ts +13 -13
- package/build/features/connectExpress/screens/Mobile/MobileNumber.js +159 -159
- package/build/features/connectExpress/screens/Mobile/TAC.d.ts +7 -7
- package/build/features/connectExpress/screens/Mobile/TAC.js +85 -85
- package/build/features/connectExpress/screens/Mobile/Title.d.ts +8 -8
- package/build/features/connectExpress/screens/Mobile/Title.js +29 -29
- package/build/features/connectExpress/screens/Mobile/index.d.ts +3 -3
- package/build/features/connectExpress/screens/Mobile/index.js +2 -2
- package/build/features/connectExpress/screens/Mobile/validation.d.ts +8 -8
- package/build/features/connectExpress/screens/Mobile/validation.js +75 -75
- package/build/features/connectExpress/screens/MobileOwnership/CollectMobileOwnership.d.ts +2 -3
- package/build/features/connectExpress/screens/MobileOwnership/CollectMobileOwnership.js +106 -107
- package/build/features/connectExpress/screens/MobileOwnership/MobileNumber.d.ts +3 -3
- package/build/features/connectExpress/screens/MobileOwnership/MobileNumber.js +72 -72
- package/build/features/connectExpress/screens/MobileOwnership/index.d.ts +2 -2
- package/build/features/connectExpress/screens/MobileOwnership/index.js +2 -2
- package/build/features/connectExpress/screens/MobileOwnership/validation.d.ts +8 -8
- package/build/features/connectExpress/screens/MobileOwnership/validation.js +38 -38
- package/build/features/connectExpress/screens/NID/IDNumber.d.ts +8 -8
- package/build/features/connectExpress/screens/NID/IDNumber.js +60 -60
- package/build/features/connectExpress/screens/NID/NID.d.ts +5 -5
- package/build/features/connectExpress/screens/NID/NID.js +98 -98
- package/build/features/connectExpress/screens/NID/TAC.d.ts +14 -19
- package/build/features/connectExpress/screens/NID/TAC.js +82 -82
- package/build/features/connectExpress/screens/NID/index.d.ts +3 -3
- package/build/features/connectExpress/screens/NID/index.js +2 -2
- package/build/features/connectExpress/screens/NID/validation.d.ts +8 -8
- package/build/features/connectExpress/screens/NID/validation.js +20 -20
- package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +5 -6
- package/build/features/connectExpress/screens/NIDMissed/DOB.js +47 -47
- package/build/features/connectExpress/screens/NIDMissed/IDNumber.d.ts +6 -6
- package/build/features/connectExpress/screens/NIDMissed/IDNumber.js +59 -59
- package/build/features/connectExpress/screens/NIDMissed/NID.d.ts +5 -5
- package/build/features/connectExpress/screens/NIDMissed/NID.js +62 -62
- package/build/features/connectExpress/screens/NIDMissed/index.d.ts +3 -3
- package/build/features/connectExpress/screens/NIDMissed/index.js +2 -2
- package/build/features/connectExpress/screens/NIDMissed/validation.d.ts +18 -18
- package/build/features/connectExpress/screens/NIDMissed/validation.js +12 -12
- package/build/features/connectExpress/screens/OTP/OTP.d.ts +5 -5
- package/build/features/connectExpress/screens/OTP/OTP.js +86 -86
- package/build/features/connectExpress/screens/OTP/OTPInput.d.ts +5 -5
- package/build/features/connectExpress/screens/OTP/OTPInput.js +59 -59
- package/build/features/connectExpress/screens/OTP/index.d.ts +3 -3
- package/build/features/connectExpress/screens/OTP/index.js +2 -2
- package/build/features/connectExpress/screens/OTP/validation.d.ts +8 -8
- package/build/features/connectExpress/screens/OTP/validation.js +4 -4
- package/build/features/connectExpress/screens/OperatorError/OperatorError.d.ts +5 -5
- package/build/features/connectExpress/screens/OperatorError/OperatorError.js +9 -9
- package/build/features/connectExpress/screens/OperatorError/index.d.ts +3 -3
- package/build/features/connectExpress/screens/OperatorError/index.js +2 -2
- package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.d.ts +5 -5
- package/build/features/connectExpress/screens/PrepareDataLoading/PrepareDataLoading.js +34 -34
- package/build/features/connectExpress/screens/PrepareDataLoading/index.d.ts +2 -2
- package/build/features/connectExpress/screens/PrepareDataLoading/index.js +2 -2
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +3 -3
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +41 -41
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/index.d.ts +2 -2
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/index.js +2 -2
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/OTPInput.d.ts +5 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/OTPInput.js +49 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/VerifyMobileAuthOTP.d.ts +5 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/VerifyMobileAuthOTP.js +88 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/index.d.ts +3 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/index.js +2 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/validation.d.ts +8 -0
- package/build/features/connectExpress/screens/VerifyMobileAuthOTP/validation.js +4 -0
- package/build/features/connectExpress/screens/VerifyNafath/VerifyNafath.d.ts +5 -5
- package/build/features/connectExpress/screens/VerifyNafath/VerifyNafath.js +41 -35
- package/build/features/connectExpress/screens/VerifyNafath/index.d.ts +3 -3
- package/build/features/connectExpress/screens/VerifyNafath/index.js +2 -2
- package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.d.ts +5 -5
- package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.js +34 -34
- package/build/features/connectExpress/screens/VerifyPACI/index.d.ts +3 -3
- package/build/features/connectExpress/screens/VerifyPACI/index.js +2 -2
- package/build/features/entity/Entity.d.ts +13 -14
- package/build/features/entity/Entity.js +90 -90
- package/build/features/entity/index.d.ts +1 -1
- package/build/features/entity/index.js +1 -1
- package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +22 -38
- package/build/features/entity/screens/EntityCapital/ActivityList.js +290 -290
- package/build/features/entity/screens/EntityCapital/CapitalPaid.d.ts +7 -7
- package/build/features/entity/screens/EntityCapital/CapitalPaid.js +43 -47
- package/build/features/entity/screens/EntityCapital/CapitalShareCount.d.ts +7 -7
- package/build/features/entity/screens/EntityCapital/CapitalShareCount.js +40 -40
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.d.ts +7 -7
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +43 -47
- package/build/features/entity/screens/EntityCapital/EntityCapital.d.ts +4 -5
- package/build/features/entity/screens/EntityCapital/EntityCapital.js +110 -110
- package/build/features/entity/screens/EntityCapital/index.d.ts +2 -2
- package/build/features/entity/screens/EntityCapital/index.js +2 -2
- package/build/features/entity/screens/EntityCapital/validation.d.ts +197 -197
- package/build/features/entity/screens/EntityCapital/validation.js +18 -18
- package/build/features/entity/screens/EntityName/Article.d.ts +9 -10
- package/build/features/entity/screens/EntityName/Article.js +53 -53
- package/build/features/entity/screens/EntityName/EntityName.d.ts +4 -5
- package/build/features/entity/screens/EntityName/EntityName.js +162 -162
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +31 -74
- package/build/features/entity/screens/EntityName/EntityTypeList.js +137 -137
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +13 -21
- package/build/features/entity/screens/EntityName/ExpiryDate.js +50 -50
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +13 -21
- package/build/features/entity/screens/EntityName/IssuingDate.js +51 -51
- package/build/features/entity/screens/EntityName/LegalName.d.ts +7 -7
- package/build/features/entity/screens/EntityName/LegalName.js +37 -37
- package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +8 -9
- package/build/features/entity/screens/EntityName/LicenseCertificate.js +54 -54
- package/build/features/entity/screens/EntityName/LicenseNumber.d.ts +8 -8
- package/build/features/entity/screens/EntityName/LicenseNumber.js +52 -52
- package/build/features/entity/screens/EntityName/UnifiedNumber.d.ts +8 -8
- package/build/features/entity/screens/EntityName/UnifiedNumber.js +42 -42
- package/build/features/entity/screens/EntityName/index.d.ts +2 -2
- package/build/features/entity/screens/EntityName/index.js +2 -2
- package/build/features/entity/screens/EntityName/validation.d.ts +88 -88
- package/build/features/entity/screens/EntityName/validation.js +120 -120
- package/build/features/entity/screens/OperatorError/OperatorError.d.ts +5 -5
- package/build/features/entity/screens/OperatorError/OperatorError.js +9 -9
- package/build/features/entity/screens/OperatorError/index.d.ts +3 -3
- package/build/features/entity/screens/OperatorError/index.js +2 -2
- package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.d.ts +4 -4
- package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.js +10 -10
- package/build/features/entity/screens/PrepareDataLoading/index.d.ts +2 -2
- package/build/features/entity/screens/PrepareDataLoading/index.js +2 -2
- package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +5 -5
- package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +21 -21
- package/build/features/entity/screens/ResetPasswordSuccess/index.d.ts +3 -3
- package/build/features/entity/screens/ResetPasswordSuccess/index.js +2 -2
- package/build/features/entity/screens/Success/Success.d.ts +5 -5
- package/build/features/entity/screens/Success/Success.js +20 -20
- package/build/features/entity/screens/Success/index.d.ts +3 -3
- package/build/features/entity/screens/Success/index.js +2 -2
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +3 -3
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +30 -30
- package/build/features/entity/screens/SuccessWithFlowButtons/index.d.ts +2 -2
- package/build/features/entity/screens/SuccessWithFlowButtons/index.js +2 -2
- package/build/features/entity/screens/Verify/OTPInput.d.ts +7 -7
- package/build/features/entity/screens/Verify/OTPInput.js +51 -51
- package/build/features/entity/screens/Verify/Verify.d.ts +5 -5
- package/build/features/entity/screens/Verify/Verify.js +79 -79
- package/build/features/entity/screens/Verify/index.d.ts +2 -2
- package/build/features/entity/screens/Verify/index.js +2 -2
- package/build/features/entity/screens/Verify/validation.d.ts +8 -8
- package/build/features/entity/screens/Verify/validation.js +4 -4
- package/build/features/featuresScreens.d.ts +15 -14
- package/build/features/featuresScreens.js +774 -697
- package/build/features/individual/Individual.d.ts +13 -14
- package/build/features/individual/Individual.js +90 -90
- package/build/features/individual/index.d.ts +1 -1
- package/build/features/individual/index.js +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +13 -21
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +190 -190
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +8 -9
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.js +54 -54
- package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.d.ts +8 -8
- package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.js +59 -59
- package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.d.ts +14 -36
- package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.js +76 -76
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +11 -11
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +87 -92
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +9 -10
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.js +131 -131
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +14 -36
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.js +78 -78
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.d.ts +7 -7
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.js +42 -42
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.d.ts +7 -7
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +45 -50
- package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +8 -9
- package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.js +54 -54
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +11 -11
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.js +81 -81
- package/build/features/individual/screens/AdditionalIndividualInfo/index.d.ts +3 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/index.js +2 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/validation.d.ts +36 -36
- package/build/features/individual/screens/AdditionalIndividualInfo/validation.js +17 -17
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +12 -12
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.js +32 -32
- package/build/features/individual/screens/IndividualList/Email.d.ts +10 -10
- package/build/features/individual/screens/IndividualList/Email.js +113 -113
- package/build/features/individual/screens/IndividualList/IndividualList.d.ts +15 -31
- package/build/features/individual/screens/IndividualList/IndividualList.js +73 -73
- package/build/features/individual/screens/IndividualList/MobileNumber.d.ts +12 -12
- package/build/features/individual/screens/IndividualList/MobileNumber.js +140 -140
- package/build/features/individual/screens/IndividualList/UserList.d.ts +4 -5
- package/build/features/individual/screens/IndividualList/UserList.js +211 -211
- package/build/features/individual/screens/IndividualList/index.d.ts +3 -3
- package/build/features/individual/screens/IndividualList/index.js +2 -2
- package/build/features/individual/screens/IndividualList/validation.d.ts +12 -12
- package/build/features/individual/screens/IndividualList/validation.js +47 -47
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCity.d.ts +10 -10
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCity.js +103 -103
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCountry.d.ts +12 -12
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCountry.js +76 -76
- package/build/features/individual/screens/IndividualPersonalInfo/DOB.d.ts +9 -9
- package/build/features/individual/screens/IndividualPersonalInfo/DOB.js +46 -46
- package/build/features/individual/screens/IndividualPersonalInfo/Email.d.ts +8 -8
- package/build/features/individual/screens/IndividualPersonalInfo/Email.js +42 -42
- package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.d.ts +9 -9
- package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.js +47 -47
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +14 -36
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.js +84 -84
- package/build/features/individual/screens/IndividualPersonalInfo/ID.d.ts +8 -8
- package/build/features/individual/screens/IndividualPersonalInfo/ID.js +44 -44
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +13 -21
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +240 -240
- package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.d.ts +12 -12
- package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.js +76 -76
- package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.d.ts +12 -12
- package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.js +143 -143
- package/build/features/individual/screens/IndividualPersonalInfo/Name.d.ts +8 -8
- package/build/features/individual/screens/IndividualPersonalInfo/Name.js +44 -44
- package/build/features/individual/screens/IndividualPersonalInfo/Nationality.d.ts +12 -12
- package/build/features/individual/screens/IndividualPersonalInfo/Nationality.js +76 -76
- package/build/features/individual/screens/IndividualPersonalInfo/index.d.ts +3 -3
- package/build/features/individual/screens/IndividualPersonalInfo/index.js +2 -2
- package/build/features/individual/screens/IndividualPersonalInfo/validation.d.ts +38 -38
- package/build/features/individual/screens/IndividualPersonalInfo/validation.js +80 -80
- package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.d.ts +13 -13
- package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.js +144 -144
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.d.ts +5 -5
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.js +64 -64
- package/build/features/individual/screens/IndividualPhoneInfo/index.d.ts +3 -3
- package/build/features/individual/screens/IndividualPhoneInfo/index.js +2 -2
- package/build/features/individual/screens/IndividualPhoneInfo/validation.d.ts +8 -8
- package/build/features/individual/screens/IndividualPhoneInfo/validation.js +39 -39
- package/build/features/individual/screens/OperatorError/OperatorError.d.ts +5 -5
- package/build/features/individual/screens/OperatorError/OperatorError.js +9 -9
- package/build/features/individual/screens/OperatorError/index.d.ts +3 -3
- package/build/features/individual/screens/OperatorError/index.js +2 -2
- package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.d.ts +4 -4
- package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.js +10 -10
- package/build/features/individual/screens/PrepareDataLoading/index.d.ts +2 -2
- package/build/features/individual/screens/PrepareDataLoading/index.js +2 -2
- package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +5 -5
- package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +21 -21
- package/build/features/individual/screens/ResetPasswordSuccess/index.d.ts +3 -3
- package/build/features/individual/screens/ResetPasswordSuccess/index.js +2 -2
- package/build/features/individual/screens/Success/Success.d.ts +5 -5
- package/build/features/individual/screens/Success/Success.js +20 -20
- package/build/features/individual/screens/Success/index.d.ts +3 -3
- package/build/features/individual/screens/Success/index.js +2 -2
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +3 -3
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +30 -30
- package/build/features/individual/screens/SuccessWithFlowButtons/index.d.ts +2 -2
- package/build/features/individual/screens/SuccessWithFlowButtons/index.js +2 -2
- package/build/features/individual/screens/Verify/OTPInput.d.ts +7 -7
- package/build/features/individual/screens/Verify/OTPInput.js +51 -51
- package/build/features/individual/screens/Verify/Verify.d.ts +5 -5
- package/build/features/individual/screens/Verify/Verify.js +81 -81
- package/build/features/individual/screens/Verify/index.d.ts +2 -2
- package/build/features/individual/screens/Verify/index.js +2 -2
- package/build/features/individual/screens/Verify/validation.d.ts +8 -8
- package/build/features/individual/screens/Verify/validation.js +4 -4
- package/build/features/kyc/KYC.d.ts +10 -11
- package/build/features/kyc/KYC.js +99 -99
- package/build/features/kyc/index.d.ts +1 -1
- package/build/features/kyc/index.js +1 -1
- package/build/features/kyc/screens/AlreadySubmitted/AlreadySubmitted.d.ts +5 -5
- package/build/features/kyc/screens/AlreadySubmitted/AlreadySubmitted.js +19 -19
- package/build/features/kyc/screens/AlreadySubmitted/index.d.ts +2 -2
- package/build/features/kyc/screens/AlreadySubmitted/index.js +2 -2
- package/build/features/kyc/screens/Loading/Loading.d.ts +4 -4
- package/build/features/kyc/screens/Loading/Loading.js +10 -10
- package/build/features/kyc/screens/Loading/index.d.ts +2 -2
- package/build/features/kyc/screens/Loading/index.js +2 -2
- package/build/features/kyc/screens/OperatorError/OperatorError.d.ts +5 -5
- package/build/features/kyc/screens/OperatorError/OperatorError.js +9 -9
- package/build/features/kyc/screens/OperatorError/index.d.ts +2 -2
- package/build/features/kyc/screens/OperatorError/index.js +2 -2
- package/build/features/kyc/screens/Success/Success.d.ts +5 -5
- package/build/features/kyc/screens/Success/Success.js +32 -32
- package/build/features/kyc/screens/Success/index.d.ts +2 -2
- package/build/features/kyc/screens/Success/index.js +2 -2
- package/build/features/kyc/screens/Terms/Header.d.ts +6 -6
- package/build/features/kyc/screens/Terms/Header.js +36 -36
- package/build/features/kyc/screens/Terms/Terms.d.ts +4 -4
- package/build/features/kyc/screens/Terms/Terms.js +87 -81
- package/build/features/kyc/screens/Terms/index.d.ts +2 -2
- package/build/features/kyc/screens/Terms/index.js +2 -2
- package/build/features/kyc/screens/TokenError/TokenError.d.ts +5 -5
- package/build/features/kyc/screens/TokenError/TokenError.js +9 -9
- package/build/features/kyc/screens/TokenError/index.d.ts +2 -2
- package/build/features/kyc/screens/TokenError/index.js +2 -2
- package/build/features/kyc/screens/Users/Users.d.ts +3 -3
- package/build/features/kyc/screens/Users/Users.js +76 -76
- package/build/features/kyc/screens/Users/index.d.ts +2 -2
- package/build/features/kyc/screens/Users/index.js +2 -2
- package/build/features/kyc/screens/VerifyNafath/VerifyNafath.d.ts +5 -5
- package/build/features/kyc/screens/VerifyNafath/VerifyNafath.js +45 -45
- package/build/features/kyc/screens/VerifyNafath/index.d.ts +3 -3
- package/build/features/kyc/screens/VerifyNafath/index.js +2 -2
- package/build/features/kyc/screens/VerifyPaci/VerifyPACI.d.ts +5 -5
- package/build/features/kyc/screens/VerifyPaci/VerifyPACI.js +44 -44
- package/build/features/kyc/screens/VerifyPaci/index.d.ts +3 -3
- package/build/features/kyc/screens/VerifyPaci/index.js +2 -2
- package/build/features/password/Password.d.ts +13 -14
- package/build/features/password/Password.js +143 -143
- package/build/features/password/index.d.ts +1 -1
- package/build/features/password/index.js +1 -1
- package/build/features/password/screens/CreatePassword/ConditionText.d.ts +6 -7
- package/build/features/password/screens/CreatePassword/ConditionText.js +23 -23
- package/build/features/password/screens/CreatePassword/ConfirmPassword.d.ts +8 -8
- package/build/features/password/screens/CreatePassword/ConfirmPassword.js +22 -22
- package/build/features/password/screens/CreatePassword/CreatePassword.d.ts +5 -5
- package/build/features/password/screens/CreatePassword/CreatePassword.js +73 -73
- package/build/features/password/screens/CreatePassword/Password.d.ts +5 -5
- package/build/features/password/screens/CreatePassword/Password.js +76 -76
- package/build/features/password/screens/CreatePassword/PasswordBar.d.ts +6 -7
- package/build/features/password/screens/CreatePassword/PasswordBar.js +29 -29
- package/build/features/password/screens/CreatePassword/index.d.ts +3 -3
- package/build/features/password/screens/CreatePassword/index.js +2 -2
- package/build/features/password/screens/CreatePassword/validation.d.ts +11 -11
- package/build/features/password/screens/CreatePassword/validation.js +8 -8
- package/build/features/password/screens/OTP/OTP.d.ts +8 -8
- package/build/features/password/screens/OTP/OTP.js +91 -91
- package/build/features/password/screens/OTP/OTPInput.d.ts +5 -5
- package/build/features/password/screens/OTP/OTPInput.js +49 -49
- package/build/features/password/screens/OTP/index.d.ts +3 -3
- package/build/features/password/screens/OTP/index.js +2 -2
- package/build/features/password/screens/OTP/validation.d.ts +8 -8
- package/build/features/password/screens/OTP/validation.js +4 -4
- package/build/features/password/screens/OperatorError/OperatorError.d.ts +5 -5
- package/build/features/password/screens/OperatorError/OperatorError.js +9 -9
- package/build/features/password/screens/OperatorError/index.d.ts +3 -3
- package/build/features/password/screens/OperatorError/index.js +2 -2
- package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.d.ts +4 -4
- package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.js +10 -10
- package/build/features/password/screens/PrepareDataLoading/index.d.ts +2 -2
- package/build/features/password/screens/PrepareDataLoading/index.js +2 -2
- package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +5 -5
- package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +21 -21
- package/build/features/password/screens/ResetPasswordSuccess/index.d.ts +3 -3
- package/build/features/password/screens/ResetPasswordSuccess/index.js +2 -2
- package/build/features/password/screens/Success/Success.d.ts +5 -5
- package/build/features/password/screens/Success/Success.js +26 -26
- package/build/features/password/screens/Success/index.d.ts +3 -3
- package/build/features/password/screens/Success/index.js +2 -2
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +3 -3
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +30 -30
- package/build/features/password/screens/SuccessWithFlowButtons/index.d.ts +2 -2
- package/build/features/password/screens/SuccessWithFlowButtons/index.js +2 -2
- package/build/features/password/screens/Verify/OTPInput.d.ts +7 -7
- package/build/features/password/screens/Verify/OTPInput.js +51 -51
- package/build/features/password/screens/Verify/Verify.d.ts +5 -5
- package/build/features/password/screens/Verify/Verify.js +79 -79
- package/build/features/password/screens/Verify/index.d.ts +2 -2
- package/build/features/password/screens/Verify/index.js +2 -2
- package/build/features/password/screens/Verify/validation.d.ts +8 -8
- package/build/features/password/screens/Verify/validation.js +4 -4
- package/build/features/shared/AcceptancePayouts/AcceptancePayouts.d.ts +6 -7
- package/build/features/shared/AcceptancePayouts/AcceptancePayouts.js +65 -65
- package/build/features/shared/AcceptancePayouts/index.d.ts +2 -2
- package/build/features/shared/AcceptancePayouts/index.js +2 -2
- package/build/features/shared/Address/Address.d.ts +15 -16
- package/build/features/shared/Address/Address.js +73 -73
- package/build/features/shared/Address/CountryList.d.ts +40 -72
- package/build/features/shared/Address/CountryList.js +89 -89
- package/build/features/shared/Address/InputSelect.d.ts +39 -71
- package/build/features/shared/Address/InputSelect.js +172 -172
- package/build/features/shared/Address/InputText.d.ts +12 -12
- package/build/features/shared/Address/InputText.js +12 -12
- package/build/features/shared/Address/index.d.ts +2 -2
- package/build/features/shared/Address/index.js +2 -2
- package/build/features/shared/Background/Background.d.ts +14 -14
- package/build/features/shared/Background/Background.js +35 -35
- package/build/features/shared/Background/LogoBackground.d.ts +3 -3
- package/build/features/shared/Background/LogoBackground.js +30 -42
- package/build/features/shared/Background/index.d.ts +2 -2
- package/build/features/shared/Background/index.js +2 -2
- package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.d.ts +2 -3
- package/build/features/shared/BouncingDotsLoader/BouncingDotsLoader.js +31 -31
- package/build/features/shared/BouncingDotsLoader/index.d.ts +2 -2
- package/build/features/shared/BouncingDotsLoader/index.js +2 -2
- package/build/features/shared/BusinessCountry/BusinessCountry.d.ts +14 -15
- package/build/features/shared/BusinessCountry/BusinessCountry.js +179 -179
- package/build/features/shared/BusinessCountry/index.d.ts +2 -2
- package/build/features/shared/BusinessCountry/index.js +2 -2
- package/build/features/shared/Button/Button.d.ts +13 -14
- package/build/features/shared/Button/Button.js +116 -117
- package/build/features/shared/Button/EmailProvidersButtons.d.ts +13 -14
- package/build/features/shared/Button/EmailProvidersButtons.js +76 -76
- package/build/features/shared/Button/FlowsButtons.d.ts +28 -29
- package/build/features/shared/Button/FlowsButtons.js +247 -246
- package/build/features/shared/Button/IndividualActionButtons.d.ts +21 -21
- package/build/features/shared/Button/IndividualActionButtons.js +156 -156
- package/build/features/shared/Button/MobileButton.d.ts +8 -9
- package/build/features/shared/Button/MobileButton.js +44 -44
- package/build/features/shared/Button/NafathButton.d.ts +7 -8
- package/build/features/shared/Button/NafathButton.js +55 -55
- package/build/features/shared/Button/SuccessButton.d.ts +8 -9
- package/build/features/shared/Button/SuccessButton.js +86 -86
- package/build/features/shared/Button/index.d.ts +9 -9
- package/build/features/shared/Button/index.js +9 -9
- package/build/features/shared/Calender/Calender.d.ts +13 -14
- package/build/features/shared/Calender/Calender.js +56 -56
- package/build/features/shared/Calender/index.d.ts +2 -2
- package/build/features/shared/Calender/index.js +2 -2
- package/build/features/shared/CheckIcon/CheckIcon.d.ts +7 -8
- package/build/features/shared/CheckIcon/CheckIcon.js +15 -15
- package/build/features/shared/CheckIcon/index.d.ts +2 -2
- package/build/features/shared/CheckIcon/index.js +2 -2
- package/build/features/shared/Chip/Chip.d.ts +2 -3
- package/build/features/shared/Chip/Chip.js +21 -21
- package/build/features/shared/Chip/index.d.ts +2 -2
- package/build/features/shared/Chip/index.js +2 -2
- package/build/features/shared/ClearIcon/ClearIcon.d.ts +5 -6
- package/build/features/shared/ClearIcon/ClearIcon.js +26 -26
- package/build/features/shared/ClearIcon/index.d.ts +2 -2
- package/build/features/shared/ClearIcon/index.js +2 -2
- package/build/features/shared/Containers/FeatureContainer.d.ts +9 -9
- package/build/features/shared/Containers/FeatureContainer.js +39 -39
- package/build/features/shared/Containers/ScreenContainer.d.ts +4 -4
- package/build/features/shared/Containers/ScreenContainer.js +29 -29
- package/build/features/shared/Containers/index.d.ts +3 -3
- package/build/features/shared/Containers/index.js +3 -3
- package/build/features/shared/CreateAccountLoading/CreateAccountLoading.d.ts +7 -7
- package/build/features/shared/CreateAccountLoading/CreateAccountLoading.js +58 -58
- package/build/features/shared/CreateAccountLoading/index.d.ts +2 -2
- package/build/features/shared/CreateAccountLoading/index.js +2 -2
- package/build/features/shared/DataLoading/DataLoading.d.ts +9 -9
- package/build/features/shared/DataLoading/DataLoading.js +58 -58
- package/build/features/shared/DataLoading/index.d.ts +2 -2
- package/build/features/shared/DataLoading/index.js +2 -2
- package/build/features/shared/Dialog/CloseDialog.d.ts +10 -11
- package/build/features/shared/Dialog/CloseDialog.js +71 -71
- package/build/features/shared/Dialog/DialogContainer.d.ts +8 -8
- package/build/features/shared/Dialog/DialogContainer.js +57 -57
- package/build/features/shared/Dialog/index.d.ts +4 -4
- package/build/features/shared/Dialog/index.js +4 -4
- package/build/features/shared/Dot/Dot.d.ts +7 -8
- package/build/features/shared/Dot/Dot.js +29 -29
- package/build/features/shared/Dot/index.d.ts +2 -2
- package/build/features/shared/Dot/index.js +2 -2
- package/build/features/shared/EndAdornment/EndAdornment.d.ts +9 -10
- package/build/features/shared/EndAdornment/EndAdornment.js +17 -17
- package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +6 -7
- package/build/features/shared/EndAdornment/EndAdornmentExpanded.js +13 -13
- package/build/features/shared/EndAdornment/index.d.ts +3 -3
- package/build/features/shared/EndAdornment/index.js +3 -3
- package/build/features/shared/Footer/Footer.d.ts +1 -2
- package/build/features/shared/Footer/Footer.js +29 -29
- package/build/features/shared/Footer/PoweredByFooter.d.ts +8 -9
- package/build/features/shared/Footer/PoweredByFooter.js +36 -36
- package/build/features/shared/Footer/index.d.ts +3 -3
- package/build/features/shared/Footer/index.js +3 -3
- package/build/features/shared/GenericError/GenericError.d.ts +7 -7
- package/build/features/shared/GenericError/GenericError.js +55 -55
- package/build/features/shared/GenericError/index.d.ts +2 -2
- package/build/features/shared/GenericError/index.js +2 -2
- package/build/features/shared/Input/Input.d.ts +19 -27
- package/build/features/shared/Input/Input.js +55 -55
- package/build/features/shared/Input/index.d.ts +3 -3
- package/build/features/shared/Input/index.js +2 -2
- package/build/features/shared/InputSelect/InputSelect.d.ts +3 -4
- package/build/features/shared/InputSelect/InputSelect.js +33 -33
- package/build/features/shared/InputSelect/index.d.ts +2 -2
- package/build/features/shared/InputSelect/index.js +2 -2
- package/build/features/shared/Mandatory/Mandatory.d.ts +1 -2
- package/build/features/shared/Mandatory/Mandatory.js +20 -20
- package/build/features/shared/Mandatory/index.d.ts +2 -2
- package/build/features/shared/Mandatory/index.js +2 -2
- package/build/features/shared/NafathVerification/NafathVerification.d.ts +14 -14
- package/build/features/shared/NafathVerification/NafathVerification.js +92 -92
- package/build/features/shared/NafathVerification/VerifyNafathLoading.d.ts +8 -8
- package/build/features/shared/NafathVerification/VerifyNafathLoading.js +53 -53
- package/build/features/shared/NafathVerification/VerifyNafathSuccess.d.ts +5 -5
- package/build/features/shared/NafathVerification/VerifyNafathSuccess.js +8 -8
- package/build/features/shared/NafathVerification/index.d.ts +2 -2
- package/build/features/shared/NafathVerification/index.js +2 -2
- package/build/features/shared/OTP/OTP.d.ts +11 -11
- package/build/features/shared/OTP/OTP.js +93 -93
- package/build/features/shared/OTP/index.d.ts +2 -2
- package/build/features/shared/OTP/index.js +2 -2
- package/build/features/shared/PaciVerification/PaciVerification.d.ts +12 -12
- package/build/features/shared/PaciVerification/PaciVerification.js +91 -91
- package/build/features/shared/PaciVerification/VerifyPACILoading.d.ts +7 -7
- package/build/features/shared/PaciVerification/VerifyPACILoading.js +27 -27
- package/build/features/shared/PaciVerification/VerifyPACISuccess.d.ts +5 -5
- package/build/features/shared/PaciVerification/VerifyPACISuccess.js +8 -8
- package/build/features/shared/PaciVerification/index.d.ts +2 -2
- package/build/features/shared/PaciVerification/index.js +2 -2
- package/build/features/shared/PasswordIcon/PasswordIcon.d.ts +7 -8
- package/build/features/shared/PasswordIcon/PasswordIcon.js +37 -37
- package/build/features/shared/PasswordIcon/index.d.ts +2 -2
- package/build/features/shared/PasswordIcon/index.js +2 -2
- package/build/features/shared/PushNotification/PushNotification.d.ts +11 -0
- package/build/features/shared/PushNotification/PushNotification.js +34 -0
- package/build/features/shared/PushNotification/index.d.ts +2 -0
- package/build/features/shared/PushNotification/index.js +2 -0
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +12 -13
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.js +102 -102
- package/build/features/shared/SalesChannels/SalesChannel.d.ts +14 -14
- package/build/features/shared/SalesChannels/SalesChannel.js +154 -154
- package/build/features/shared/SalesChannels/index.d.ts +2 -2
- package/build/features/shared/SalesChannels/index.js +2 -2
- package/build/features/shared/Search/Search.d.ts +7 -8
- package/build/features/shared/Search/Search.js +13 -13
- package/build/features/shared/Search/index.d.ts +2 -2
- package/build/features/shared/Search/index.js +2 -2
- package/build/features/shared/SearchIcon/SearchIcon.d.ts +5 -6
- package/build/features/shared/SearchIcon/SearchIcon.js +26 -26
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +24 -24
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +133 -133
- package/build/features/shared/SuccessFlowButtons/index.d.ts +2 -2
- package/build/features/shared/SuccessFlowButtons/index.js +2 -2
- package/build/features/shared/SuccessScreen/SuccessScreen.d.ts +16 -14
- package/build/features/shared/SuccessScreen/SuccessScreen.js +63 -63
- package/build/features/shared/SuccessScreen/index.d.ts +2 -2
- package/build/features/shared/SuccessScreen/index.js +2 -2
- package/build/features/shared/UploadFile/FileUpload.d.ts +27 -32
- package/build/features/shared/UploadFile/FileUpload.js +267 -267
- package/build/features/shared/UploadFile/UploadFile.d.ts +24 -29
- package/build/features/shared/UploadFile/UploadFile.js +91 -91
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +31 -36
- package/build/features/shared/UploadFile/UploadWrapper.js +115 -115
- package/build/features/shared/UploadFile/index.d.ts +3 -3
- package/build/features/shared/UploadFile/index.js +3 -3
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +24 -29
- package/build/features/shared/UploadMultipleFile/UploadFile.js +273 -273
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +31 -36
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.js +178 -178
- package/build/features/shared/UploadMultipleFile/index.d.ts +2 -2
- package/build/features/shared/UploadMultipleFile/index.js +2 -2
- package/build/features/signIn/SignIn.d.ts +7 -8
- package/build/features/signIn/SignIn.js +61 -61
- package/build/features/signIn/index.d.ts +1 -1
- package/build/features/signIn/index.js +1 -1
- package/build/features/signIn/screens/Email/Email.d.ts +5 -5
- package/build/features/signIn/screens/Email/Email.js +98 -98
- package/build/features/signIn/screens/Email/EmailField.d.ts +5 -5
- package/build/features/signIn/screens/Email/EmailField.js +55 -55
- package/build/features/signIn/screens/Email/index.d.ts +3 -3
- package/build/features/signIn/screens/Email/index.js +2 -2
- package/build/features/signIn/screens/Email/validation.d.ts +8 -8
- package/build/features/signIn/screens/Email/validation.js +5 -5
- package/build/features/signIn/screens/Mobile/Mobile.d.ts +5 -5
- package/build/features/signIn/screens/Mobile/Mobile.js +111 -111
- package/build/features/signIn/screens/Mobile/MobileNumber.d.ts +11 -11
- package/build/features/signIn/screens/Mobile/MobileNumber.js +152 -152
- package/build/features/signIn/screens/Mobile/index.d.ts +3 -3
- package/build/features/signIn/screens/Mobile/index.js +2 -2
- package/build/features/signIn/screens/Mobile/validation.d.ts +8 -8
- package/build/features/signIn/screens/Mobile/validation.js +36 -36
- package/build/features/signIn/screens/OTP/OTP.d.ts +5 -5
- package/build/features/signIn/screens/OTP/OTP.js +94 -94
- package/build/features/signIn/screens/OTP/OTPInput.d.ts +5 -5
- package/build/features/signIn/screens/OTP/OTPInput.js +55 -55
- package/build/features/signIn/screens/OTP/index.d.ts +3 -3
- package/build/features/signIn/screens/OTP/index.js +2 -2
- package/build/features/signIn/screens/OTP/validation.d.ts +8 -8
- package/build/features/signIn/screens/OTP/validation.js +4 -4
- package/build/features/signIn/screens/OperatorError/OperatorError.d.ts +5 -5
- package/build/features/signIn/screens/OperatorError/OperatorError.js +9 -9
- package/build/features/signIn/screens/OperatorError/index.d.ts +3 -3
- package/build/features/signIn/screens/OperatorError/index.js +2 -2
- package/build/features/signIn/screens/Password/Password.d.ts +5 -5
- package/build/features/signIn/screens/Password/Password.js +68 -68
- package/build/features/signIn/screens/Password/PasswordInput.d.ts +5 -5
- package/build/features/signIn/screens/Password/PasswordInput.js +28 -28
- package/build/features/signIn/screens/Password/index.d.ts +3 -3
- package/build/features/signIn/screens/Password/index.js +2 -2
- package/build/features/signIn/screens/Password/validation.d.ts +8 -8
- package/build/features/signIn/screens/Password/validation.js +4 -4
- package/build/features/tax/Tax.d.ts +13 -14
- package/build/features/tax/Tax.js +90 -90
- package/build/features/tax/index.d.ts +1 -1
- package/build/features/tax/index.js +1 -1
- package/build/features/tax/screens/OperatorError/OperatorError.d.ts +5 -5
- package/build/features/tax/screens/OperatorError/OperatorError.js +9 -9
- package/build/features/tax/screens/OperatorError/index.d.ts +3 -3
- package/build/features/tax/screens/OperatorError/index.js +2 -2
- package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.d.ts +4 -4
- package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.js +10 -10
- package/build/features/tax/screens/PrepareDataLoading/index.d.ts +2 -2
- package/build/features/tax/screens/PrepareDataLoading/index.js +2 -2
- package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +5 -5
- package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +21 -21
- package/build/features/tax/screens/ResetPasswordSuccess/index.d.ts +3 -3
- package/build/features/tax/screens/ResetPasswordSuccess/index.js +2 -2
- package/build/features/tax/screens/Success/Success.d.ts +5 -5
- package/build/features/tax/screens/Success/Success.js +22 -22
- package/build/features/tax/screens/Success/index.d.ts +3 -3
- package/build/features/tax/screens/Success/index.js +2 -2
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +3 -3
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +30 -30
- package/build/features/tax/screens/SuccessWithFlowButtons/index.d.ts +2 -2
- package/build/features/tax/screens/SuccessWithFlowButtons/index.js +2 -2
- package/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +5 -6
- package/build/features/tax/screens/TaxDetails/ConfirmPolicy.js +66 -66
- package/build/features/tax/screens/TaxDetails/TaxDetails.d.ts +4 -5
- package/build/features/tax/screens/TaxDetails/TaxDetails.js +81 -81
- package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +8 -9
- package/build/features/tax/screens/TaxDetails/TaxDocument.js +50 -50
- package/build/features/tax/screens/TaxDetails/VATId.d.ts +6 -7
- package/build/features/tax/screens/TaxDetails/VATId.js +42 -42
- package/build/features/tax/screens/TaxDetails/index.d.ts +3 -3
- package/build/features/tax/screens/TaxDetails/index.js +2 -2
- package/build/features/tax/screens/TaxDetails/validation.d.ts +14 -14
- package/build/features/tax/screens/TaxDetails/validation.js +8 -8
- package/build/features/tax/screens/Verify/OTPInput.d.ts +7 -7
- package/build/features/tax/screens/Verify/OTPInput.js +51 -51
- package/build/features/tax/screens/Verify/Verify.d.ts +5 -5
- package/build/features/tax/screens/Verify/Verify.js +76 -76
- package/build/features/tax/screens/Verify/index.d.ts +2 -2
- package/build/features/tax/screens/Verify/index.js +2 -2
- package/build/features/tax/screens/Verify/validation.d.ts +8 -8
- package/build/features/tax/screens/Verify/validation.js +4 -4
- package/build/features/terminal/Terminal.d.ts +13 -0
- package/build/features/terminal/Terminal.js +95 -0
- package/build/features/terminal/index.d.ts +1 -0
- package/build/features/terminal/index.js +1 -0
- package/build/features/terminal/screens/LinkNewTerminal/LinkNewTerminal.d.ts +3 -0
- package/build/features/terminal/screens/LinkNewTerminal/LinkNewTerminal.js +68 -0
- package/build/features/terminal/screens/LinkNewTerminal/index.d.ts +2 -0
- package/build/features/terminal/screens/LinkNewTerminal/index.js +2 -0
- package/build/features/terminal/screens/LinkNewTerminal/styles.d.ts +5 -0
- package/build/features/terminal/screens/LinkNewTerminal/styles.js +28 -0
- package/build/features/terminal/screens/LinkedSuccess/LinkedSuccess.d.ts +3 -0
- package/build/features/terminal/screens/LinkedSuccess/LinkedSuccess.js +51 -0
- package/build/features/terminal/screens/LinkedSuccess/index.d.ts +2 -0
- package/build/features/terminal/screens/LinkedSuccess/index.js +2 -0
- package/build/features/terminal/screens/LinkedTerminalInfo/LinkedTerminalInfo.d.ts +3 -0
- package/build/features/terminal/screens/LinkedTerminalInfo/LinkedTerminalInfo.js +50 -0
- package/build/features/terminal/screens/LinkedTerminalInfo/index.d.ts +2 -0
- package/build/features/terminal/screens/LinkedTerminalInfo/index.js +2 -0
- package/build/features/terminal/screens/Loading/Loading.d.ts +4 -0
- package/build/features/terminal/screens/Loading/Loading.js +10 -0
- package/build/features/terminal/screens/Loading/index.d.ts +2 -0
- package/build/features/terminal/screens/Loading/index.js +2 -0
- package/build/features/terminal/screens/NoTerminalDeviceLinked/NoTerminalDeviceLinked.d.ts +3 -0
- package/build/features/terminal/screens/NoTerminalDeviceLinked/NoTerminalDeviceLinked.js +56 -0
- package/build/features/terminal/screens/NoTerminalDeviceLinked/index.d.ts +2 -0
- package/build/features/terminal/screens/NoTerminalDeviceLinked/index.js +2 -0
- package/build/features/terminal/screens/NoTerminalDeviceLinked/styles.d.ts +11 -0
- package/build/features/terminal/screens/NoTerminalDeviceLinked/styles.js +34 -0
- package/build/features/terminal/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/terminal/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/terminal/screens/OperatorError/index.d.ts +2 -0
- package/build/features/terminal/screens/OperatorError/index.js +2 -0
- package/build/features/terminal/screens/ResetPasswordSuccess/ResetPasswordSuccess.d.ts +3 -0
- package/build/features/terminal/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +21 -0
- package/build/features/terminal/screens/ResetPasswordSuccess/index.d.ts +2 -0
- package/build/features/terminal/screens/ResetPasswordSuccess/index.js +2 -0
- package/build/features/terminal/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.d.ts +3 -0
- package/build/features/terminal/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +31 -0
- package/build/features/terminal/screens/SuccessWithFlowButtons/index.d.ts +2 -0
- package/build/features/terminal/screens/SuccessWithFlowButtons/index.js +2 -0
- package/build/features/terminal/screens/TerminalDeviceList/DeviceList.d.ts +9 -0
- package/build/features/terminal/screens/TerminalDeviceList/DeviceList.js +20 -0
- package/build/features/terminal/screens/TerminalDeviceList/TerminalDeviceList.d.ts +3 -0
- package/build/features/terminal/screens/TerminalDeviceList/TerminalDeviceList.js +144 -0
- package/build/features/terminal/screens/TerminalDeviceList/index.d.ts +2 -0
- package/build/features/terminal/screens/TerminalDeviceList/index.js +2 -0
- package/build/features/terminal/screens/TerminalDeviceList/styles.d.ts +4 -0
- package/build/features/terminal/screens/TerminalDeviceList/styles.js +13 -0
- package/build/features/terminal/screens/TerminalListPage/TerminalListPage.d.ts +3 -0
- package/build/features/terminal/screens/TerminalListPage/TerminalListPage.js +41 -0
- package/build/features/terminal/screens/TerminalListPage/index.d.ts +2 -0
- package/build/features/terminal/screens/TerminalListPage/index.js +2 -0
- package/build/features/terminal/screens/UnlinkedSuccess/UnlinkedSuccess.d.ts +3 -0
- package/build/features/terminal/screens/UnlinkedSuccess/UnlinkedSuccess.js +53 -0
- package/build/features/terminal/screens/UnlinkedSuccess/index.d.ts +2 -0
- package/build/features/terminal/screens/UnlinkedSuccess/index.js +2 -0
- package/build/features/terminal/screens/UnlinkedTerminalInfo/UnlinkedTerminalInfo.d.ts +3 -0
- package/build/features/terminal/screens/UnlinkedTerminalInfo/UnlinkedTerminalInfo.js +98 -0
- package/build/features/terminal/screens/UnlinkedTerminalInfo/index.d.ts +2 -0
- package/build/features/terminal/screens/UnlinkedTerminalInfo/index.js +2 -0
- package/build/features/terminal/screens/UnlinkedTerminalInfo/styles.d.ts +11 -0
- package/build/features/terminal/screens/UnlinkedTerminalInfo/styles.js +30 -0
- package/build/features/terminal/screens/Verify/OTPInput.d.ts +7 -0
- package/build/features/terminal/screens/Verify/OTPInput.js +51 -0
- package/build/features/terminal/screens/Verify/Verify.d.ts +5 -0
- package/build/features/terminal/screens/Verify/Verify.js +85 -0
- package/build/features/terminal/screens/Verify/index.d.ts +2 -0
- package/build/features/terminal/screens/Verify/index.js +2 -0
- package/build/features/terminal/screens/Verify/validation.d.ts +8 -0
- package/build/features/terminal/screens/Verify/validation.js +4 -0
- package/build/features/terminal/screens/shared/Header.d.ts +10 -0
- package/build/features/terminal/screens/shared/Header.js +30 -0
- package/build/features/terminal/screens/shared/TerminalList.d.ts +11 -0
- package/build/features/terminal/screens/shared/TerminalList.js +25 -0
- package/build/features/terminal/screens/shared/index.d.ts +5 -0
- package/build/features/terminal/screens/shared/index.js +5 -0
- package/build/features/terminal/screens/shared/styles.d.ts +55 -0
- package/build/features/terminal/screens/shared/styles.js +155 -0
- package/build/features/terminal/screens/shared/utils.d.ts +7 -0
- package/build/features/terminal/screens/shared/utils.js +24 -0
- package/build/hooks/index.d.ts +25 -25
- package/build/hooks/index.js +25 -25
- package/build/hooks/useAppConfig.d.ts +12 -12
- package/build/hooks/useAppConfig.js +68 -68
- package/build/hooks/useAppDispatch.d.ts +17 -16
- package/build/hooks/useAppDispatch.js +2 -2
- package/build/hooks/useAppSelector.d.ts +3 -3
- package/build/hooks/useAppSelector.js +2 -2
- package/build/hooks/useAppTheme.d.ts +4 -4
- package/build/hooks/useAppTheme.js +16 -16
- package/build/hooks/useContainerDimensions.d.ts +4 -4
- package/build/hooks/useContainerDimensions.js +21 -21
- package/build/hooks/useCountDown.d.ts +10 -10
- package/build/hooks/useCountDown.js +17 -17
- package/build/hooks/useCountUp.d.ts +9 -9
- package/build/hooks/useCountUp.js +17 -17
- package/build/hooks/useCountry.d.ts +5 -5
- package/build/hooks/useCountry.js +8 -8
- package/build/hooks/useDataNoneEditable.d.ts +2 -2
- package/build/hooks/useDataNoneEditable.js +19 -19
- package/build/hooks/useDataVerified.d.ts +6 -6
- package/build/hooks/useDataVerified.js +19 -19
- package/build/hooks/useErrorListener.d.ts +2 -2
- package/build/hooks/useErrorListener.js +27 -27
- package/build/hooks/useEventListener.d.ts +5 -5
- package/build/hooks/useEventListener.js +20 -20
- package/build/hooks/useExcludeReadOnlyFelids.d.ts +11 -11
- package/build/hooks/useExcludeReadOnlyFelids.js +33 -33
- package/build/hooks/useFormDirtyCheck.d.ts +10 -10
- package/build/hooks/useFormDirtyCheck.js +66 -66
- package/build/hooks/useFormErrorAndUpdateReadOnly.d.ts +6 -6
- package/build/hooks/useFormErrorAndUpdateReadOnly.js +48 -48
- package/build/hooks/useFormReadOnly.d.ts +6 -6
- package/build/hooks/useFormReadOnly.js +40 -40
- package/build/hooks/useLanguage.d.ts +4 -4
- package/build/hooks/useLanguage.js +8 -8
- package/build/hooks/useRedirectionListener.d.ts +4 -4
- package/build/hooks/useRedirectionListener.js +12 -12
- package/build/hooks/useSanitizedTranslation.d.ts +2 -2
- package/build/hooks/useSanitizedTranslation.js +15 -15
- package/build/hooks/useScreen.d.ts +3 -3
- package/build/hooks/useScreen.js +14 -14
- package/build/hooks/useSetFromDefaultValues.d.ts +2 -2
- package/build/hooks/useSetFromDefaultValues.js +26 -26
- package/build/hooks/useStepStartedListener.d.ts +1 -1
- package/build/hooks/useStepStartedListener.js +10 -10
- package/build/hooks/useThemeMode.d.ts +4 -4
- package/build/hooks/useThemeMode.js +7 -7
- package/build/hooks/useVerifyToken.d.ts +18 -18
- package/build/hooks/useVerifyToken.js +30 -30
- package/build/hooks/useWindowSize.d.ts +6 -6
- package/build/hooks/useWindowSize.js +19 -19
- package/build/i18n.d.ts +2 -2
- package/build/i18n.js +34 -34
- package/build/index.d.ts +18 -17
- package/build/index.js +34 -32
- package/build/theme/components.d.ts +2 -2
- package/build/theme/components.js +26 -26
- package/build/theme/index.d.ts +1 -1
- package/build/theme/index.js +1 -1
- package/build/theme/palette.d.ts +3 -3
- package/build/theme/palette.js +82 -70
- package/build/theme/shadows.d.ts +2 -2
- package/build/theme/shadows.js +27 -27
- package/build/theme/theme.d.ts +2 -2
- package/build/theme/theme.js +43 -43
- package/build/theme/typography.d.ts +2 -2
- package/build/theme/typography.js +35 -31
- package/build/utils/array.d.ts +79 -79
- package/build/utils/array.js +366 -366
- package/build/utils/common.d.ts +6 -6
- package/build/utils/common.js +58 -56
- package/build/utils/date.d.ts +3 -3
- package/build/utils/date.js +17 -17
- package/build/utils/device.d.ts +7 -7
- package/build/utils/device.js +32 -32
- package/build/utils/error.d.ts +3 -2
- package/build/utils/error.js +9 -6
- package/build/utils/gtm.d.ts +6 -6
- package/build/utils/gtm.js +29 -29
- package/build/utils/html.d.ts +4 -4
- package/build/utils/html.js +27 -27
- package/build/utils/index.d.ts +13 -13
- package/build/utils/index.js +13 -13
- package/build/utils/locale.d.ts +2 -2
- package/build/utils/locale.js +23 -23
- package/build/utils/object.d.ts +11 -11
- package/build/utils/object.js +69 -69
- package/build/utils/rsa.d.ts +2 -2
- package/build/utils/rsa.js +19 -19
- package/build/utils/storage.d.ts +5 -5
- package/build/utils/storage.js +21 -21
- package/build/utils/string.d.ts +80 -80
- package/build/utils/string.js +349 -346
- package/build/utils/style.d.ts +1 -1
- package/build/utils/style.js +1 -1
- package/build/utils/validation.d.ts +23 -23
- package/build/utils/validation.js +70 -70
- package/package.json +130 -134
package/build/constants/dummy.js
CHANGED
|
@@ -1,909 +1,909 @@
|
|
|
1
|
-
export var OTHER_BRAND = {
|
|
2
|
-
id: 'other',
|
|
3
|
-
code: 'other',
|
|
4
|
-
name: {
|
|
5
|
-
ar: 'other',
|
|
6
|
-
en: 'other'
|
|
7
|
-
}
|
|
8
|
-
};
|
|
9
|
-
export var EXPECTED_SALES_LIST = [
|
|
10
|
-
{
|
|
11
|
-
id: 'sales_rng_L3me8221219f4rQ28dX9v337',
|
|
12
|
-
name: {
|
|
13
|
-
ar: 'اقل من 100 ألف',
|
|
14
|
-
en: 'Less than 100,000'
|
|
15
|
-
},
|
|
16
|
-
range: {
|
|
17
|
-
from: 0,
|
|
18
|
-
to: 100000
|
|
19
|
-
},
|
|
20
|
-
sub: [
|
|
21
|
-
{
|
|
22
|
-
name: {
|
|
23
|
-
ar: 'أقل من 2.5 ألف',
|
|
24
|
-
en: 'less than 2,500'
|
|
25
|
-
},
|
|
26
|
-
range: {
|
|
27
|
-
from: 0,
|
|
28
|
-
to: 2500
|
|
29
|
-
},
|
|
30
|
-
id: 'sub_range_92EQ572212459P5u28Ol99756'
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
name: {
|
|
34
|
-
ar: '2,500 الي 5,000',
|
|
35
|
-
en: '2,500 to 5,000'
|
|
36
|
-
},
|
|
37
|
-
range: {
|
|
38
|
-
from: 2500,
|
|
39
|
-
to: 5000
|
|
40
|
-
},
|
|
41
|
-
id: 'sub_range_BfZM41221246Lknj28AN9x782'
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
name: {
|
|
45
|
-
ar: '5,000 الي 10,000',
|
|
46
|
-
en: '5,000 to 10,000'
|
|
47
|
-
},
|
|
48
|
-
range: {
|
|
49
|
-
from: 5000,
|
|
50
|
-
to: 10000
|
|
51
|
-
},
|
|
52
|
-
id: 'sub_range_DxZt2221248umu328AT9X147'
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
name: {
|
|
56
|
-
ar: '10,000 الي 25,000',
|
|
57
|
-
en: '10,000 to 25,000'
|
|
58
|
-
},
|
|
59
|
-
range: {
|
|
60
|
-
from: 10000,
|
|
61
|
-
to: 25000
|
|
62
|
-
},
|
|
63
|
-
id: 'sub_range_D14U47221248zltv28Vp9i333'
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
name: {
|
|
67
|
-
ar: '25,000 الي 50,000',
|
|
68
|
-
en: '25,000 to 50,000'
|
|
69
|
-
},
|
|
70
|
-
range: {
|
|
71
|
-
from: 25000,
|
|
72
|
-
to: 50000
|
|
73
|
-
},
|
|
74
|
-
id: 'sub_range_HTdQ8221249MIBQ28xq9e20'
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
name: {
|
|
78
|
-
ar: '50,000 الي 100,000',
|
|
79
|
-
en: '50,000 to 100,000'
|
|
80
|
-
},
|
|
81
|
-
range: {
|
|
82
|
-
from: 50000,
|
|
83
|
-
to: 100000
|
|
84
|
-
},
|
|
85
|
-
id: 'sub_range_E8nu37221249JDPW28bL9S357'
|
|
86
|
-
}
|
|
87
|
-
],
|
|
88
|
-
country_code: ['SA'],
|
|
89
|
-
is_main: true
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
id: 'sales_rng_DDx234221224TxGH28xI9F82',
|
|
93
|
-
name: {
|
|
94
|
-
ar: 'اقل من 1 مليون',
|
|
95
|
-
en: 'Less than 1,000,000'
|
|
96
|
-
},
|
|
97
|
-
range: {
|
|
98
|
-
from: 100000,
|
|
99
|
-
to: 1000000
|
|
100
|
-
},
|
|
101
|
-
sub: [
|
|
102
|
-
{
|
|
103
|
-
name: {
|
|
104
|
-
ar: '100,000 الي 250,000',
|
|
105
|
-
en: '100,000 to 250,000'
|
|
106
|
-
},
|
|
107
|
-
range: {
|
|
108
|
-
from: 100000,
|
|
109
|
-
to: 250000
|
|
110
|
-
},
|
|
111
|
-
id: 'sub_range_2bo738221420YDgJ28is9W124'
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
name: {
|
|
115
|
-
ar: '250,000 الي 500,000',
|
|
116
|
-
en: '250,000 to 500,000'
|
|
117
|
-
},
|
|
118
|
-
range: {
|
|
119
|
-
from: 250000,
|
|
120
|
-
to: 500000
|
|
121
|
-
},
|
|
122
|
-
id: 'sub_range_vKLl37221421vpb428uV95330'
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
name: {
|
|
126
|
-
ar: '500,000 الي 1,000,000',
|
|
127
|
-
en: '500,000 to 1,000,000'
|
|
128
|
-
},
|
|
129
|
-
range: {
|
|
130
|
-
from: 500000,
|
|
131
|
-
to: 1000000
|
|
132
|
-
},
|
|
133
|
-
id: 'sub_range_PrIJ12221422kNgD28sk9E692'
|
|
134
|
-
}
|
|
135
|
-
],
|
|
136
|
-
country_code: ['SA'],
|
|
137
|
-
is_main: true
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
id: 'sales_rng_5FXo34221229Obhb284h9F958',
|
|
141
|
-
name: {
|
|
142
|
-
ar: 'اقل من 10 مليون',
|
|
143
|
-
en: 'Less than 10,000,000'
|
|
144
|
-
},
|
|
145
|
-
range: {
|
|
146
|
-
from: 100000,
|
|
147
|
-
to: 10000000
|
|
148
|
-
},
|
|
149
|
-
sub: [
|
|
150
|
-
{
|
|
151
|
-
name: {
|
|
152
|
-
ar: '1,000,000 الي 2,500,000',
|
|
153
|
-
en: '1,000,000 to 2,500,000'
|
|
154
|
-
},
|
|
155
|
-
range: {
|
|
156
|
-
from: 1000000,
|
|
157
|
-
to: 2500000
|
|
158
|
-
},
|
|
159
|
-
id: 'sub_range_O6v519221431ZSAI28FI9V16'
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: {
|
|
163
|
-
ar: '2,500,000 الي 5,000,000',
|
|
164
|
-
en: '2,500,000 to 5,000,000'
|
|
165
|
-
},
|
|
166
|
-
range: {
|
|
167
|
-
from: 2500000,
|
|
168
|
-
to: 5000000
|
|
169
|
-
},
|
|
170
|
-
id: 'sub_range_azyv7221432ADPP28zN9r620'
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
name: {
|
|
174
|
-
ar: '5,000,000 الي 10,000,000',
|
|
175
|
-
en: '5,000,000 to 10,000,0000'
|
|
176
|
-
},
|
|
177
|
-
range: {
|
|
178
|
-
from: 5000000,
|
|
179
|
-
to: 10000000
|
|
180
|
-
},
|
|
181
|
-
id: 'sub_range_V74129221433Nqj328AT9C430'
|
|
182
|
-
}
|
|
183
|
-
],
|
|
184
|
-
country_code: ['SA'],
|
|
185
|
-
is_main: true
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
id: 'sales_rng_9FX13121229Obhb284h9F723',
|
|
189
|
-
name: {
|
|
190
|
-
ar: 'اقل من 100 مليون',
|
|
191
|
-
en: 'Less than 100,000,000'
|
|
192
|
-
},
|
|
193
|
-
range: {
|
|
194
|
-
from: 1000000,
|
|
195
|
-
to: 100000000
|
|
196
|
-
},
|
|
197
|
-
sub: [
|
|
198
|
-
{
|
|
199
|
-
name: {
|
|
200
|
-
ar: '10,000,000 الي 25,000,000',
|
|
201
|
-
en: '10,000,000 to 25,000,000'
|
|
202
|
-
},
|
|
203
|
-
range: {
|
|
204
|
-
from: 10000000,
|
|
205
|
-
to: 25000000
|
|
206
|
-
},
|
|
207
|
-
id: 'sub_range_vhGd55221438A0qH28Yl9Y76'
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
name: {
|
|
211
|
-
ar: '25,000,000 الي 50,000,000',
|
|
212
|
-
en: '25,000,000 to 50,000,000'
|
|
213
|
-
},
|
|
214
|
-
range: {
|
|
215
|
-
from: 25000000,
|
|
216
|
-
to: 50000000
|
|
217
|
-
},
|
|
218
|
-
id: 'sub_range_aqfz19221440yCIX283O96244'
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
name: {
|
|
222
|
-
ar: '50,000,000 الي 100,000,000',
|
|
223
|
-
en: '50,000,000 to 100,000,000'
|
|
224
|
-
},
|
|
225
|
-
range: {
|
|
226
|
-
from: 50000000,
|
|
227
|
-
to: 100000000
|
|
228
|
-
},
|
|
229
|
-
id: 'sub_range_PbOi46221440he6Z28Fv9i98'
|
|
230
|
-
}
|
|
231
|
-
],
|
|
232
|
-
country_code: ['SA'],
|
|
233
|
-
is_main: true
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
id: 'sales_rng_htNM37221234DVUJ28qj9x672',
|
|
237
|
-
name: {
|
|
238
|
-
ar: 'اكثر من 100 مليون ',
|
|
239
|
-
en: 'greater than 100,000,000'
|
|
240
|
-
},
|
|
241
|
-
range: {
|
|
242
|
-
from: 100000000,
|
|
243
|
-
to: 100000000000
|
|
244
|
-
},
|
|
245
|
-
country_code: ['SA'],
|
|
246
|
-
is_main: true
|
|
247
|
-
}
|
|
248
|
-
];
|
|
249
|
-
export var MONTHLY_INCOME_LIST = [
|
|
250
|
-
{
|
|
251
|
-
id: 'monthly_income_TvD850221616i3c730mc9Z323',
|
|
252
|
-
range: {
|
|
253
|
-
ar: 'أقل من 2500',
|
|
254
|
-
en: 'Below 2500'
|
|
255
|
-
},
|
|
256
|
-
country_code: ['SA']
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
id: 'monthly_income_7rkp53221617iYdX30rr9e753',
|
|
260
|
-
range: {
|
|
261
|
-
ar: '2,501 إلى 5,000',
|
|
262
|
-
en: '2,501 to 5,000'
|
|
263
|
-
},
|
|
264
|
-
country_code: ['SA']
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
id: 'monthly_income_HFDf11221618v3Qn30gQ9x874',
|
|
268
|
-
range: {
|
|
269
|
-
ar: '5,001 إلى 7,500',
|
|
270
|
-
en: '5,001 to 7,500'
|
|
271
|
-
},
|
|
272
|
-
country_code: ['SA']
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
id: 'monthly_income_LXg031221618APLf306B9Y622',
|
|
276
|
-
range: {
|
|
277
|
-
ar: '7,501 إلى 10,000',
|
|
278
|
-
en: '7,501 to 10,000'
|
|
279
|
-
},
|
|
280
|
-
country_code: ['SA']
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
id: 'monthly_income_6SSj52221618CUC230rI9Z881',
|
|
284
|
-
range: {
|
|
285
|
-
ar: '10,001 إلى 12,500',
|
|
286
|
-
en: '10,001 to 12,500'
|
|
287
|
-
},
|
|
288
|
-
country_code: ['SA']
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
id: 'monthly_income_JKp013221619M0PC301L9C230',
|
|
292
|
-
range: {
|
|
293
|
-
ar: '12,501 إلى 15,000',
|
|
294
|
-
en: '12,501 to 15,000'
|
|
295
|
-
},
|
|
296
|
-
country_code: ['SA']
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
id: 'monthly_income_CXXd36221619O7Ep30qD9M191',
|
|
300
|
-
range: {
|
|
301
|
-
ar: '15,001 إلى 20,000',
|
|
302
|
-
en: '15,001 to 20,000'
|
|
303
|
-
},
|
|
304
|
-
country_code: ['SA']
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
id: 'monthly_income_96EN57221619f35z30Vv9e791',
|
|
308
|
-
range: {
|
|
309
|
-
ar: '20,001 إلى 25,000',
|
|
310
|
-
en: '20,001 to 25,000'
|
|
311
|
-
},
|
|
312
|
-
country_code: ['SA']
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
id: 'monthly_income_PGCc17221620CemL30P69S583',
|
|
316
|
-
range: {
|
|
317
|
-
ar: '25,001 إلى 30,000',
|
|
318
|
-
en: '25,001 to 30,000'
|
|
319
|
-
},
|
|
320
|
-
country_code: ['SA']
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
id: 'monthly_income_saQe37221620niuh30oZ9i528',
|
|
324
|
-
range: {
|
|
325
|
-
ar: '30,001 إلى 40,000',
|
|
326
|
-
en: '30,001 to 40,000'
|
|
327
|
-
},
|
|
328
|
-
country_code: ['SA']
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
id: 'monthly_income_pNZP8221621NBrW30G791572',
|
|
332
|
-
range: {
|
|
333
|
-
ar: 'اكثر من 40,001',
|
|
334
|
-
en: '40,001 or above'
|
|
335
|
-
},
|
|
336
|
-
country_code: ['SA']
|
|
337
|
-
}
|
|
338
|
-
];
|
|
339
|
-
export var defaultCountry = {
|
|
340
|
-
created: 1577690965000,
|
|
341
|
-
updated: 1577691209000,
|
|
342
|
-
countryId: 'cou_LVzJ1311012IxZg7214',
|
|
343
|
-
name: {
|
|
344
|
-
created: 1577690965000,
|
|
345
|
-
updated: 1577691209000,
|
|
346
|
-
textId: 'txt_vSW31311012NdeM7214',
|
|
347
|
-
arabic: 'المملكة العربية السعودية',
|
|
348
|
-
english: 'Saudi Arabia',
|
|
349
|
-
french: 'Arabie saoudite',
|
|
350
|
-
spanish: 'Arabia Saudita',
|
|
351
|
-
russian: 'Саудовская Аравия',
|
|
352
|
-
chinese: '沙特阿拉伯'
|
|
353
|
-
},
|
|
354
|
-
iso2: 'SA',
|
|
355
|
-
iso3: 'SAU',
|
|
356
|
-
numeric: 682,
|
|
357
|
-
continent: 'AS',
|
|
358
|
-
capital: 'Riyadh',
|
|
359
|
-
geoNameId: '102358',
|
|
360
|
-
idd_prefix: 966,
|
|
361
|
-
logo: 'https://back-end.b-cdn.net/country/png/SA.png',
|
|
362
|
-
digits: 10,
|
|
363
|
-
supported_by_tap: true,
|
|
364
|
-
min_digits: 10,
|
|
365
|
-
max_digits: 10
|
|
366
|
-
};
|
|
367
|
-
export var SOCIAL_MEDIA_LINKS = {
|
|
368
|
-
twitter: 'https://twitter.com/gotapnow',
|
|
369
|
-
facebook: 'https://www.facebook.com/tappayments',
|
|
370
|
-
youtube: 'https://www.youtube.com/c/TapPayments',
|
|
371
|
-
linkedin: 'https://www.linkedin.com/company/tappayments/mycompany/',
|
|
372
|
-
instagram: 'https://www.instagram.com/tappayments/'
|
|
373
|
-
};
|
|
374
|
-
export var CUSTOMER_LOCATIONS = [
|
|
375
|
-
{ id: 1, title: 'Local', titleAr: 'محلي' },
|
|
376
|
-
{ id: 2, title: 'Regional', titleAr: 'إقليمي' },
|
|
377
|
-
{ id: 3, title: 'Global', titleAr: 'عالمي' }
|
|
378
|
-
];
|
|
379
|
-
export var EXPECTED_CUSTOMERS = [
|
|
380
|
-
{ id: 1, title: '0 customers', titleAr: '0 عميل' },
|
|
381
|
-
{ id: 2, title: '1,000 customers', titleAr: '1,000 عميل' },
|
|
382
|
-
{ id: 3, title: '5,000 customers', titleAr: '5,000 عميل' },
|
|
383
|
-
{ id: 4, title: '10,000 customers', titleAr: '10,000 عميل' },
|
|
384
|
-
{ id: 5, title: '50,000 customers', titleAr: '50,000 عميل' },
|
|
385
|
-
{ id: 6, title: '100,000 customers', titleAr: '100,000 عميل' },
|
|
386
|
-
{ id: 7, title: 'more than 200,000 customers', titleAr: 'اكثر من 200,000 عميل' }
|
|
387
|
-
];
|
|
388
|
-
export var EXPECTED_SALES_RANGE = [
|
|
389
|
-
{ id: 1, title: '0-500,000', titleAr: '0 إلى 500 الف' },
|
|
390
|
-
{ id: 2, title: '500,001-3M', titleAr: '500 ألف إلى 3 مليون' },
|
|
391
|
-
{ id: 3, title: '3M – 6M', titleAr: '3 مليون إلى 6 مليون' },
|
|
392
|
-
{ id: 4, title: '6M - 15M', titleAr: '6 مليون إلى 15 مليون' },
|
|
393
|
-
{ id: 5, title: '15 M- 40M', titleAr: '15 مليون إلى 40 مليون' },
|
|
394
|
-
{ id: 6, title: '40M – 200M', titleAr: '40 مليون إلى 200 مليون' },
|
|
395
|
-
{ id: 7, title: 'higher than 200M', titleAr: ' اكثر من 200 مليون' }
|
|
396
|
-
];
|
|
397
|
-
export var FL_LIST = [
|
|
398
|
-
{
|
|
399
|
-
number: '14d26e62',
|
|
400
|
-
status: 'canceled',
|
|
401
|
-
license_specialities: [
|
|
402
|
-
{
|
|
403
|
-
speciality: {
|
|
404
|
-
id: '71',
|
|
405
|
-
name: 'برمجة وتطوير المواقع الالكترونية',
|
|
406
|
-
name_en: 'Websites Programming and Developing',
|
|
407
|
-
category: {
|
|
408
|
-
id: '6',
|
|
409
|
-
name: 'تطوير تطبيقات الجوال والويب',
|
|
410
|
-
name_en: 'Web, Mobile & Software '
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
],
|
|
415
|
-
canceled_at: '2021-09-02'
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
number: '3dd7be74',
|
|
419
|
-
status: 'rejected',
|
|
420
|
-
license_specialities: [
|
|
421
|
-
{
|
|
422
|
-
speciality: {
|
|
423
|
-
id: '71',
|
|
424
|
-
name: 'برمجة وتطوير المواقع الالكترونية',
|
|
425
|
-
name_en: 'Websites Programming and Developing',
|
|
426
|
-
category: {
|
|
427
|
-
id: '6',
|
|
428
|
-
name: 'تطوير تطبيقات الجوال والويب',
|
|
429
|
-
name_en: 'Web, Mobile & Software '
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
}
|
|
433
|
-
]
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
number: '3dd7be44',
|
|
437
|
-
status: 'rejected',
|
|
438
|
-
license_specialities: [
|
|
439
|
-
{
|
|
440
|
-
speciality: {
|
|
441
|
-
id: '71',
|
|
442
|
-
name: 'برمجة وتطوير المواقع الالكترونية',
|
|
443
|
-
name_en: 'Programming and Developing',
|
|
444
|
-
category: {
|
|
445
|
-
id: '6',
|
|
446
|
-
name: 'تطوير تطبيقات الجوال والويب',
|
|
447
|
-
name_en: 'Web, Mobile & Software '
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
}
|
|
451
|
-
]
|
|
452
|
-
}
|
|
453
|
-
];
|
|
454
|
-
export var CR_LIST = [
|
|
455
|
-
{
|
|
456
|
-
crName: 'مؤسسة ناصر محمد عبدالرحمن السالم للتجارة',
|
|
457
|
-
crNumber: '1010651287',
|
|
458
|
-
crEntityNumber: '7017825428',
|
|
459
|
-
isMain: 'true',
|
|
460
|
-
businessType: {
|
|
461
|
-
id: 101,
|
|
462
|
-
name: 'مؤســـسة فـــردية'
|
|
463
|
-
},
|
|
464
|
-
relation: {
|
|
465
|
-
id: 1,
|
|
466
|
-
name: 'مالك المؤسسة'
|
|
467
|
-
}
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
crName: 'مؤسسة ناصر محمد عبدالرحمن السالم للتجارة',
|
|
471
|
-
crNumber: '2010651287',
|
|
472
|
-
crEntityNumber: '7017825428',
|
|
473
|
-
isMain: 'true',
|
|
474
|
-
businessType: {
|
|
475
|
-
id: 101,
|
|
476
|
-
name: 'مؤســـسة فـــردية'
|
|
477
|
-
},
|
|
478
|
-
relation: {
|
|
479
|
-
id: 1,
|
|
480
|
-
name: 'مالك المؤسسة'
|
|
481
|
-
}
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
crName: 'مؤسسة ناصر محمد عبدالرحمن السالم للتجارة',
|
|
485
|
-
crNumber: '3010651287',
|
|
486
|
-
crEntityNumber: '7017825428',
|
|
487
|
-
isMain: 'true',
|
|
488
|
-
businessType: {
|
|
489
|
-
id: 101,
|
|
490
|
-
name: 'مؤســـسة فـــردية'
|
|
491
|
-
},
|
|
492
|
-
relation: {
|
|
493
|
-
id: 1,
|
|
494
|
-
name: 'مالك المؤسسة'
|
|
495
|
-
}
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
crName: 'مؤسسة ناصر محمد عبدالرحمن السالم للتجارة',
|
|
499
|
-
crNumber: '1010551287',
|
|
500
|
-
crEntityNumber: '7017825428',
|
|
501
|
-
isMain: 'true',
|
|
502
|
-
businessType: {
|
|
503
|
-
id: 101,
|
|
504
|
-
name: 'مؤســـسة فـــردية'
|
|
505
|
-
},
|
|
506
|
-
relation: {
|
|
507
|
-
id: 1,
|
|
508
|
-
name: 'مالك المؤسسة'
|
|
509
|
-
}
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
crName: 'مؤسسة ناصر محمد عبدالرحمن السالم للتجارة',
|
|
513
|
-
crNumber: '3010631287',
|
|
514
|
-
crEntityNumber: '7017825428',
|
|
515
|
-
isMain: 'true',
|
|
516
|
-
businessType: {
|
|
517
|
-
id: 101,
|
|
518
|
-
name: 'مؤســـسة فـــردية'
|
|
519
|
-
},
|
|
520
|
-
relation: {
|
|
521
|
-
id: 1,
|
|
522
|
-
name: 'مالك المؤسسة'
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
];
|
|
526
|
-
export var ACTIVITIES = [
|
|
527
|
-
{
|
|
528
|
-
id: 477222,
|
|
529
|
-
name: 'نشاط 1',
|
|
530
|
-
nameEn: 'Repair and maintenance of motorways, streets, roads, other vehicular and pedestrian ways'
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
id: 477223,
|
|
534
|
-
name: 'نشاط 2',
|
|
535
|
-
nameEn: 'Repair and maintenance of water distribution stations, networks and main lines'
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
id: 477224,
|
|
539
|
-
name: 'نشاط 3',
|
|
540
|
-
nameEn: 'Repair and maintenance of sewer systems, sewage disposal plants and pumping station'
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
id: 477225,
|
|
544
|
-
name: 'نشاط 3',
|
|
545
|
-
nameEn: 'Repair and maintenance of power plants'
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
id: 477226,
|
|
549
|
-
name: 'نشاط 3',
|
|
550
|
-
nameEn: 'Demolition or wrecking of buildings and other structures'
|
|
551
|
-
}
|
|
552
|
-
];
|
|
553
|
-
export var SALES_CHANNELS = [
|
|
554
|
-
{ id: 1, title: 'Website', titleAr: 'موقع' },
|
|
555
|
-
{ id: 2, title: 'Mobile app', titleAr: 'تطبيق' },
|
|
556
|
-
{ id: 3, title: 'Physical Store', titleAr: 'متجر' },
|
|
557
|
-
{ id: 4, title: 'Social Media', titleAr: 'مواقع تواصل اجتماعي' },
|
|
558
|
-
{ id: 5, title: 'Call Center', titleAr: 'مركز اتصال' }
|
|
559
|
-
];
|
|
560
|
-
export var SOURCE_OF_INCOME = [
|
|
561
|
-
{ id: '1', titleAr: 'راتب', title: 'Salary' },
|
|
562
|
-
{ id: '2', titleAr: 'تمويل', title: 'Investment' },
|
|
563
|
-
{ id: '3', titleAr: 'ورث', title: 'Inheritance / inherit' },
|
|
564
|
-
{ id: '4', titleAr: 'اسهم', title: 'Stocks' },
|
|
565
|
-
{ id: '5', titleAr: 'تجارة', title: 'Trading' },
|
|
566
|
-
{ id: '6', titleAr: 'غير ذلك', title: 'Other' }
|
|
567
|
-
];
|
|
568
|
-
export var BRAND_LIST = [
|
|
569
|
-
{
|
|
570
|
-
id: '477222',
|
|
571
|
-
name: { ar: 'brand test user1', en: 'brand test user1' },
|
|
572
|
-
website: 'test1.com'
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
id: '477223',
|
|
576
|
-
name: { ar: 'brand test user2', en: 'brand test user2' },
|
|
577
|
-
website: 'www.test2.com'
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
id: '477224',
|
|
581
|
-
name: { ar: 'brand test user3', en: 'brand test user' },
|
|
582
|
-
website: 'www.test3.com'
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
id: '477225',
|
|
586
|
-
name: { ar: 'brand test user4', en: 'brand test user4' },
|
|
587
|
-
website: 'www.test4.com'
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
id: '477226',
|
|
591
|
-
name: { ar: 'brand test user5', en: 'brand test user5' },
|
|
592
|
-
website: 'www.test5.com'
|
|
593
|
-
}
|
|
594
|
-
];
|
|
595
|
-
export var BUSINESS_COUNTRIES = [
|
|
596
|
-
{
|
|
597
|
-
id: 1,
|
|
598
|
-
title: 'Middle East',
|
|
599
|
-
title_ar: 'الشرق الأوسط',
|
|
600
|
-
countries: [
|
|
601
|
-
{
|
|
602
|
-
id: 1,
|
|
603
|
-
label: 'sa',
|
|
604
|
-
country: {
|
|
605
|
-
id: 187,
|
|
606
|
-
name_en: 'Saudi Arabia',
|
|
607
|
-
name_ar: 'المملكة العربية السعودية',
|
|
608
|
-
iso2: 'SA',
|
|
609
|
-
iso3: 'SAU',
|
|
610
|
-
idd_prefix: '966',
|
|
611
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/SA.svg',
|
|
612
|
-
min_digits: 10,
|
|
613
|
-
max_digits: 10
|
|
614
|
-
}
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
id: 10,
|
|
618
|
-
label: 'bh',
|
|
619
|
-
country: {
|
|
620
|
-
id: 16,
|
|
621
|
-
name_en: 'Bahrain',
|
|
622
|
-
name_ar: 'البحرين',
|
|
623
|
-
iso2: 'BH',
|
|
624
|
-
iso3: 'BHR',
|
|
625
|
-
idd_prefix: '973',
|
|
626
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/BH.svg',
|
|
627
|
-
min_digits: 8,
|
|
628
|
-
max_digits: 8
|
|
629
|
-
}
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
id: 2,
|
|
633
|
-
label: 'eg',
|
|
634
|
-
country: {
|
|
635
|
-
id: 63,
|
|
636
|
-
name_en: 'Egypt',
|
|
637
|
-
name_ar: 'مصر',
|
|
638
|
-
iso2: 'EG',
|
|
639
|
-
iso3: 'EGY',
|
|
640
|
-
idd_prefix: '20',
|
|
641
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/EG.svg',
|
|
642
|
-
min_digits: 10,
|
|
643
|
-
max_digits: 10
|
|
644
|
-
}
|
|
645
|
-
},
|
|
646
|
-
{
|
|
647
|
-
id: 4,
|
|
648
|
-
label: 'jo',
|
|
649
|
-
country: {
|
|
650
|
-
id: 107,
|
|
651
|
-
name_en: 'Jordan',
|
|
652
|
-
name_ar: 'الأردن',
|
|
653
|
-
iso2: 'JO',
|
|
654
|
-
iso3: 'JOR',
|
|
655
|
-
idd_prefix: '962',
|
|
656
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/JO.svg',
|
|
657
|
-
min_digits: 9,
|
|
658
|
-
max_digits: 9
|
|
659
|
-
}
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
id: 5,
|
|
663
|
-
label: 'kw',
|
|
664
|
-
country: {
|
|
665
|
-
id: 111,
|
|
666
|
-
name_en: 'Kuwait',
|
|
667
|
-
name_ar: 'الكويت',
|
|
668
|
-
iso2: 'KW',
|
|
669
|
-
iso3: 'KWT',
|
|
670
|
-
idd_prefix: '965',
|
|
671
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/KW.svg',
|
|
672
|
-
min_digits: 8,
|
|
673
|
-
max_digits: 8
|
|
674
|
-
}
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
id: 11,
|
|
678
|
-
label: 'lb',
|
|
679
|
-
country: {
|
|
680
|
-
id: 115,
|
|
681
|
-
name_en: 'Lebanon',
|
|
682
|
-
name_ar: 'لبنان',
|
|
683
|
-
iso2: 'LB',
|
|
684
|
-
iso3: 'LBN',
|
|
685
|
-
idd_prefix: '961',
|
|
686
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/LB.svg',
|
|
687
|
-
min_digits: 7,
|
|
688
|
-
max_digits: 8
|
|
689
|
-
}
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
id: 12,
|
|
693
|
-
label: 'om',
|
|
694
|
-
country: {
|
|
695
|
-
id: 155,
|
|
696
|
-
name_en: 'Oman',
|
|
697
|
-
name_ar: 'عمان',
|
|
698
|
-
iso2: 'OM',
|
|
699
|
-
iso3: 'OMN',
|
|
700
|
-
idd_prefix: '968',
|
|
701
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/OM.svg',
|
|
702
|
-
min_digits: 7,
|
|
703
|
-
max_digits: 8
|
|
704
|
-
}
|
|
705
|
-
},
|
|
706
|
-
{
|
|
707
|
-
id: 13,
|
|
708
|
-
label: 'qa',
|
|
709
|
-
country: {
|
|
710
|
-
id: 168,
|
|
711
|
-
name_en: 'Qatar',
|
|
712
|
-
name_ar: 'قطر',
|
|
713
|
-
iso2: 'QA',
|
|
714
|
-
iso3: 'QAT',
|
|
715
|
-
idd_prefix: '974',
|
|
716
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/QA.svg',
|
|
717
|
-
min_digits: 8,
|
|
718
|
-
max_digits: 8
|
|
719
|
-
}
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
id: 14,
|
|
723
|
-
label: 'ae',
|
|
724
|
-
country: {
|
|
725
|
-
id: 223,
|
|
726
|
-
name_en: 'United Arab Emirates',
|
|
727
|
-
name_ar: 'الإمارات العربية المتحدة',
|
|
728
|
-
iso2: 'AE',
|
|
729
|
-
iso3: 'ARE',
|
|
730
|
-
idd_prefix: '971',
|
|
731
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/AE.svg',
|
|
732
|
-
min_digits: 9,
|
|
733
|
-
max_digits: 9
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
]
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
id: 2,
|
|
740
|
-
title: 'Europe',
|
|
741
|
-
title_ar: 'أوروبا',
|
|
742
|
-
countries: [
|
|
743
|
-
{
|
|
744
|
-
id: 6,
|
|
745
|
-
label: 'uk',
|
|
746
|
-
country: {
|
|
747
|
-
id: 224,
|
|
748
|
-
name_en: 'United Kingdom',
|
|
749
|
-
name_ar: 'المملكة المتحدة لبريطانيا العظمى وآيرلندا الشمالية',
|
|
750
|
-
iso2: 'GB',
|
|
751
|
-
iso3: 'GBR',
|
|
752
|
-
idd_prefix: '44',
|
|
753
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/GB.svg',
|
|
754
|
-
min_digits: 10,
|
|
755
|
-
max_digits: 10
|
|
756
|
-
}
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
id: 7,
|
|
760
|
-
label: 'ir',
|
|
761
|
-
country: {
|
|
762
|
-
id: 101,
|
|
763
|
-
name_en: 'Ireland',
|
|
764
|
-
name_ar: 'آيرلندا',
|
|
765
|
-
iso2: 'IE',
|
|
766
|
-
iso3: 'IRL',
|
|
767
|
-
idd_prefix: '353',
|
|
768
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/IE.svg',
|
|
769
|
-
min_digits: 10,
|
|
770
|
-
max_digits: 10
|
|
771
|
-
}
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
id: 17,
|
|
775
|
-
label: 'fr',
|
|
776
|
-
country: {
|
|
777
|
-
id: 73,
|
|
778
|
-
name_en: 'France',
|
|
779
|
-
name_ar: 'فرنسا',
|
|
780
|
-
iso2: 'FR',
|
|
781
|
-
iso3: 'FRA',
|
|
782
|
-
idd_prefix: '33',
|
|
783
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/FR.svg',
|
|
784
|
-
min_digits: 9,
|
|
785
|
-
max_digits: 9
|
|
786
|
-
}
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
id: 18,
|
|
790
|
-
label: 'nt',
|
|
791
|
-
country: {
|
|
792
|
-
id: 145,
|
|
793
|
-
name_en: 'Netherlands',
|
|
794
|
-
name_ar: 'هولندا',
|
|
795
|
-
iso2: 'NL',
|
|
796
|
-
iso3: 'NLD',
|
|
797
|
-
idd_prefix: '31',
|
|
798
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/NL.svg',
|
|
799
|
-
min_digits: 9,
|
|
800
|
-
max_digits: 9
|
|
801
|
-
}
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
id: 19,
|
|
805
|
-
label: 'gm',
|
|
806
|
-
country: {
|
|
807
|
-
id: 79,
|
|
808
|
-
name_en: 'Germany',
|
|
809
|
-
name_ar: 'ألمانيا',
|
|
810
|
-
iso2: 'DE',
|
|
811
|
-
iso3: 'DEU',
|
|
812
|
-
idd_prefix: '49',
|
|
813
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/DE.svg',
|
|
814
|
-
min_digits: 11,
|
|
815
|
-
max_digits: 11
|
|
816
|
-
}
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
id: 20,
|
|
820
|
-
label: 'sp',
|
|
821
|
-
country: {
|
|
822
|
-
id: 199,
|
|
823
|
-
name_en: 'Spain',
|
|
824
|
-
name_ar: 'إسبانيا',
|
|
825
|
-
iso2: 'ES',
|
|
826
|
-
iso3: 'ESP',
|
|
827
|
-
idd_prefix: '34',
|
|
828
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/ES.svg',
|
|
829
|
-
min_digits: 9,
|
|
830
|
-
max_digits: 9
|
|
831
|
-
}
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
id: 21,
|
|
835
|
-
label: 'it',
|
|
836
|
-
country: {
|
|
837
|
-
id: 103,
|
|
838
|
-
name_en: 'Italy',
|
|
839
|
-
name_ar: 'إيطاليا',
|
|
840
|
-
iso2: 'IT',
|
|
841
|
-
iso3: 'ITA',
|
|
842
|
-
idd_prefix: '39',
|
|
843
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/IT.svg',
|
|
844
|
-
min_digits: 11,
|
|
845
|
-
max_digits: 11
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
]
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
id: 6,
|
|
852
|
-
title: 'South Asia',
|
|
853
|
-
title_ar: 'جنوب آسيا',
|
|
854
|
-
countries: [
|
|
855
|
-
{
|
|
856
|
-
id: 15,
|
|
857
|
-
label: 'pk',
|
|
858
|
-
country: {
|
|
859
|
-
id: 156,
|
|
860
|
-
name_en: 'Pakistan',
|
|
861
|
-
name_ar: 'باكستان',
|
|
862
|
-
iso2: 'PK',
|
|
863
|
-
iso3: 'PAK',
|
|
864
|
-
idd_prefix: '92',
|
|
865
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/PK.svg',
|
|
866
|
-
min_digits: 10,
|
|
867
|
-
max_digits: 10
|
|
868
|
-
}
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
id: 16,
|
|
872
|
-
label: 'in',
|
|
873
|
-
country: {
|
|
874
|
-
id: 97,
|
|
875
|
-
name_en: 'India',
|
|
876
|
-
name_ar: 'الهند',
|
|
877
|
-
iso2: 'IN',
|
|
878
|
-
iso3: 'IND',
|
|
879
|
-
idd_prefix: '91',
|
|
880
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/IN.svg',
|
|
881
|
-
min_digits: 10,
|
|
882
|
-
max_digits: 10
|
|
883
|
-
}
|
|
884
|
-
}
|
|
885
|
-
]
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
id: 5,
|
|
889
|
-
title: 'South East Asia',
|
|
890
|
-
title_ar: 'جنوب شرق آسيا',
|
|
891
|
-
countries: [
|
|
892
|
-
{
|
|
893
|
-
id: 9,
|
|
894
|
-
label: 'sg',
|
|
895
|
-
country: {
|
|
896
|
-
id: 192,
|
|
897
|
-
name_en: 'Singapore',
|
|
898
|
-
name_ar: 'سنغافورة',
|
|
899
|
-
iso2: 'SG',
|
|
900
|
-
iso3: 'SGP',
|
|
901
|
-
idd_prefix: '65',
|
|
902
|
-
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/SG.svg',
|
|
903
|
-
min_digits: 8,
|
|
904
|
-
max_digits: 8
|
|
905
|
-
}
|
|
906
|
-
}
|
|
907
|
-
]
|
|
908
|
-
}
|
|
909
|
-
];
|
|
1
|
+
export var OTHER_BRAND = {
|
|
2
|
+
id: 'other',
|
|
3
|
+
code: 'other',
|
|
4
|
+
name: {
|
|
5
|
+
ar: 'other',
|
|
6
|
+
en: 'other'
|
|
7
|
+
}
|
|
8
|
+
};
|
|
9
|
+
export var EXPECTED_SALES_LIST = [
|
|
10
|
+
{
|
|
11
|
+
id: 'sales_rng_L3me8221219f4rQ28dX9v337',
|
|
12
|
+
name: {
|
|
13
|
+
ar: 'اقل من 100 ألف',
|
|
14
|
+
en: 'Less than 100,000'
|
|
15
|
+
},
|
|
16
|
+
range: {
|
|
17
|
+
from: 0,
|
|
18
|
+
to: 100000
|
|
19
|
+
},
|
|
20
|
+
sub: [
|
|
21
|
+
{
|
|
22
|
+
name: {
|
|
23
|
+
ar: 'أقل من 2.5 ألف',
|
|
24
|
+
en: 'less than 2,500'
|
|
25
|
+
},
|
|
26
|
+
range: {
|
|
27
|
+
from: 0,
|
|
28
|
+
to: 2500
|
|
29
|
+
},
|
|
30
|
+
id: 'sub_range_92EQ572212459P5u28Ol99756'
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: {
|
|
34
|
+
ar: '2,500 الي 5,000',
|
|
35
|
+
en: '2,500 to 5,000'
|
|
36
|
+
},
|
|
37
|
+
range: {
|
|
38
|
+
from: 2500,
|
|
39
|
+
to: 5000
|
|
40
|
+
},
|
|
41
|
+
id: 'sub_range_BfZM41221246Lknj28AN9x782'
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: {
|
|
45
|
+
ar: '5,000 الي 10,000',
|
|
46
|
+
en: '5,000 to 10,000'
|
|
47
|
+
},
|
|
48
|
+
range: {
|
|
49
|
+
from: 5000,
|
|
50
|
+
to: 10000
|
|
51
|
+
},
|
|
52
|
+
id: 'sub_range_DxZt2221248umu328AT9X147'
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
name: {
|
|
56
|
+
ar: '10,000 الي 25,000',
|
|
57
|
+
en: '10,000 to 25,000'
|
|
58
|
+
},
|
|
59
|
+
range: {
|
|
60
|
+
from: 10000,
|
|
61
|
+
to: 25000
|
|
62
|
+
},
|
|
63
|
+
id: 'sub_range_D14U47221248zltv28Vp9i333'
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
name: {
|
|
67
|
+
ar: '25,000 الي 50,000',
|
|
68
|
+
en: '25,000 to 50,000'
|
|
69
|
+
},
|
|
70
|
+
range: {
|
|
71
|
+
from: 25000,
|
|
72
|
+
to: 50000
|
|
73
|
+
},
|
|
74
|
+
id: 'sub_range_HTdQ8221249MIBQ28xq9e20'
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
name: {
|
|
78
|
+
ar: '50,000 الي 100,000',
|
|
79
|
+
en: '50,000 to 100,000'
|
|
80
|
+
},
|
|
81
|
+
range: {
|
|
82
|
+
from: 50000,
|
|
83
|
+
to: 100000
|
|
84
|
+
},
|
|
85
|
+
id: 'sub_range_E8nu37221249JDPW28bL9S357'
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
country_code: ['SA'],
|
|
89
|
+
is_main: true
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
id: 'sales_rng_DDx234221224TxGH28xI9F82',
|
|
93
|
+
name: {
|
|
94
|
+
ar: 'اقل من 1 مليون',
|
|
95
|
+
en: 'Less than 1,000,000'
|
|
96
|
+
},
|
|
97
|
+
range: {
|
|
98
|
+
from: 100000,
|
|
99
|
+
to: 1000000
|
|
100
|
+
},
|
|
101
|
+
sub: [
|
|
102
|
+
{
|
|
103
|
+
name: {
|
|
104
|
+
ar: '100,000 الي 250,000',
|
|
105
|
+
en: '100,000 to 250,000'
|
|
106
|
+
},
|
|
107
|
+
range: {
|
|
108
|
+
from: 100000,
|
|
109
|
+
to: 250000
|
|
110
|
+
},
|
|
111
|
+
id: 'sub_range_2bo738221420YDgJ28is9W124'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
name: {
|
|
115
|
+
ar: '250,000 الي 500,000',
|
|
116
|
+
en: '250,000 to 500,000'
|
|
117
|
+
},
|
|
118
|
+
range: {
|
|
119
|
+
from: 250000,
|
|
120
|
+
to: 500000
|
|
121
|
+
},
|
|
122
|
+
id: 'sub_range_vKLl37221421vpb428uV95330'
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
name: {
|
|
126
|
+
ar: '500,000 الي 1,000,000',
|
|
127
|
+
en: '500,000 to 1,000,000'
|
|
128
|
+
},
|
|
129
|
+
range: {
|
|
130
|
+
from: 500000,
|
|
131
|
+
to: 1000000
|
|
132
|
+
},
|
|
133
|
+
id: 'sub_range_PrIJ12221422kNgD28sk9E692'
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
country_code: ['SA'],
|
|
137
|
+
is_main: true
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
id: 'sales_rng_5FXo34221229Obhb284h9F958',
|
|
141
|
+
name: {
|
|
142
|
+
ar: 'اقل من 10 مليون',
|
|
143
|
+
en: 'Less than 10,000,000'
|
|
144
|
+
},
|
|
145
|
+
range: {
|
|
146
|
+
from: 100000,
|
|
147
|
+
to: 10000000
|
|
148
|
+
},
|
|
149
|
+
sub: [
|
|
150
|
+
{
|
|
151
|
+
name: {
|
|
152
|
+
ar: '1,000,000 الي 2,500,000',
|
|
153
|
+
en: '1,000,000 to 2,500,000'
|
|
154
|
+
},
|
|
155
|
+
range: {
|
|
156
|
+
from: 1000000,
|
|
157
|
+
to: 2500000
|
|
158
|
+
},
|
|
159
|
+
id: 'sub_range_O6v519221431ZSAI28FI9V16'
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
name: {
|
|
163
|
+
ar: '2,500,000 الي 5,000,000',
|
|
164
|
+
en: '2,500,000 to 5,000,000'
|
|
165
|
+
},
|
|
166
|
+
range: {
|
|
167
|
+
from: 2500000,
|
|
168
|
+
to: 5000000
|
|
169
|
+
},
|
|
170
|
+
id: 'sub_range_azyv7221432ADPP28zN9r620'
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: {
|
|
174
|
+
ar: '5,000,000 الي 10,000,000',
|
|
175
|
+
en: '5,000,000 to 10,000,0000'
|
|
176
|
+
},
|
|
177
|
+
range: {
|
|
178
|
+
from: 5000000,
|
|
179
|
+
to: 10000000
|
|
180
|
+
},
|
|
181
|
+
id: 'sub_range_V74129221433Nqj328AT9C430'
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
country_code: ['SA'],
|
|
185
|
+
is_main: true
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
id: 'sales_rng_9FX13121229Obhb284h9F723',
|
|
189
|
+
name: {
|
|
190
|
+
ar: 'اقل من 100 مليون',
|
|
191
|
+
en: 'Less than 100,000,000'
|
|
192
|
+
},
|
|
193
|
+
range: {
|
|
194
|
+
from: 1000000,
|
|
195
|
+
to: 100000000
|
|
196
|
+
},
|
|
197
|
+
sub: [
|
|
198
|
+
{
|
|
199
|
+
name: {
|
|
200
|
+
ar: '10,000,000 الي 25,000,000',
|
|
201
|
+
en: '10,000,000 to 25,000,000'
|
|
202
|
+
},
|
|
203
|
+
range: {
|
|
204
|
+
from: 10000000,
|
|
205
|
+
to: 25000000
|
|
206
|
+
},
|
|
207
|
+
id: 'sub_range_vhGd55221438A0qH28Yl9Y76'
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
name: {
|
|
211
|
+
ar: '25,000,000 الي 50,000,000',
|
|
212
|
+
en: '25,000,000 to 50,000,000'
|
|
213
|
+
},
|
|
214
|
+
range: {
|
|
215
|
+
from: 25000000,
|
|
216
|
+
to: 50000000
|
|
217
|
+
},
|
|
218
|
+
id: 'sub_range_aqfz19221440yCIX283O96244'
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
name: {
|
|
222
|
+
ar: '50,000,000 الي 100,000,000',
|
|
223
|
+
en: '50,000,000 to 100,000,000'
|
|
224
|
+
},
|
|
225
|
+
range: {
|
|
226
|
+
from: 50000000,
|
|
227
|
+
to: 100000000
|
|
228
|
+
},
|
|
229
|
+
id: 'sub_range_PbOi46221440he6Z28Fv9i98'
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
country_code: ['SA'],
|
|
233
|
+
is_main: true
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
id: 'sales_rng_htNM37221234DVUJ28qj9x672',
|
|
237
|
+
name: {
|
|
238
|
+
ar: 'اكثر من 100 مليون ',
|
|
239
|
+
en: 'greater than 100,000,000'
|
|
240
|
+
},
|
|
241
|
+
range: {
|
|
242
|
+
from: 100000000,
|
|
243
|
+
to: 100000000000
|
|
244
|
+
},
|
|
245
|
+
country_code: ['SA'],
|
|
246
|
+
is_main: true
|
|
247
|
+
}
|
|
248
|
+
];
|
|
249
|
+
export var MONTHLY_INCOME_LIST = [
|
|
250
|
+
{
|
|
251
|
+
id: 'monthly_income_TvD850221616i3c730mc9Z323',
|
|
252
|
+
range: {
|
|
253
|
+
ar: 'أقل من 2500',
|
|
254
|
+
en: 'Below 2500'
|
|
255
|
+
},
|
|
256
|
+
country_code: ['SA']
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
id: 'monthly_income_7rkp53221617iYdX30rr9e753',
|
|
260
|
+
range: {
|
|
261
|
+
ar: '2,501 إلى 5,000',
|
|
262
|
+
en: '2,501 to 5,000'
|
|
263
|
+
},
|
|
264
|
+
country_code: ['SA']
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
id: 'monthly_income_HFDf11221618v3Qn30gQ9x874',
|
|
268
|
+
range: {
|
|
269
|
+
ar: '5,001 إلى 7,500',
|
|
270
|
+
en: '5,001 to 7,500'
|
|
271
|
+
},
|
|
272
|
+
country_code: ['SA']
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
id: 'monthly_income_LXg031221618APLf306B9Y622',
|
|
276
|
+
range: {
|
|
277
|
+
ar: '7,501 إلى 10,000',
|
|
278
|
+
en: '7,501 to 10,000'
|
|
279
|
+
},
|
|
280
|
+
country_code: ['SA']
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
id: 'monthly_income_6SSj52221618CUC230rI9Z881',
|
|
284
|
+
range: {
|
|
285
|
+
ar: '10,001 إلى 12,500',
|
|
286
|
+
en: '10,001 to 12,500'
|
|
287
|
+
},
|
|
288
|
+
country_code: ['SA']
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
id: 'monthly_income_JKp013221619M0PC301L9C230',
|
|
292
|
+
range: {
|
|
293
|
+
ar: '12,501 إلى 15,000',
|
|
294
|
+
en: '12,501 to 15,000'
|
|
295
|
+
},
|
|
296
|
+
country_code: ['SA']
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
id: 'monthly_income_CXXd36221619O7Ep30qD9M191',
|
|
300
|
+
range: {
|
|
301
|
+
ar: '15,001 إلى 20,000',
|
|
302
|
+
en: '15,001 to 20,000'
|
|
303
|
+
},
|
|
304
|
+
country_code: ['SA']
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
id: 'monthly_income_96EN57221619f35z30Vv9e791',
|
|
308
|
+
range: {
|
|
309
|
+
ar: '20,001 إلى 25,000',
|
|
310
|
+
en: '20,001 to 25,000'
|
|
311
|
+
},
|
|
312
|
+
country_code: ['SA']
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
id: 'monthly_income_PGCc17221620CemL30P69S583',
|
|
316
|
+
range: {
|
|
317
|
+
ar: '25,001 إلى 30,000',
|
|
318
|
+
en: '25,001 to 30,000'
|
|
319
|
+
},
|
|
320
|
+
country_code: ['SA']
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
id: 'monthly_income_saQe37221620niuh30oZ9i528',
|
|
324
|
+
range: {
|
|
325
|
+
ar: '30,001 إلى 40,000',
|
|
326
|
+
en: '30,001 to 40,000'
|
|
327
|
+
},
|
|
328
|
+
country_code: ['SA']
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
id: 'monthly_income_pNZP8221621NBrW30G791572',
|
|
332
|
+
range: {
|
|
333
|
+
ar: 'اكثر من 40,001',
|
|
334
|
+
en: '40,001 or above'
|
|
335
|
+
},
|
|
336
|
+
country_code: ['SA']
|
|
337
|
+
}
|
|
338
|
+
];
|
|
339
|
+
export var defaultCountry = {
|
|
340
|
+
created: 1577690965000,
|
|
341
|
+
updated: 1577691209000,
|
|
342
|
+
countryId: 'cou_LVzJ1311012IxZg7214',
|
|
343
|
+
name: {
|
|
344
|
+
created: 1577690965000,
|
|
345
|
+
updated: 1577691209000,
|
|
346
|
+
textId: 'txt_vSW31311012NdeM7214',
|
|
347
|
+
arabic: 'المملكة العربية السعودية',
|
|
348
|
+
english: 'Saudi Arabia',
|
|
349
|
+
french: 'Arabie saoudite',
|
|
350
|
+
spanish: 'Arabia Saudita',
|
|
351
|
+
russian: 'Саудовская Аравия',
|
|
352
|
+
chinese: '沙特阿拉伯'
|
|
353
|
+
},
|
|
354
|
+
iso2: 'SA',
|
|
355
|
+
iso3: 'SAU',
|
|
356
|
+
numeric: 682,
|
|
357
|
+
continent: 'AS',
|
|
358
|
+
capital: 'Riyadh',
|
|
359
|
+
geoNameId: '102358',
|
|
360
|
+
idd_prefix: 966,
|
|
361
|
+
logo: 'https://back-end.b-cdn.net/country/png/SA.png',
|
|
362
|
+
digits: 10,
|
|
363
|
+
supported_by_tap: true,
|
|
364
|
+
min_digits: 10,
|
|
365
|
+
max_digits: 10
|
|
366
|
+
};
|
|
367
|
+
export var SOCIAL_MEDIA_LINKS = {
|
|
368
|
+
twitter: 'https://twitter.com/gotapnow',
|
|
369
|
+
facebook: 'https://www.facebook.com/tappayments',
|
|
370
|
+
youtube: 'https://www.youtube.com/c/TapPayments',
|
|
371
|
+
linkedin: 'https://www.linkedin.com/company/tappayments/mycompany/',
|
|
372
|
+
instagram: 'https://www.instagram.com/tappayments/'
|
|
373
|
+
};
|
|
374
|
+
export var CUSTOMER_LOCATIONS = [
|
|
375
|
+
{ id: 1, title: 'Local', titleAr: 'محلي' },
|
|
376
|
+
{ id: 2, title: 'Regional', titleAr: 'إقليمي' },
|
|
377
|
+
{ id: 3, title: 'Global', titleAr: 'عالمي' }
|
|
378
|
+
];
|
|
379
|
+
export var EXPECTED_CUSTOMERS = [
|
|
380
|
+
{ id: 1, title: '0 customers', titleAr: '0 عميل' },
|
|
381
|
+
{ id: 2, title: '1,000 customers', titleAr: '1,000 عميل' },
|
|
382
|
+
{ id: 3, title: '5,000 customers', titleAr: '5,000 عميل' },
|
|
383
|
+
{ id: 4, title: '10,000 customers', titleAr: '10,000 عميل' },
|
|
384
|
+
{ id: 5, title: '50,000 customers', titleAr: '50,000 عميل' },
|
|
385
|
+
{ id: 6, title: '100,000 customers', titleAr: '100,000 عميل' },
|
|
386
|
+
{ id: 7, title: 'more than 200,000 customers', titleAr: 'اكثر من 200,000 عميل' }
|
|
387
|
+
];
|
|
388
|
+
export var EXPECTED_SALES_RANGE = [
|
|
389
|
+
{ id: 1, title: '0-500,000', titleAr: '0 إلى 500 الف' },
|
|
390
|
+
{ id: 2, title: '500,001-3M', titleAr: '500 ألف إلى 3 مليون' },
|
|
391
|
+
{ id: 3, title: '3M – 6M', titleAr: '3 مليون إلى 6 مليون' },
|
|
392
|
+
{ id: 4, title: '6M - 15M', titleAr: '6 مليون إلى 15 مليون' },
|
|
393
|
+
{ id: 5, title: '15 M- 40M', titleAr: '15 مليون إلى 40 مليون' },
|
|
394
|
+
{ id: 6, title: '40M – 200M', titleAr: '40 مليون إلى 200 مليون' },
|
|
395
|
+
{ id: 7, title: 'higher than 200M', titleAr: ' اكثر من 200 مليون' }
|
|
396
|
+
];
|
|
397
|
+
export var FL_LIST = [
|
|
398
|
+
{
|
|
399
|
+
number: '14d26e62',
|
|
400
|
+
status: 'canceled',
|
|
401
|
+
license_specialities: [
|
|
402
|
+
{
|
|
403
|
+
speciality: {
|
|
404
|
+
id: '71',
|
|
405
|
+
name: 'برمجة وتطوير المواقع الالكترونية',
|
|
406
|
+
name_en: 'Websites Programming and Developing',
|
|
407
|
+
category: {
|
|
408
|
+
id: '6',
|
|
409
|
+
name: 'تطوير تطبيقات الجوال والويب',
|
|
410
|
+
name_en: 'Web, Mobile & Software '
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
],
|
|
415
|
+
canceled_at: '2021-09-02'
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
number: '3dd7be74',
|
|
419
|
+
status: 'rejected',
|
|
420
|
+
license_specialities: [
|
|
421
|
+
{
|
|
422
|
+
speciality: {
|
|
423
|
+
id: '71',
|
|
424
|
+
name: 'برمجة وتطوير المواقع الالكترونية',
|
|
425
|
+
name_en: 'Websites Programming and Developing',
|
|
426
|
+
category: {
|
|
427
|
+
id: '6',
|
|
428
|
+
name: 'تطوير تطبيقات الجوال والويب',
|
|
429
|
+
name_en: 'Web, Mobile & Software '
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
]
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
number: '3dd7be44',
|
|
437
|
+
status: 'rejected',
|
|
438
|
+
license_specialities: [
|
|
439
|
+
{
|
|
440
|
+
speciality: {
|
|
441
|
+
id: '71',
|
|
442
|
+
name: 'برمجة وتطوير المواقع الالكترونية',
|
|
443
|
+
name_en: 'Programming and Developing',
|
|
444
|
+
category: {
|
|
445
|
+
id: '6',
|
|
446
|
+
name: 'تطوير تطبيقات الجوال والويب',
|
|
447
|
+
name_en: 'Web, Mobile & Software '
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
]
|
|
452
|
+
}
|
|
453
|
+
];
|
|
454
|
+
export var CR_LIST = [
|
|
455
|
+
{
|
|
456
|
+
crName: 'مؤسسة ناصر محمد عبدالرحمن السالم للتجارة',
|
|
457
|
+
crNumber: '1010651287',
|
|
458
|
+
crEntityNumber: '7017825428',
|
|
459
|
+
isMain: 'true',
|
|
460
|
+
businessType: {
|
|
461
|
+
id: 101,
|
|
462
|
+
name: 'مؤســـسة فـــردية'
|
|
463
|
+
},
|
|
464
|
+
relation: {
|
|
465
|
+
id: 1,
|
|
466
|
+
name: 'مالك المؤسسة'
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
crName: 'مؤسسة ناصر محمد عبدالرحمن السالم للتجارة',
|
|
471
|
+
crNumber: '2010651287',
|
|
472
|
+
crEntityNumber: '7017825428',
|
|
473
|
+
isMain: 'true',
|
|
474
|
+
businessType: {
|
|
475
|
+
id: 101,
|
|
476
|
+
name: 'مؤســـسة فـــردية'
|
|
477
|
+
},
|
|
478
|
+
relation: {
|
|
479
|
+
id: 1,
|
|
480
|
+
name: 'مالك المؤسسة'
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
crName: 'مؤسسة ناصر محمد عبدالرحمن السالم للتجارة',
|
|
485
|
+
crNumber: '3010651287',
|
|
486
|
+
crEntityNumber: '7017825428',
|
|
487
|
+
isMain: 'true',
|
|
488
|
+
businessType: {
|
|
489
|
+
id: 101,
|
|
490
|
+
name: 'مؤســـسة فـــردية'
|
|
491
|
+
},
|
|
492
|
+
relation: {
|
|
493
|
+
id: 1,
|
|
494
|
+
name: 'مالك المؤسسة'
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
crName: 'مؤسسة ناصر محمد عبدالرحمن السالم للتجارة',
|
|
499
|
+
crNumber: '1010551287',
|
|
500
|
+
crEntityNumber: '7017825428',
|
|
501
|
+
isMain: 'true',
|
|
502
|
+
businessType: {
|
|
503
|
+
id: 101,
|
|
504
|
+
name: 'مؤســـسة فـــردية'
|
|
505
|
+
},
|
|
506
|
+
relation: {
|
|
507
|
+
id: 1,
|
|
508
|
+
name: 'مالك المؤسسة'
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
crName: 'مؤسسة ناصر محمد عبدالرحمن السالم للتجارة',
|
|
513
|
+
crNumber: '3010631287',
|
|
514
|
+
crEntityNumber: '7017825428',
|
|
515
|
+
isMain: 'true',
|
|
516
|
+
businessType: {
|
|
517
|
+
id: 101,
|
|
518
|
+
name: 'مؤســـسة فـــردية'
|
|
519
|
+
},
|
|
520
|
+
relation: {
|
|
521
|
+
id: 1,
|
|
522
|
+
name: 'مالك المؤسسة'
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
];
|
|
526
|
+
export var ACTIVITIES = [
|
|
527
|
+
{
|
|
528
|
+
id: 477222,
|
|
529
|
+
name: 'نشاط 1',
|
|
530
|
+
nameEn: 'Repair and maintenance of motorways, streets, roads, other vehicular and pedestrian ways'
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
id: 477223,
|
|
534
|
+
name: 'نشاط 2',
|
|
535
|
+
nameEn: 'Repair and maintenance of water distribution stations, networks and main lines'
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
id: 477224,
|
|
539
|
+
name: 'نشاط 3',
|
|
540
|
+
nameEn: 'Repair and maintenance of sewer systems, sewage disposal plants and pumping station'
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
id: 477225,
|
|
544
|
+
name: 'نشاط 3',
|
|
545
|
+
nameEn: 'Repair and maintenance of power plants'
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
id: 477226,
|
|
549
|
+
name: 'نشاط 3',
|
|
550
|
+
nameEn: 'Demolition or wrecking of buildings and other structures'
|
|
551
|
+
}
|
|
552
|
+
];
|
|
553
|
+
export var SALES_CHANNELS = [
|
|
554
|
+
{ id: 1, title: 'Website', titleAr: 'موقع' },
|
|
555
|
+
{ id: 2, title: 'Mobile app', titleAr: 'تطبيق' },
|
|
556
|
+
{ id: 3, title: 'Physical Store', titleAr: 'متجر' },
|
|
557
|
+
{ id: 4, title: 'Social Media', titleAr: 'مواقع تواصل اجتماعي' },
|
|
558
|
+
{ id: 5, title: 'Call Center', titleAr: 'مركز اتصال' }
|
|
559
|
+
];
|
|
560
|
+
export var SOURCE_OF_INCOME = [
|
|
561
|
+
{ id: '1', titleAr: 'راتب', title: 'Salary' },
|
|
562
|
+
{ id: '2', titleAr: 'تمويل', title: 'Investment' },
|
|
563
|
+
{ id: '3', titleAr: 'ورث', title: 'Inheritance / inherit' },
|
|
564
|
+
{ id: '4', titleAr: 'اسهم', title: 'Stocks' },
|
|
565
|
+
{ id: '5', titleAr: 'تجارة', title: 'Trading' },
|
|
566
|
+
{ id: '6', titleAr: 'غير ذلك', title: 'Other' }
|
|
567
|
+
];
|
|
568
|
+
export var BRAND_LIST = [
|
|
569
|
+
{
|
|
570
|
+
id: '477222',
|
|
571
|
+
name: { ar: 'brand test user1', en: 'brand test user1' },
|
|
572
|
+
website: 'test1.com'
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
id: '477223',
|
|
576
|
+
name: { ar: 'brand test user2', en: 'brand test user2' },
|
|
577
|
+
website: 'www.test2.com'
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
id: '477224',
|
|
581
|
+
name: { ar: 'brand test user3', en: 'brand test user' },
|
|
582
|
+
website: 'www.test3.com'
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
id: '477225',
|
|
586
|
+
name: { ar: 'brand test user4', en: 'brand test user4' },
|
|
587
|
+
website: 'www.test4.com'
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
id: '477226',
|
|
591
|
+
name: { ar: 'brand test user5', en: 'brand test user5' },
|
|
592
|
+
website: 'www.test5.com'
|
|
593
|
+
}
|
|
594
|
+
];
|
|
595
|
+
export var BUSINESS_COUNTRIES = [
|
|
596
|
+
{
|
|
597
|
+
id: 1,
|
|
598
|
+
title: 'Middle East',
|
|
599
|
+
title_ar: 'الشرق الأوسط',
|
|
600
|
+
countries: [
|
|
601
|
+
{
|
|
602
|
+
id: 1,
|
|
603
|
+
label: 'sa',
|
|
604
|
+
country: {
|
|
605
|
+
id: 187,
|
|
606
|
+
name_en: 'Saudi Arabia',
|
|
607
|
+
name_ar: 'المملكة العربية السعودية',
|
|
608
|
+
iso2: 'SA',
|
|
609
|
+
iso3: 'SAU',
|
|
610
|
+
idd_prefix: '966',
|
|
611
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/SA.svg',
|
|
612
|
+
min_digits: 10,
|
|
613
|
+
max_digits: 10
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
id: 10,
|
|
618
|
+
label: 'bh',
|
|
619
|
+
country: {
|
|
620
|
+
id: 16,
|
|
621
|
+
name_en: 'Bahrain',
|
|
622
|
+
name_ar: 'البحرين',
|
|
623
|
+
iso2: 'BH',
|
|
624
|
+
iso3: 'BHR',
|
|
625
|
+
idd_prefix: '973',
|
|
626
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/BH.svg',
|
|
627
|
+
min_digits: 8,
|
|
628
|
+
max_digits: 8
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
id: 2,
|
|
633
|
+
label: 'eg',
|
|
634
|
+
country: {
|
|
635
|
+
id: 63,
|
|
636
|
+
name_en: 'Egypt',
|
|
637
|
+
name_ar: 'مصر',
|
|
638
|
+
iso2: 'EG',
|
|
639
|
+
iso3: 'EGY',
|
|
640
|
+
idd_prefix: '20',
|
|
641
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/EG.svg',
|
|
642
|
+
min_digits: 10,
|
|
643
|
+
max_digits: 10
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
id: 4,
|
|
648
|
+
label: 'jo',
|
|
649
|
+
country: {
|
|
650
|
+
id: 107,
|
|
651
|
+
name_en: 'Jordan',
|
|
652
|
+
name_ar: 'الأردن',
|
|
653
|
+
iso2: 'JO',
|
|
654
|
+
iso3: 'JOR',
|
|
655
|
+
idd_prefix: '962',
|
|
656
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/JO.svg',
|
|
657
|
+
min_digits: 9,
|
|
658
|
+
max_digits: 9
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
id: 5,
|
|
663
|
+
label: 'kw',
|
|
664
|
+
country: {
|
|
665
|
+
id: 111,
|
|
666
|
+
name_en: 'Kuwait',
|
|
667
|
+
name_ar: 'الكويت',
|
|
668
|
+
iso2: 'KW',
|
|
669
|
+
iso3: 'KWT',
|
|
670
|
+
idd_prefix: '965',
|
|
671
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/KW.svg',
|
|
672
|
+
min_digits: 8,
|
|
673
|
+
max_digits: 8
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
id: 11,
|
|
678
|
+
label: 'lb',
|
|
679
|
+
country: {
|
|
680
|
+
id: 115,
|
|
681
|
+
name_en: 'Lebanon',
|
|
682
|
+
name_ar: 'لبنان',
|
|
683
|
+
iso2: 'LB',
|
|
684
|
+
iso3: 'LBN',
|
|
685
|
+
idd_prefix: '961',
|
|
686
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/LB.svg',
|
|
687
|
+
min_digits: 7,
|
|
688
|
+
max_digits: 8
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
id: 12,
|
|
693
|
+
label: 'om',
|
|
694
|
+
country: {
|
|
695
|
+
id: 155,
|
|
696
|
+
name_en: 'Oman',
|
|
697
|
+
name_ar: 'عمان',
|
|
698
|
+
iso2: 'OM',
|
|
699
|
+
iso3: 'OMN',
|
|
700
|
+
idd_prefix: '968',
|
|
701
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/OM.svg',
|
|
702
|
+
min_digits: 7,
|
|
703
|
+
max_digits: 8
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
id: 13,
|
|
708
|
+
label: 'qa',
|
|
709
|
+
country: {
|
|
710
|
+
id: 168,
|
|
711
|
+
name_en: 'Qatar',
|
|
712
|
+
name_ar: 'قطر',
|
|
713
|
+
iso2: 'QA',
|
|
714
|
+
iso3: 'QAT',
|
|
715
|
+
idd_prefix: '974',
|
|
716
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/QA.svg',
|
|
717
|
+
min_digits: 8,
|
|
718
|
+
max_digits: 8
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
id: 14,
|
|
723
|
+
label: 'ae',
|
|
724
|
+
country: {
|
|
725
|
+
id: 223,
|
|
726
|
+
name_en: 'United Arab Emirates',
|
|
727
|
+
name_ar: 'الإمارات العربية المتحدة',
|
|
728
|
+
iso2: 'AE',
|
|
729
|
+
iso3: 'ARE',
|
|
730
|
+
idd_prefix: '971',
|
|
731
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/AE.svg',
|
|
732
|
+
min_digits: 9,
|
|
733
|
+
max_digits: 9
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
]
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
id: 2,
|
|
740
|
+
title: 'Europe',
|
|
741
|
+
title_ar: 'أوروبا',
|
|
742
|
+
countries: [
|
|
743
|
+
{
|
|
744
|
+
id: 6,
|
|
745
|
+
label: 'uk',
|
|
746
|
+
country: {
|
|
747
|
+
id: 224,
|
|
748
|
+
name_en: 'United Kingdom',
|
|
749
|
+
name_ar: 'المملكة المتحدة لبريطانيا العظمى وآيرلندا الشمالية',
|
|
750
|
+
iso2: 'GB',
|
|
751
|
+
iso3: 'GBR',
|
|
752
|
+
idd_prefix: '44',
|
|
753
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/GB.svg',
|
|
754
|
+
min_digits: 10,
|
|
755
|
+
max_digits: 10
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
id: 7,
|
|
760
|
+
label: 'ir',
|
|
761
|
+
country: {
|
|
762
|
+
id: 101,
|
|
763
|
+
name_en: 'Ireland',
|
|
764
|
+
name_ar: 'آيرلندا',
|
|
765
|
+
iso2: 'IE',
|
|
766
|
+
iso3: 'IRL',
|
|
767
|
+
idd_prefix: '353',
|
|
768
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/IE.svg',
|
|
769
|
+
min_digits: 10,
|
|
770
|
+
max_digits: 10
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
id: 17,
|
|
775
|
+
label: 'fr',
|
|
776
|
+
country: {
|
|
777
|
+
id: 73,
|
|
778
|
+
name_en: 'France',
|
|
779
|
+
name_ar: 'فرنسا',
|
|
780
|
+
iso2: 'FR',
|
|
781
|
+
iso3: 'FRA',
|
|
782
|
+
idd_prefix: '33',
|
|
783
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/FR.svg',
|
|
784
|
+
min_digits: 9,
|
|
785
|
+
max_digits: 9
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
id: 18,
|
|
790
|
+
label: 'nt',
|
|
791
|
+
country: {
|
|
792
|
+
id: 145,
|
|
793
|
+
name_en: 'Netherlands',
|
|
794
|
+
name_ar: 'هولندا',
|
|
795
|
+
iso2: 'NL',
|
|
796
|
+
iso3: 'NLD',
|
|
797
|
+
idd_prefix: '31',
|
|
798
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/NL.svg',
|
|
799
|
+
min_digits: 9,
|
|
800
|
+
max_digits: 9
|
|
801
|
+
}
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
id: 19,
|
|
805
|
+
label: 'gm',
|
|
806
|
+
country: {
|
|
807
|
+
id: 79,
|
|
808
|
+
name_en: 'Germany',
|
|
809
|
+
name_ar: 'ألمانيا',
|
|
810
|
+
iso2: 'DE',
|
|
811
|
+
iso3: 'DEU',
|
|
812
|
+
idd_prefix: '49',
|
|
813
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/DE.svg',
|
|
814
|
+
min_digits: 11,
|
|
815
|
+
max_digits: 11
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
id: 20,
|
|
820
|
+
label: 'sp',
|
|
821
|
+
country: {
|
|
822
|
+
id: 199,
|
|
823
|
+
name_en: 'Spain',
|
|
824
|
+
name_ar: 'إسبانيا',
|
|
825
|
+
iso2: 'ES',
|
|
826
|
+
iso3: 'ESP',
|
|
827
|
+
idd_prefix: '34',
|
|
828
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/ES.svg',
|
|
829
|
+
min_digits: 9,
|
|
830
|
+
max_digits: 9
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
id: 21,
|
|
835
|
+
label: 'it',
|
|
836
|
+
country: {
|
|
837
|
+
id: 103,
|
|
838
|
+
name_en: 'Italy',
|
|
839
|
+
name_ar: 'إيطاليا',
|
|
840
|
+
iso2: 'IT',
|
|
841
|
+
iso3: 'ITA',
|
|
842
|
+
idd_prefix: '39',
|
|
843
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/IT.svg',
|
|
844
|
+
min_digits: 11,
|
|
845
|
+
max_digits: 11
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
]
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
id: 6,
|
|
852
|
+
title: 'South Asia',
|
|
853
|
+
title_ar: 'جنوب آسيا',
|
|
854
|
+
countries: [
|
|
855
|
+
{
|
|
856
|
+
id: 15,
|
|
857
|
+
label: 'pk',
|
|
858
|
+
country: {
|
|
859
|
+
id: 156,
|
|
860
|
+
name_en: 'Pakistan',
|
|
861
|
+
name_ar: 'باكستان',
|
|
862
|
+
iso2: 'PK',
|
|
863
|
+
iso3: 'PAK',
|
|
864
|
+
idd_prefix: '92',
|
|
865
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/PK.svg',
|
|
866
|
+
min_digits: 10,
|
|
867
|
+
max_digits: 10
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
id: 16,
|
|
872
|
+
label: 'in',
|
|
873
|
+
country: {
|
|
874
|
+
id: 97,
|
|
875
|
+
name_en: 'India',
|
|
876
|
+
name_ar: 'الهند',
|
|
877
|
+
iso2: 'IN',
|
|
878
|
+
iso3: 'IND',
|
|
879
|
+
idd_prefix: '91',
|
|
880
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/IN.svg',
|
|
881
|
+
min_digits: 10,
|
|
882
|
+
max_digits: 10
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
]
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
id: 5,
|
|
889
|
+
title: 'South East Asia',
|
|
890
|
+
title_ar: 'جنوب شرق آسيا',
|
|
891
|
+
countries: [
|
|
892
|
+
{
|
|
893
|
+
id: 9,
|
|
894
|
+
label: 'sg',
|
|
895
|
+
country: {
|
|
896
|
+
id: 192,
|
|
897
|
+
name_en: 'Singapore',
|
|
898
|
+
name_ar: 'سنغافورة',
|
|
899
|
+
iso2: 'SG',
|
|
900
|
+
iso3: 'SGP',
|
|
901
|
+
idd_prefix: '65',
|
|
902
|
+
logo: 'https://tap-assets.b-cdn.net/icons/dashboard/light/country/SG.svg',
|
|
903
|
+
min_digits: 8,
|
|
904
|
+
max_digits: 8
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
]
|
|
908
|
+
}
|
|
909
|
+
];
|