@tap-payments/auth-jsconnect 2.0.53-test → 2.0.55-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/@types/app.d.ts +24 -10
- package/build/api/account.js +1 -1
- package/build/api/auth.d.ts +1 -1
- package/build/api/auth.js +1 -1
- package/build/api/availabilityServices.js +1 -1
- package/build/api/axios.js +2 -2
- package/build/api/board.js +1 -1
- package/build/api/brand.d.ts +1 -1
- package/build/api/brand.js +1 -1
- package/build/api/country.js +1 -1
- package/build/api/data.d.ts +31 -8
- package/build/api/data.js +36 -15
- package/build/api/entity.js +1 -1
- package/build/api/firebase.js +1 -1
- package/build/api/individual.d.ts +1 -1
- package/build/api/individual.js +1 -1
- package/build/api/ip.js +1 -1
- package/build/api/lead.d.ts +1 -1
- package/build/api/lead.js +1 -1
- package/build/api/operator.js +1 -1
- package/build/api/user.js +1 -1
- package/build/app/rootReducer.d.ts +10 -10
- package/build/app/rootReducer.js +10 -10
- package/build/app/settings.d.ts +2 -2
- package/build/app/settings.js +5 -5
- package/build/app/store.d.ts +1 -1
- package/build/components/AnimationFlow/AnimationFlow.js +1 -1
- package/build/components/AnimationFlow/Dialog.js +3 -3
- package/build/components/DatePicker/DatePicker.js +3 -3
- package/build/components/FileInput/DragAndDrop.js +6 -6
- package/build/components/FileInput/UploadInput.js +2 -2
- package/build/components/Footer/Footer.js +3 -3
- package/build/components/Input/Input.js +2 -2
- package/build/components/OTPTimer/OTPTimer.js +1 -1
- package/build/components/Providers/ThemeProvider.d.ts +1 -1
- package/build/components/SimpleList/SimpleList.js +1 -1
- package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
- package/build/components/SocialMediaGroup/SocialMediaGroup.js +2 -2
- package/build/constants/api.js +5 -5
- package/build/constants/app.d.ts +1 -1
- package/build/constants/app.js +1 -1
- package/build/features/app/auth/authStore.d.ts +2 -2
- package/build/features/app/auth/authStore.js +2 -2
- package/build/features/app/bank/bankStore.d.ts +2 -2
- package/build/features/app/bank/bankStore.js +4 -4
- package/build/features/app/business/businessStore.d.ts +2 -2
- package/build/features/app/business/businessStore.js +42 -36
- package/build/features/app/connect/connectStore.d.ts +2 -2
- package/build/features/app/connect/connectStore.js +6 -6
- package/build/features/app/entity/entityStore.d.ts +2 -2
- package/build/features/app/entity/entityStore.js +5 -5
- package/build/features/app/individual/individualStore.d.ts +2 -2
- package/build/features/app/individual/individualStore.js +23 -15
- package/build/features/app/otp/otpStore.d.ts +2 -2
- package/build/features/app/otp/otpStore.js +4 -4
- package/build/features/app/password/passwordStore.d.ts +2 -2
- package/build/features/app/password/passwordStore.js +4 -4
- package/build/features/app/signIn/signInStore.d.ts +2 -2
- package/build/features/app/signIn/signInStore.js +4 -4
- package/build/features/app/tax/taxStore.d.ts +2 -2
- package/build/features/app/tax/taxStore.js +5 -5
- package/build/features/auth/Auth.d.ts +1 -1
- package/build/features/auth/Auth.js +10 -10
- package/build/features/auth/screens/OTP/OTP.js +8 -8
- package/build/features/auth/screens/OTP/OTPInput.js +3 -3
- package/build/features/bank/Bank.d.ts +1 -1
- package/build/features/bank/Bank.js +10 -10
- package/build/features/bank/screens/BankDetails/BankDetails.js +7 -7
- package/build/features/bank/screens/BankDetails/BankName.js +8 -8
- package/build/features/bank/screens/BankDetails/BankStatement.js +5 -5
- package/build/features/bank/screens/BankDetails/Beneficiary.js +7 -7
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.js +5 -5
- package/build/features/bank/screens/BankDetails/IBAN.js +8 -8
- package/build/features/bank/screens/BankDetails/validation.js +1 -1
- package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/bank/screens/Success/Success.js +3 -3
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
- package/build/features/bank/screens/Verify/OTPInput.js +4 -4
- package/build/features/bank/screens/Verify/Verify.js +9 -9
- package/build/features/business/Business.d.ts +1 -1
- package/build/features/business/Business.js +10 -10
- package/build/features/business/screens/Activities/Activities.js +7 -7
- package/build/features/business/screens/Activities/ActivitiesList.d.ts +1 -1
- package/build/features/business/screens/Activities/ActivitiesList.js +9 -9
- package/build/features/business/screens/Activities/LicenseName.js +6 -6
- package/build/features/business/screens/Activities/OperationStartDate.js +4 -4
- package/build/features/business/screens/Activities/SalesChannels.d.ts +1 -1
- package/build/features/business/screens/Activities/SalesChannels.js +7 -7
- package/build/features/business/screens/BusinessType/BusinessType.js +8 -8
- package/build/features/business/screens/BusinessType/LicenseList.js +10 -10
- package/build/features/business/screens/BusinessType/LicenseNumber.js +8 -8
- package/build/features/business/screens/BusinessType/SelectType.js +6 -6
- package/build/features/business/screens/BusinessType/validation.js +2 -2
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +1 -1
- package/build/features/business/screens/Customers/CustomerLocations.js +33 -15
- package/build/features/business/screens/Customers/Customers.js +8 -8
- package/build/features/business/screens/Customers/ExpectedCustomers.js +22 -10
- package/build/features/business/screens/Customers/ExpectedSalesRange.js +39 -21
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +1 -1
- package/build/features/business/screens/Customers/RefundPolicy.js +7 -7
- package/build/features/business/screens/Customers/TransactionPolicy.js +5 -5
- package/build/features/business/screens/IDBOD/DOB.js +5 -5
- package/build/features/business/screens/IDBOD/ID.js +6 -6
- package/build/features/business/screens/IDBOD/IDBOD.js +6 -6
- package/build/features/business/screens/OTP/OTP.js +9 -9
- package/build/features/business/screens/OTP/OTPInput.js +4 -4
- package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/business/screens/Success/Success.js +3 -3
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
- package/build/features/business/screens/Verify/OTPInput.js +4 -4
- package/build/features/business/screens/Verify/Verify.js +9 -9
- package/build/features/connect/Connect.d.ts +1 -1
- package/build/features/connect/Connect.js +10 -10
- package/build/features/connect/screens/CivilID/CivilID.js +8 -8
- package/build/features/connect/screens/CivilID/IDNumber.js +7 -7
- package/build/features/connect/screens/Individual/Email.js +7 -7
- package/build/features/connect/screens/Individual/Individual.js +10 -10
- package/build/features/connect/screens/Individual/MobileNumber.d.ts +1 -1
- package/build/features/connect/screens/Individual/MobileNumber.js +11 -11
- package/build/features/connect/screens/Individual/Name.js +6 -6
- package/build/features/connect/screens/Individual/validation.js +1 -1
- package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandList.js +8 -8
- package/build/features/connect/screens/Merchant/BrandName.js +10 -10
- package/build/features/connect/screens/Merchant/Merchant.js +9 -9
- package/build/features/connect/screens/Merchant/SalesChannels.d.ts +1 -1
- package/build/features/connect/screens/Merchant/SalesChannels.js +7 -7
- package/build/features/connect/screens/Merchant/SocialMedia.js +9 -9
- package/build/features/connect/screens/Merchant/TAC.js +7 -7
- package/build/features/connect/screens/Merchant/validation.js +1 -1
- package/build/features/connect/screens/Mobile/Mobile.js +10 -10
- package/build/features/connect/screens/Mobile/MobileNumber.d.ts +1 -1
- package/build/features/connect/screens/Mobile/MobileNumber.js +12 -12
- package/build/features/connect/screens/Mobile/Title.js +2 -2
- package/build/features/connect/screens/NID/DOB.js +5 -5
- package/build/features/connect/screens/NID/IDNumber.js +8 -8
- package/build/features/connect/screens/NID/NID.js +8 -8
- package/build/features/connect/screens/OTP/OTP.js +9 -9
- package/build/features/connect/screens/OTP/OTPInput.js +4 -4
- package/build/features/connect/screens/ThankYou/ThankYou.js +1 -1
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.js +8 -8
- package/build/features/connect/screens/VerifyPACI/VerifyPACILoading.js +3 -3
- package/build/features/connect/screens/VerifyPACI/VerifyPACISuccess.js +1 -1
- package/build/features/entity/Entity.d.ts +1 -1
- package/build/features/entity/Entity.js +10 -10
- package/build/features/entity/screens/EntityInfoConfirm/ActivitiesList.d.ts +1 -1
- package/build/features/entity/screens/EntityInfoConfirm/ActivitiesList.js +9 -9
- package/build/features/entity/screens/EntityInfoConfirm/EntityInfo.js +7 -7
- package/build/features/entity/screens/EntityInfoConfirm/LicenseName.js +4 -4
- package/build/features/entity/screens/EntityInfoConfirm/LicenseNumber.js +5 -5
- package/build/features/entity/screens/EntityInfoConfirm/OperationStartDate.js +5 -5
- package/build/features/entity/screens/EntityInfoConfirm/SalesChannels.d.ts +1 -1
- package/build/features/entity/screens/EntityInfoConfirm/SalesChannels.js +7 -7
- package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/entity/screens/Success/Success.js +3 -3
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
- package/build/features/entity/screens/Verify/OTPInput.js +4 -4
- package/build/features/entity/screens/Verify/Verify.js +9 -9
- package/build/features/featuresScreens.d.ts +1 -1
- package/build/features/featuresScreens.js +49 -49
- package/build/features/individual/Individual.d.ts +1 -1
- package/build/features/individual/Individual.js +10 -10
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +9 -9
- package/build/features/individual/screens/AdditionalIndividualInfo/EmployerLocation.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/EmployerLocation.js +8 -8
- package/build/features/individual/screens/AdditionalIndividualInfo/EmployerName.js +6 -6
- package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.js +6 -6
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +23 -12
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.js +19 -11
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.js +6 -6
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.js +10 -10
- package/build/features/individual/screens/AdditionalIndividualInfo/validation.d.ts +1 -1
- package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/individual/screens/ShowIndividualInfo/ShowOwnerInfo.js +6 -6
- package/build/features/individual/screens/ShowIndividualInfo/info.js +1 -1
- package/build/features/individual/screens/Success/Success.js +3 -3
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
- package/build/features/individual/screens/Verify/OTPInput.js +4 -4
- package/build/features/individual/screens/Verify/Verify.js +9 -9
- package/build/features/otp/OTP.d.ts +1 -1
- package/build/features/otp/OTP.js +9 -9
- package/build/features/otp/screens/OTPVerify/OTPInput.js +4 -4
- package/build/features/otp/screens/OTPVerify/Verify.js +5 -5
- package/build/features/password/Password.d.ts +1 -1
- package/build/features/password/Password.js +10 -10
- package/build/features/password/screens/CreatePassword/ConditionText.js +1 -1
- package/build/features/password/screens/CreatePassword/ConfirmPassword.js +3 -3
- package/build/features/password/screens/CreatePassword/CreatePassword.js +8 -8
- package/build/features/password/screens/CreatePassword/Password.js +6 -6
- package/build/features/password/screens/OTP/OTP.js +9 -9
- package/build/features/password/screens/OTP/OTPInput.js +4 -4
- package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/password/screens/Success/Success.js +4 -4
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
- package/build/features/password/screens/Verify/OTPInput.js +4 -4
- package/build/features/password/screens/Verify/Verify.js +9 -9
- package/build/features/shared/AcceptancePayouts/AcceptancePayouts.js +4 -4
- package/build/features/shared/Background/Background.js +2 -2
- package/build/features/shared/Background/LogoBackground.js +3 -3
- package/build/features/shared/Button/AbsherButton.d.ts +1 -1
- package/build/features/shared/Button/AbsherButton.js +3 -3
- package/build/features/shared/Button/Button.d.ts +1 -1
- package/build/features/shared/Button/Button.js +7 -7
- package/build/features/shared/Button/EmailProvidersButtons.d.ts +1 -1
- package/build/features/shared/Button/EmailProvidersButtons.js +2 -2
- package/build/features/shared/Button/FlowsButtons.d.ts +2 -2
- package/build/features/shared/Button/FlowsButtons.js +6 -6
- package/build/features/shared/Button/MobileButton.d.ts +1 -1
- package/build/features/shared/Button/MobileButton.js +3 -3
- package/build/features/shared/Dialog/CloseDialog.js +2 -2
- package/build/features/shared/Dialog/DialogContainer.js +2 -2
- package/build/features/shared/Footer/Footer.js +4 -4
- package/build/features/shared/Input/Input.d.ts +1 -1
- package/build/features/shared/Input/Input.js +2 -2
- package/build/features/shared/OTP/OTP.d.ts +1 -1
- package/build/features/shared/OTP/OTP.js +3 -3
- package/build/features/shared/Search/Search.js +1 -1
- package/build/features/shared/SearchIcon/SearchIcon.js +2 -2
- package/build/features/shared/SuccessScreen/SuccessScreen.js +5 -5
- package/build/features/shared/UploadFile/UploadFile.js +10 -10
- package/build/features/signIn/SignIn.d.ts +1 -1
- package/build/features/signIn/SignIn.js +10 -10
- package/build/features/signIn/screens/Email/Email.js +8 -8
- package/build/features/signIn/screens/Email/EmailField.js +5 -5
- package/build/features/signIn/screens/Email/validation.js +1 -1
- package/build/features/signIn/screens/Mobile/Mobile.js +9 -9
- package/build/features/signIn/screens/Mobile/MobileNumber.d.ts +1 -1
- package/build/features/signIn/screens/Mobile/MobileNumber.js +12 -12
- package/build/features/signIn/screens/OTP/OTP.js +9 -9
- package/build/features/signIn/screens/OTP/OTPInput.js +4 -4
- package/build/features/signIn/screens/Password/Password.js +7 -7
- package/build/features/signIn/screens/Password/PasswordInput.js +3 -3
- package/build/features/tax/Tax.d.ts +1 -1
- package/build/features/tax/Tax.js +10 -10
- package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/tax/screens/Success/Success.js +3 -3
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
- package/build/features/tax/screens/TaxDetails/ConfirmPolicy.js +5 -5
- package/build/features/tax/screens/TaxDetails/TaxDetails.js +6 -6
- package/build/features/tax/screens/TaxDetails/VATId.js +5 -5
- package/build/features/tax/screens/Verify/OTPInput.js +4 -4
- package/build/features/tax/screens/Verify/Verify.js +9 -9
- package/build/hooks/useAppConfig.d.ts +1 -1
- package/build/hooks/useAppConfig.js +4 -4
- package/build/hooks/useAppSelector.d.ts +1 -1
- package/build/hooks/useAppTheme.d.ts +1 -1
- package/build/hooks/useAppTheme.js +3 -3
- package/build/hooks/useErrorListener.js +1 -1
- package/build/hooks/useLanguage.js +1 -1
- package/build/hooks/useRedirectionListener.js +1 -1
- package/build/hooks/useScreen.js +1 -1
- package/build/hooks/useStepStartedListener.js +1 -1
- package/build/i18n.js +1 -1
- package/build/index.d.ts +10 -10
- package/build/index.js +10 -10
- package/build/theme/theme.d.ts +1 -1
- package/build/utils/array.d.ts +1 -1
- package/build/utils/locale.d.ts +1 -1
- package/build/utils/locale.js +1 -1
- package/build/utils/rsa.js +1 -1
- package/build/utils/string.d.ts +1 -1
- package/build/utils/string.js +4 -4
- package/package.json +129 -129
- package/build/api/index.d.ts +0 -87
- package/build/components/DatePicker/customStyle.css +0 -86
- package/build/index.css +0 -140
package/build/@types/app.d.ts
CHANGED
|
@@ -54,19 +54,25 @@ export declare enum SocialMediaTypes {
|
|
|
54
54
|
}
|
|
55
55
|
export interface CustomerLocation {
|
|
56
56
|
id: string;
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
name: {
|
|
58
|
+
ar: string;
|
|
59
|
+
en: string;
|
|
60
|
+
};
|
|
59
61
|
}
|
|
60
62
|
export interface ExpectedCustomer extends CustomerLocation {
|
|
61
63
|
}
|
|
62
64
|
export interface ExpectedSaleRange {
|
|
63
65
|
id: string;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
+
name: {
|
|
67
|
+
ar: string;
|
|
68
|
+
en: string;
|
|
69
|
+
};
|
|
66
70
|
sub?: Array<{
|
|
67
71
|
id: string;
|
|
68
|
-
|
|
69
|
-
|
|
72
|
+
name: {
|
|
73
|
+
ar: string;
|
|
74
|
+
en: string;
|
|
75
|
+
};
|
|
70
76
|
}>;
|
|
71
77
|
}
|
|
72
78
|
export declare enum BusinessType {
|
|
@@ -96,15 +102,23 @@ export interface SalesChannel {
|
|
|
96
102
|
}
|
|
97
103
|
export interface SourceOfIncome {
|
|
98
104
|
id: string;
|
|
99
|
-
|
|
100
|
-
|
|
105
|
+
name: {
|
|
106
|
+
ar: string;
|
|
107
|
+
en: string;
|
|
108
|
+
};
|
|
101
109
|
}
|
|
102
110
|
export interface Occupation {
|
|
103
111
|
id: string;
|
|
104
|
-
|
|
105
|
-
|
|
112
|
+
name: {
|
|
113
|
+
ar: string;
|
|
114
|
+
en: string;
|
|
115
|
+
};
|
|
106
116
|
}
|
|
107
117
|
export interface MonthlyIncome extends SourceOfIncome {
|
|
118
|
+
range: {
|
|
119
|
+
ar: string;
|
|
120
|
+
en: string;
|
|
121
|
+
};
|
|
108
122
|
}
|
|
109
123
|
export interface AppInfo {
|
|
110
124
|
name: string;
|
package/build/api/account.js
CHANGED
package/build/api/auth.d.ts
CHANGED
package/build/api/auth.js
CHANGED
|
@@ -10,7 +10,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import instance, { httpClient } from './axios';
|
|
13
|
-
import { ENDPOINT_PATHS } from '
|
|
13
|
+
import { ENDPOINT_PATHS } from '@constants';
|
|
14
14
|
var createAuth = function (data, config) {
|
|
15
15
|
return instance.post("".concat(ENDPOINT_PATHS.AUTH), data, config);
|
|
16
16
|
};
|
package/build/api/axios.js
CHANGED
|
@@ -36,8 +36,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
36
36
|
};
|
|
37
37
|
import axios from 'axios';
|
|
38
38
|
import { get, set } from 'lodash-es';
|
|
39
|
-
import { ENCRYPTION_FLAG } from '
|
|
40
|
-
import { encryptString } from '
|
|
39
|
+
import { ENCRYPTION_FLAG } from '@constants';
|
|
40
|
+
import { encryptString } from '@utils';
|
|
41
41
|
var instance = axios.create({
|
|
42
42
|
headers: {
|
|
43
43
|
'Content-Type': 'application/json',
|
package/build/api/board.js
CHANGED
|
@@ -9,7 +9,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
9
9
|
}
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
|
-
import { ENDPOINT_PATHS } from '
|
|
12
|
+
import { ENDPOINT_PATHS } from '@constants';
|
|
13
13
|
import { httpClient } from './axios';
|
|
14
14
|
var retrieveBoardInfo = function (_a) {
|
|
15
15
|
var id = _a.id, infoId = _a.infoId;
|
package/build/api/brand.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BrandListBody, UpdateBrandBody } from '
|
|
1
|
+
import { BrandListBody, UpdateBrandBody } from '@src/api/individual';
|
|
2
2
|
declare const brandService: {
|
|
3
3
|
retrieveBrand: (id: string) => Promise<any>;
|
|
4
4
|
getBrandList: (data: BrandListBody) => Promise<any>;
|
package/build/api/brand.js
CHANGED
|
@@ -10,7 +10,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
12
|
import { httpClient } from './axios';
|
|
13
|
-
import { ENDPOINT_PATHS } from '
|
|
13
|
+
import { ENDPOINT_PATHS } from '@constants';
|
|
14
14
|
var retrieveBrand = function (id) {
|
|
15
15
|
return httpClient({
|
|
16
16
|
method: 'get',
|
package/build/api/country.js
CHANGED
package/build/api/data.d.ts
CHANGED
|
@@ -1,13 +1,36 @@
|
|
|
1
|
-
|
|
1
|
+
interface GetOccupationBody {
|
|
2
2
|
page: number;
|
|
3
|
-
}
|
|
3
|
+
}
|
|
4
|
+
interface GetMonthlyIncomeBody {
|
|
5
|
+
page: number;
|
|
6
|
+
country_code: Array<string>;
|
|
7
|
+
}
|
|
8
|
+
export interface DataElementBody {
|
|
9
|
+
en: string;
|
|
10
|
+
ar: string;
|
|
11
|
+
}
|
|
12
|
+
interface GetCustomerBasesBody {
|
|
13
|
+
page: number;
|
|
14
|
+
}
|
|
15
|
+
interface GetExpectedSalesBody {
|
|
16
|
+
page: number;
|
|
17
|
+
}
|
|
18
|
+
interface GetExpectedCustomerSalesBody {
|
|
19
|
+
page: number;
|
|
20
|
+
}
|
|
21
|
+
interface GetSourceOfIncomeBody {
|
|
22
|
+
page: number;
|
|
23
|
+
}
|
|
24
|
+
interface GetChannelsOfServicesBody {
|
|
25
|
+
page: number;
|
|
26
|
+
}
|
|
4
27
|
declare const dataService: {
|
|
5
28
|
getChannelsOfServices: (data: GetChannelsOfServicesBody) => Promise<any>;
|
|
6
|
-
getCustomerBases: () => Promise<
|
|
7
|
-
getExpectedSales: () => Promise<
|
|
8
|
-
getExpectedCustomerSales: () => Promise<
|
|
9
|
-
getSourceOfIncome: () => Promise<
|
|
10
|
-
getMonthlyIncome: (
|
|
11
|
-
getOccupation: () => Promise<any>;
|
|
29
|
+
getCustomerBases: (data: GetCustomerBasesBody) => Promise<any>;
|
|
30
|
+
getExpectedSales: (data: GetExpectedSalesBody) => Promise<any>;
|
|
31
|
+
getExpectedCustomerSales: (data: GetExpectedCustomerSalesBody) => Promise<any>;
|
|
32
|
+
getSourceOfIncome: (data: GetSourceOfIncomeBody) => Promise<any>;
|
|
33
|
+
getMonthlyIncome: (data: GetMonthlyIncomeBody) => Promise<any>;
|
|
34
|
+
getOccupation: (data: GetOccupationBody) => Promise<any>;
|
|
12
35
|
};
|
|
13
36
|
export { dataService };
|
package/build/api/data.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ENDPOINT_PATHS } from '
|
|
1
|
+
import { httpClient } from './axios';
|
|
2
|
+
import { ENDPOINT_PATHS } from '@constants';
|
|
3
3
|
var getChannelsOfServices = function (data) {
|
|
4
4
|
return httpClient({
|
|
5
5
|
method: 'post',
|
|
@@ -7,25 +7,46 @@ var getChannelsOfServices = function (data) {
|
|
|
7
7
|
data: data
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
|
-
var getCustomerBases = function () {
|
|
11
|
-
return
|
|
10
|
+
var getCustomerBases = function (data) {
|
|
11
|
+
return httpClient({
|
|
12
|
+
method: 'post',
|
|
13
|
+
url: "".concat(ENDPOINT_PATHS.CUSTOMER_BASES),
|
|
14
|
+
data: data
|
|
15
|
+
});
|
|
12
16
|
};
|
|
13
|
-
var getExpectedSales = function () {
|
|
14
|
-
return
|
|
17
|
+
var getExpectedSales = function (data) {
|
|
18
|
+
return httpClient({
|
|
19
|
+
method: 'post',
|
|
20
|
+
url: "".concat(ENDPOINT_PATHS.SALES),
|
|
21
|
+
data: data
|
|
22
|
+
});
|
|
15
23
|
};
|
|
16
|
-
var getExpectedCustomerSales = function () {
|
|
17
|
-
return
|
|
24
|
+
var getExpectedCustomerSales = function (data) {
|
|
25
|
+
return httpClient({
|
|
26
|
+
method: 'post',
|
|
27
|
+
url: "".concat(ENDPOINT_PATHS.EXPECTED_CUSTOMERS),
|
|
28
|
+
data: data
|
|
29
|
+
});
|
|
18
30
|
};
|
|
19
|
-
var getSourceOfIncome = function () {
|
|
20
|
-
return
|
|
31
|
+
var getSourceOfIncome = function (data) {
|
|
32
|
+
return httpClient({
|
|
33
|
+
method: 'post',
|
|
34
|
+
url: "".concat(ENDPOINT_PATHS.SOURCE_INCOME),
|
|
35
|
+
data: data
|
|
36
|
+
});
|
|
21
37
|
};
|
|
22
|
-
var getMonthlyIncome = function (
|
|
23
|
-
return
|
|
38
|
+
var getMonthlyIncome = function (data) {
|
|
39
|
+
return httpClient({
|
|
40
|
+
method: 'post',
|
|
41
|
+
url: "".concat(ENDPOINT_PATHS.MONTHLY_INCOME),
|
|
42
|
+
data: data
|
|
43
|
+
});
|
|
24
44
|
};
|
|
25
|
-
var getOccupation = function () {
|
|
45
|
+
var getOccupation = function (data) {
|
|
26
46
|
return httpClient({
|
|
27
|
-
method: '
|
|
28
|
-
url: "".concat(ENDPOINT_PATHS.OCCUPATION)
|
|
47
|
+
method: 'post',
|
|
48
|
+
url: "".concat(ENDPOINT_PATHS.OCCUPATION),
|
|
49
|
+
data: data
|
|
29
50
|
});
|
|
30
51
|
};
|
|
31
52
|
var dataService = {
|
package/build/api/entity.js
CHANGED
|
@@ -9,7 +9,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
9
9
|
}
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
|
-
import { ENDPOINT_PATHS } from '
|
|
12
|
+
import { ENDPOINT_PATHS } from '@constants';
|
|
13
13
|
import instance, { httpClient } from './axios';
|
|
14
14
|
var retrieveEntityInfo = function (entity_id, config) {
|
|
15
15
|
return instance.get("".concat(ENDPOINT_PATHS.ENTITY, "/").concat(entity_id), config);
|
package/build/api/firebase.js
CHANGED
|
@@ -9,7 +9,7 @@ export declare type UpdateBrandBody = {
|
|
|
9
9
|
channel_services?: Array<string>;
|
|
10
10
|
physical_store_available?: boolean;
|
|
11
11
|
monthly_sales_range?: string;
|
|
12
|
-
customers_served_monthly?:
|
|
12
|
+
customers_served_monthly?: string;
|
|
13
13
|
customers_base?: Array<string>;
|
|
14
14
|
vat_id?: string;
|
|
15
15
|
agree_chargeback?: boolean;
|
package/build/api/individual.js
CHANGED
package/build/api/ip.js
CHANGED
package/build/api/lead.d.ts
CHANGED
package/build/api/lead.js
CHANGED
|
@@ -10,7 +10,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
12
|
import instance, { httpClient } from './axios';
|
|
13
|
-
import { ENDPOINT_PATHS } from '
|
|
13
|
+
import { ENDPOINT_PATHS } from '@constants';
|
|
14
14
|
var createLead = function (data, config) {
|
|
15
15
|
return instance.post("".concat(ENDPOINT_PATHS.LEAD), data, config);
|
|
16
16
|
};
|
package/build/api/operator.js
CHANGED
|
@@ -34,7 +34,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
34
34
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
|
-
import { ENDPOINT_PATHS } from '
|
|
37
|
+
import { ENDPOINT_PATHS } from '@constants';
|
|
38
38
|
import { httpClient } from './axios';
|
|
39
39
|
var validateOperator = function (body) { return __awaiter(void 0, void 0, void 0, function () {
|
|
40
40
|
var data, error_1;
|
package/build/api/user.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const rootReducer: {
|
|
2
2
|
settings: import("redux").Reducer<import("./settings").SettingsState, import("redux").AnyAction>;
|
|
3
|
-
connect: import("redux").Reducer<import("
|
|
4
|
-
business: import("redux").Reducer<import("
|
|
5
|
-
bank: import("redux").Reducer<import("
|
|
6
|
-
tax: import("redux").Reducer<import("
|
|
7
|
-
individual: import("redux").Reducer<import("
|
|
8
|
-
password: import("redux").Reducer<import("
|
|
9
|
-
signIn: import("redux").Reducer<import("
|
|
10
|
-
entity: import("redux").Reducer<import("
|
|
11
|
-
otp: import("redux").Reducer<import("
|
|
12
|
-
auth: import("redux").Reducer<import("
|
|
3
|
+
connect: import("redux").Reducer<import("@features/app/connect/connectStore").ConnectState, import("redux").AnyAction>;
|
|
4
|
+
business: import("redux").Reducer<import("@features/app/business/businessStore").BusinessState, import("redux").AnyAction>;
|
|
5
|
+
bank: import("redux").Reducer<import("@features/app/bank/bankStore").BankState, import("redux").AnyAction>;
|
|
6
|
+
tax: import("redux").Reducer<import("@features/app/tax/taxStore").TaxState, import("redux").AnyAction>;
|
|
7
|
+
individual: import("redux").Reducer<import("@features/app/individual/individualStore").IndividualState, import("redux").AnyAction>;
|
|
8
|
+
password: import("redux").Reducer<import("@features/app/password/passwordStore").PasswordState, import("redux").AnyAction>;
|
|
9
|
+
signIn: import("redux").Reducer<import("@features/app/signIn/signInStore").SignInState, import("redux").AnyAction>;
|
|
10
|
+
entity: import("redux").Reducer<import("@features/app/entity/entityStore").EntityState, import("redux").AnyAction>;
|
|
11
|
+
otp: import("redux").Reducer<import("@features/app/otp/otpStore").OtpState, import("redux").AnyAction>;
|
|
12
|
+
auth: import("redux").Reducer<import("@features/app/auth/authStore").AuthState, import("redux").AnyAction>;
|
|
13
13
|
};
|
|
14
14
|
export default rootReducer;
|
package/build/app/rootReducer.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import settings from './settings';
|
|
2
|
-
import connect from '
|
|
3
|
-
import business from '
|
|
4
|
-
import bank from '
|
|
5
|
-
import tax from '
|
|
6
|
-
import individual from '
|
|
7
|
-
import password from '
|
|
8
|
-
import signIn from '
|
|
9
|
-
import entity from '
|
|
10
|
-
import otp from '
|
|
11
|
-
import auth from '
|
|
2
|
+
import connect from '@features/app/connect/connectStore';
|
|
3
|
+
import business from '@features/app/business/businessStore';
|
|
4
|
+
import bank from '@features/app/bank/bankStore';
|
|
5
|
+
import tax from '@features/app/tax/taxStore';
|
|
6
|
+
import individual from '@features/app/individual/individualStore';
|
|
7
|
+
import password from '@features/app/password/passwordStore';
|
|
8
|
+
import signIn from '@features/app/signIn/signInStore';
|
|
9
|
+
import entity from '@features/app/entity/entityStore';
|
|
10
|
+
import otp from '@features/app/otp/otpStore';
|
|
11
|
+
import auth from '@features/app/auth/authStore';
|
|
12
12
|
var rootReducer = {
|
|
13
13
|
settings: settings,
|
|
14
14
|
connect: connect,
|
package/build/app/settings.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RootState } from '
|
|
2
|
-
import { ActionState, LanguageMode, SharedState, ThemeMode, ScreenStepNavigation, DeviceInfo, LibConfig, CountryCode } from '
|
|
1
|
+
import { RootState } from '@app/store';
|
|
2
|
+
import { ActionState, LanguageMode, SharedState, ThemeMode, ScreenStepNavigation, DeviceInfo, LibConfig, CountryCode } from '@types';
|
|
3
3
|
export declare const fetchAppSettingsSync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
4
4
|
countries: CountryCode[];
|
|
5
5
|
businessCountry: CountryCode;
|
package/build/app/settings.js
CHANGED
|
@@ -47,11 +47,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
47
47
|
};
|
|
48
48
|
var _a;
|
|
49
49
|
import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
|
|
50
|
-
import { getStoredData, storeData, isArray, findItem, getBrowserInfo, getFingerPrint, sortCountries, findCountryByIso2, getRequestHeaders, encryptString, removeElement } from '
|
|
51
|
-
import { defaultCountry, DefaultDeviceInfo, LOCAL_STORAGE_KEYS, DIALOG_ID, BACKGROUND_ID } from '
|
|
52
|
-
import i18n from '
|
|
53
|
-
import { updateLocale } from '
|
|
54
|
-
import API, { setAxiosGlobalHeaders } from '
|
|
50
|
+
import { getStoredData, storeData, isArray, findItem, getBrowserInfo, getFingerPrint, sortCountries, findCountryByIso2, getRequestHeaders, encryptString, removeElement } from '@utils';
|
|
51
|
+
import { defaultCountry, DefaultDeviceInfo, LOCAL_STORAGE_KEYS, DIALOG_ID, BACKGROUND_ID } from '@constants';
|
|
52
|
+
import i18n from '@src/i18n';
|
|
53
|
+
import { updateLocale } from '@utils/locale';
|
|
54
|
+
import API, { setAxiosGlobalHeaders } from '@api';
|
|
55
55
|
export var fetchAppSettingsSync = createAsyncThunk('fetchAppSettingsSync', function (_, thunkApi) { return __awaiter(void 0, void 0, void 0, function () {
|
|
56
56
|
var settings, _a, appConfig, language, _b, client, device, os, _c, visitorId, _d, ip, latitude, longitude, locale, list, operatorData, deviceInfo, countries, businessCountry;
|
|
57
57
|
return __generator(this, function (_e) {
|
package/build/app/store.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
|
11
11
|
entity: import("../features/app/entity/entityStore").EntityState;
|
|
12
12
|
otp: import("../features/app/otp/otpStore").OtpState;
|
|
13
13
|
auth: import("../features/app/auth/authStore").AuthState;
|
|
14
|
-
}, import("redux").AnyAction, import("@reduxjs/toolkit").MiddlewareArray<[import("
|
|
14
|
+
}, import("redux").AnyAction, import("@reduxjs/toolkit").MiddlewareArray<[import("redux-thunk").ThunkMiddleware<{
|
|
15
15
|
settings: import("./settings").SettingsState;
|
|
16
16
|
connect: import("../features/app/connect/connectStore").ConnectState;
|
|
17
17
|
business: import("../features/app/business/businessStore").BusinessState;
|
|
@@ -10,7 +10,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { useScreen } from '
|
|
13
|
+
import { useScreen } from '@hooks';
|
|
14
14
|
import Dialog from './Dialog';
|
|
15
15
|
import BottomSheet from './BottomSheet';
|
|
16
16
|
import Loader from './Loader';
|
|
@@ -27,13 +27,13 @@ import DialogContent from '@mui/material/DialogContent';
|
|
|
27
27
|
import Paper from '@mui/material/Paper';
|
|
28
28
|
import Box from '@mui/material/Box';
|
|
29
29
|
import { styled } from '@mui/material/styles';
|
|
30
|
-
import { DIALOG_ID, ICONS_NAMES } from '
|
|
31
|
-
import { useLanguage } from '
|
|
30
|
+
import { DIALOG_ID, ICONS_NAMES } from '@constants';
|
|
31
|
+
import { useLanguage } from '@hooks';
|
|
32
32
|
import Slide from '../Slide';
|
|
33
33
|
import LogoBadge from '../LogoBadge';
|
|
34
34
|
import Icon from '../Icon';
|
|
35
35
|
import Collapse from '../Collapse';
|
|
36
|
-
import DialogContainer from '
|
|
36
|
+
import DialogContainer from '@features/shared/Dialog';
|
|
37
37
|
var Transition = React.forwardRef(function Transition(props, ref) {
|
|
38
38
|
return _jsx(Slide, __assign({ direction: 'up', ref: ref }, props));
|
|
39
39
|
});
|
|
@@ -27,10 +27,10 @@ import 'react-calendar/dist/Calendar.css';
|
|
|
27
27
|
import Box from '@mui/material/Box';
|
|
28
28
|
import { styled } from '@mui/material/styles';
|
|
29
29
|
import Divider from '@mui/material/Divider';
|
|
30
|
-
import Collapse from '
|
|
31
|
-
import ExpandIcon from '
|
|
30
|
+
import Collapse from '@components/Collapse';
|
|
31
|
+
import ExpandIcon from '@components/ExpandIcon';
|
|
32
32
|
import CalendarTodayOutlined from '@mui/icons-material/CalendarTodayOutlined';
|
|
33
|
-
import { scrollDown, scrollUp } from '
|
|
33
|
+
import { scrollDown, scrollUp } from '@utils';
|
|
34
34
|
import Input from '../Input';
|
|
35
35
|
import Text from '../Text';
|
|
36
36
|
import './customStyle.css';
|
|
@@ -13,13 +13,13 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
|
|
|
13
13
|
import React from 'react';
|
|
14
14
|
import Box from '@mui/material/Box';
|
|
15
15
|
import { alpha, styled } from '@mui/material/styles';
|
|
16
|
-
import Input from '
|
|
17
|
-
import Text from '
|
|
16
|
+
import Input from '@components/Input';
|
|
17
|
+
import Text from '@components/Text';
|
|
18
18
|
import { useDropzone } from 'react-dropzone';
|
|
19
|
-
import Icon from '
|
|
20
|
-
import { ICONS_NAMES } from '
|
|
21
|
-
import { CircularProgress } from '
|
|
22
|
-
import Collapse from '
|
|
19
|
+
import Icon from '@src/components/Icon';
|
|
20
|
+
import { ICONS_NAMES } from '@src/constants';
|
|
21
|
+
import { CircularProgress } from '@src/components/ProgressBar';
|
|
22
|
+
import Collapse from '@src/components/Collapse';
|
|
23
23
|
import Fade from '@mui/material/Fade';
|
|
24
24
|
var BoxStyled = styled(Box, { shouldForwardProp: function (prop) { return prop !== 'active'; } })(function (_a) {
|
|
25
25
|
var theme = _a.theme, active = _a.active;
|
|
@@ -13,8 +13,8 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
13
13
|
import { styled } from '@mui/material/styles';
|
|
14
14
|
import React from 'react';
|
|
15
15
|
import Box from '@mui/material/Box';
|
|
16
|
-
import Input from '
|
|
17
|
-
import Text from '
|
|
16
|
+
import Input from '@src/components/Input';
|
|
17
|
+
import Text from '@components/Text';
|
|
18
18
|
var UploadInputStyled = styled(Input)(function () { return ({
|
|
19
19
|
display: 'none'
|
|
20
20
|
}); });
|
|
@@ -23,10 +23,10 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
23
23
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
24
24
|
import * as React from 'react';
|
|
25
25
|
import { styled } from '@mui/material/styles';
|
|
26
|
-
import Text from '
|
|
26
|
+
import Text from '@components/Text';
|
|
27
27
|
import Box from '@mui/material/Box';
|
|
28
|
-
import Icon from '
|
|
29
|
-
import { useLanguage } from '
|
|
28
|
+
import Icon from '@components/Icon';
|
|
29
|
+
import { useLanguage } from '@hooks';
|
|
30
30
|
var FooterStyled = styled(Box)(function (_a) {
|
|
31
31
|
var theme = _a.theme;
|
|
32
32
|
return (__assign(__assign({ direction: theme.direction, display: 'flex', margin: theme.spacing(1.5), color: theme.palette.background.paper }, theme.typography.caption), { alignItems: 'center', justifyContent: 'center', position: 'relative', bottom: 0, marginBottom: theme.spacing(-3.75) }));
|
|
@@ -23,8 +23,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
23
23
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
24
24
|
import React, { memo } from 'react';
|
|
25
25
|
import Input from '@mui/material/Input';
|
|
26
|
-
import Collapse from '
|
|
27
|
-
import Warning from '
|
|
26
|
+
import Collapse from '@components/Collapse';
|
|
27
|
+
import Warning from '@components/Warning';
|
|
28
28
|
import { alpha, styled } from '@mui/material/styles';
|
|
29
29
|
var InputStyled = styled(Input)(function (_a) {
|
|
30
30
|
var theme = _a.theme;
|
|
@@ -23,7 +23,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
23
23
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
24
24
|
import * as React from 'react';
|
|
25
25
|
import { styled } from '@mui/material/styles';
|
|
26
|
-
import Text from '
|
|
26
|
+
import Text from '@components/Text';
|
|
27
27
|
import Box from '@mui/material/Box';
|
|
28
28
|
var OTPTimerStyled = styled(Box)(function (_a) {
|
|
29
29
|
var theme = _a.theme;
|
|
@@ -27,7 +27,7 @@ import List from '@mui/material/List';
|
|
|
27
27
|
import ListItem from '@mui/material/ListItem';
|
|
28
28
|
import { styled } from '@mui/material/styles';
|
|
29
29
|
import get from 'lodash-es/get';
|
|
30
|
-
import { useEventListener } from '
|
|
30
|
+
import { useEventListener } from '@hooks';
|
|
31
31
|
var ListStyled = styled(List)(function (_a) {
|
|
32
32
|
var _b;
|
|
33
33
|
var theme = _a.theme;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { SocialMediaTypes } from '
|
|
2
|
+
import { SocialMediaTypes } from '@types';
|
|
3
3
|
import { ToggleButtonGroupProps } from '../ToggleButtonGroup';
|
|
4
4
|
import { ToggleButtonProps } from '../ToggleButton';
|
|
5
5
|
export interface SocialMediaGroupProps extends ToggleButtonGroupProps {
|
|
@@ -23,8 +23,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
23
23
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
24
24
|
import * as React from 'react';
|
|
25
25
|
import { styled } from '@mui/material/styles';
|
|
26
|
-
import { ICONS_NAMES } from '
|
|
27
|
-
import { SocialMediaTypes } from '
|
|
26
|
+
import { ICONS_NAMES } from '@constants';
|
|
27
|
+
import { SocialMediaTypes } from '@types';
|
|
28
28
|
import Fade from '@mui/material/Fade';
|
|
29
29
|
import ToggleButtonGroup from '../ToggleButtonGroup';
|
|
30
30
|
import ToggleButton from '../ToggleButton';
|
package/build/constants/api.js
CHANGED
|
@@ -16,13 +16,13 @@ var CHECK_EMAIL = '/individual/email/availability';
|
|
|
16
16
|
var CHECK_BRAND = '/brand/name/check';
|
|
17
17
|
var CREATE_ACCOUNT_PATH = '/account';
|
|
18
18
|
var CHANNEL_PATH = '/v2/channel1';
|
|
19
|
-
var CUSTOMER_BASES_PATH = '/v2/
|
|
20
|
-
var SALES_PATH = '/v2/
|
|
21
|
-
var EXPECTED_CUSTOMERS_PATH = '/v2/
|
|
19
|
+
var CUSTOMER_BASES_PATH = '/v2/customerBases1';
|
|
20
|
+
var SALES_PATH = '/v2/sales1';
|
|
21
|
+
var EXPECTED_CUSTOMERS_PATH = '/v2/expectedCustomers1';
|
|
22
22
|
var SIGNUP_PATH = '/signup';
|
|
23
|
-
var SOURCE_INCOME_PATH = '/v2/
|
|
23
|
+
var SOURCE_INCOME_PATH = '/v2/sourceOfIncome1';
|
|
24
24
|
var MONTHLY_INCOME_PATH = '/v2/monthlyIncome';
|
|
25
|
-
var OCCUPATION_PATH = '/v2/
|
|
25
|
+
var OCCUPATION_PATH = '/v2/occupation1';
|
|
26
26
|
var BRAND_PATH = '/brand';
|
|
27
27
|
var BRAND_LIST_PATH = "".concat(BRAND_PATH, "/list");
|
|
28
28
|
var FIREBASE_URL = 'https://goconnect-195cd-default-rtdb.asia-southeast1.firebasedatabase.app/locale.json';
|
package/build/constants/app.d.ts
CHANGED
package/build/constants/app.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RootState } from '
|
|
2
|
-
import { ResponseData, OTPFormValues, SharedState, ActionState } from '
|
|
1
|
+
import { RootState } from '@app/store';
|
|
2
|
+
import { ResponseData, OTPFormValues, SharedState, ActionState } from '@types';
|
|
3
3
|
export declare const retrieveLead: import("@reduxjs/toolkit").AsyncThunk<any, string, {}>;
|
|
4
4
|
export declare const verifyAuthOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
5
5
|
response: any;
|