@tap-payments/auth-jsconnect 2.4.91-test → 2.4.93-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/@types/app.d.ts +16 -16
- package/build/@types/form.d.ts +20 -20
- package/build/@types/theme.d.ts +1 -1
- package/build/api/account.d.ts +2 -2
- package/build/api/auth.d.ts +11 -11
- package/build/api/availabilityServices.d.ts +3 -3
- package/build/api/axios.js +1 -1
- package/build/api/board.d.ts +3 -3
- package/build/api/brand.d.ts +1 -1
- package/build/api/country.d.ts +1 -1
- package/build/api/data.d.ts +11 -11
- package/build/api/document.d.ts +2 -2
- package/build/api/entity.d.ts +8 -8
- package/build/api/file.d.ts +1 -1
- package/build/api/individual.d.ts +5 -5
- package/build/api/init.d.ts +1 -1
- package/build/api/lead.d.ts +11 -11
- package/build/api/operator.d.ts +1 -1
- package/build/api/operator.js +1 -1
- package/build/api/user.d.ts +2 -2
- package/build/app/settings.d.ts +2 -11
- package/build/app/settings.js +1 -1
- package/build/app/store.d.ts +4 -4
- package/build/components/ArabicDatePicker/ArabicDatePicker.js +6 -3
- package/build/components/ArabicDatePicker/arabicAr.d.ts +8 -0
- package/build/components/ArabicDatePicker/arabicAr.js +32 -0
- package/build/components/ArabicDatePicker/arabicEn.d.ts +8 -0
- package/build/components/ArabicDatePicker/arabicEn.js +32 -0
- package/build/components/Slide/Slide.d.ts +1 -1
- package/build/constants/app.d.ts +1 -1
- package/build/features/app/bank/bankStore.d.ts +10 -82
- package/build/features/app/bank/bankStore.js +1 -1
- package/build/features/app/brand/brandStore.d.ts +15 -132
- package/build/features/app/brand/brandStore.js +1 -1
- package/build/features/app/business/businessStore.d.ts +18 -162
- package/build/features/app/business/businessStore.js +1 -1
- package/build/features/app/connect/connectStore.d.ts +16 -151
- package/build/features/app/connect/connectStore.js +1 -1
- package/build/features/app/connectExpress/connectExpressStore.d.ts +22 -211
- package/build/features/app/connectExpress/connectExpressStore.js +1 -1
- package/build/features/app/entity/entityStore.d.ts +10 -82
- package/build/features/app/entity/entityStore.js +1 -1
- package/build/features/app/individual/individualStore.d.ts +22 -175
- package/build/features/app/individual/individualStore.js +1 -1
- package/build/features/app/password/passwordStore.d.ts +12 -102
- package/build/features/app/password/passwordStore.js +1 -1
- package/build/features/app/signIn/signInStore.d.ts +7 -61
- package/build/features/app/signIn/signInStore.js +1 -1
- package/build/features/app/tax/taxStore.d.ts +9 -72
- package/build/features/app/tax/taxStore.js +1 -1
- package/build/features/bank/screens/BankDetails/BankName.d.ts +1 -1
- package/build/features/bank/screens/BankDetails/BankStatement.d.ts +1 -1
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +1 -1
- package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +6 -6
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +3 -3
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +5 -5
- package/build/features/brand/screens/BrandActivities/TAC.d.ts +2 -2
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +1 -1
- package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +1 -1
- package/build/features/brand/screens/BrandInfo/BrandName.js +1 -1
- package/build/features/business/screens/Activities/ActivitiesList.d.ts +2 -2
- package/build/features/business/screens/Activities/OperationStartDate.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +1 -1
- package/build/features/business/screens/BusinessType/Article.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseType.d.ts +3 -3
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +7 -7
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +4 -4
- package/build/features/connect/Connect.js +1 -1
- package/build/features/connect/screens/Individual/Email.js +1 -1
- package/build/features/connect/screens/Merchant/BrandName.js +1 -1
- package/build/features/connectExpress/ConnectExpress.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +3 -3
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +2 -2
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
- package/build/features/connectExpress/screens/NID/TAC.d.ts +2 -2
- package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +2 -2
- package/build/features/entity/screens/EntityName/Article.d.ts +1 -1
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +6 -6
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +1 -1
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +2 -2
- package/build/features/individual/screens/IndividualList/Email.js +1 -1
- package/build/features/individual/screens/IndividualList/IndividualList.d.ts +2 -2
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +3 -3
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +1 -1
- package/build/features/shared/Address/CountryList.d.ts +6 -6
- package/build/features/shared/Address/InputSelect.d.ts +6 -6
- package/build/features/shared/Address/InputSelect.js +1 -1
- package/build/features/shared/Button/EmailProvidersButtons.d.ts +1 -1
- package/build/features/shared/Button/FlowsButtons.d.ts +1 -1
- package/build/features/shared/Button/FlowsButtons.js +1 -1
- package/build/features/shared/Button/IndividualActionButtons.d.ts +1 -1
- package/build/features/shared/CheckIcon/CheckIcon.d.ts +1 -1
- package/build/features/shared/Containers/FeatureContainer.d.ts +1 -1
- package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
- package/build/features/shared/Footer/PoweredByFooter.d.ts +1 -1
- package/build/features/shared/Input/Input.d.ts +2 -2
- package/build/features/shared/UploadFile/FileUpload.d.ts +3 -3
- package/build/features/shared/UploadFile/FileUpload.js +1 -1
- package/build/features/shared/UploadFile/UploadFile.d.ts +2 -2
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +2 -2
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +3 -3
- package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +2 -2
- package/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +1 -1
- package/build/features/tax/screens/TaxDetails/VATId.d.ts +1 -1
- package/build/hooks/useDataVerified.d.ts +1 -1
- package/build/hooks/useExcludeReadOnlyFelids.d.ts +1 -1
- package/build/hooks/useFormErrorAndUpdateReadOnly.d.ts +1 -1
- package/build/hooks/useFormReadOnly.d.ts +1 -1
- package/build/utils/array.js +1 -1
- package/package.json +1 -1
|
@@ -16,28 +16,10 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
16
16
|
leadData?: undefined;
|
|
17
17
|
brandData?: undefined;
|
|
18
18
|
boardId?: undefined;
|
|
19
|
-
}, string, {
|
|
20
|
-
state?: unknown;
|
|
21
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
22
|
-
extra?: unknown;
|
|
23
|
-
rejectValue?: unknown;
|
|
24
|
-
serializedErrorType?: unknown;
|
|
25
|
-
pendingMeta?: unknown;
|
|
26
|
-
fulfilledMeta?: unknown;
|
|
27
|
-
rejectedMeta?: unknown;
|
|
28
|
-
}>;
|
|
19
|
+
}, string, {}>;
|
|
29
20
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
30
21
|
data: any;
|
|
31
|
-
}, void, {
|
|
32
|
-
state?: unknown;
|
|
33
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
34
|
-
extra?: unknown;
|
|
35
|
-
rejectValue?: unknown;
|
|
36
|
-
serializedErrorType?: unknown;
|
|
37
|
-
pendingMeta?: unknown;
|
|
38
|
-
fulfilledMeta?: unknown;
|
|
39
|
-
rejectedMeta?: unknown;
|
|
40
|
-
}>;
|
|
22
|
+
}, void, {}>;
|
|
41
23
|
export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
42
24
|
data: any;
|
|
43
25
|
isicActivityList: any;
|
|
@@ -47,44 +29,17 @@ export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
47
29
|
};
|
|
48
30
|
brand: any;
|
|
49
31
|
leadData: any;
|
|
50
|
-
}, OTPFormValues, {
|
|
51
|
-
state?: unknown;
|
|
52
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
53
|
-
extra?: unknown;
|
|
54
|
-
rejectValue?: unknown;
|
|
55
|
-
serializedErrorType?: unknown;
|
|
56
|
-
pendingMeta?: unknown;
|
|
57
|
-
fulfilledMeta?: unknown;
|
|
58
|
-
rejectedMeta?: unknown;
|
|
59
|
-
}>;
|
|
32
|
+
}, OTPFormValues, {}>;
|
|
60
33
|
interface verifyPACIParams {
|
|
61
34
|
onSuccess?: () => void;
|
|
62
35
|
}
|
|
63
36
|
export declare const verifyPACI: import("@reduxjs/toolkit").AsyncThunk<{
|
|
64
37
|
response: any;
|
|
65
|
-
}, verifyPACIParams, {
|
|
66
|
-
state?: unknown;
|
|
67
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
68
|
-
extra?: unknown;
|
|
69
|
-
rejectValue?: unknown;
|
|
70
|
-
serializedErrorType?: unknown;
|
|
71
|
-
pendingMeta?: unknown;
|
|
72
|
-
fulfilledMeta?: unknown;
|
|
73
|
-
rejectedMeta?: unknown;
|
|
74
|
-
}>;
|
|
38
|
+
}, verifyPACIParams, {}>;
|
|
75
39
|
export declare const createCivilIdAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
76
40
|
response: any;
|
|
77
41
|
formData: CivilFormValues;
|
|
78
|
-
}, CivilFormValues, {
|
|
79
|
-
state?: unknown;
|
|
80
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
81
|
-
extra?: unknown;
|
|
82
|
-
rejectValue?: unknown;
|
|
83
|
-
serializedErrorType?: unknown;
|
|
84
|
-
pendingMeta?: unknown;
|
|
85
|
-
fulfilledMeta?: unknown;
|
|
86
|
-
rejectedMeta?: unknown;
|
|
87
|
-
}>;
|
|
42
|
+
}, CivilFormValues, {}>;
|
|
88
43
|
export declare const updateLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<{
|
|
89
44
|
data: any;
|
|
90
45
|
formData: {
|
|
@@ -93,38 +48,11 @@ export declare const updateLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
93
48
|
dob: string;
|
|
94
49
|
termAndConditionChecked?: boolean | undefined;
|
|
95
50
|
};
|
|
96
|
-
}, NIDFormValues, {
|
|
97
|
-
|
|
98
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
99
|
-
extra?: unknown;
|
|
100
|
-
rejectValue?: unknown;
|
|
101
|
-
serializedErrorType?: unknown;
|
|
102
|
-
pendingMeta?: unknown;
|
|
103
|
-
fulfilledMeta?: unknown;
|
|
104
|
-
rejectedMeta?: unknown;
|
|
105
|
-
}>;
|
|
106
|
-
export declare const resendOTPLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<any, void, {
|
|
107
|
-
state?: unknown;
|
|
108
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
109
|
-
extra?: unknown;
|
|
110
|
-
rejectValue?: unknown;
|
|
111
|
-
serializedErrorType?: unknown;
|
|
112
|
-
pendingMeta?: unknown;
|
|
113
|
-
fulfilledMeta?: unknown;
|
|
114
|
-
rejectedMeta?: unknown;
|
|
115
|
-
}>;
|
|
51
|
+
}, NIDFormValues, {}>;
|
|
52
|
+
export declare const resendOTPLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<any, void, {}>;
|
|
116
53
|
export declare const retrieveEntityList: import("@reduxjs/toolkit").AsyncThunk<any, {
|
|
117
54
|
leadId: string;
|
|
118
|
-
}, {
|
|
119
|
-
state?: unknown;
|
|
120
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
121
|
-
extra?: unknown;
|
|
122
|
-
rejectValue?: unknown;
|
|
123
|
-
serializedErrorType?: unknown;
|
|
124
|
-
pendingMeta?: unknown;
|
|
125
|
-
fulfilledMeta?: unknown;
|
|
126
|
-
rejectedMeta?: unknown;
|
|
127
|
-
}>;
|
|
55
|
+
}, {}>;
|
|
128
56
|
export declare const retrieveAllEntityList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
129
57
|
data: any;
|
|
130
58
|
businessCountryCode: string;
|
|
@@ -132,28 +60,10 @@ export declare const retrieveAllEntityList: import("@reduxjs/toolkit").AsyncThun
|
|
|
132
60
|
}, {
|
|
133
61
|
businessId: string;
|
|
134
62
|
entityId: string;
|
|
135
|
-
}, {
|
|
136
|
-
state?: unknown;
|
|
137
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
138
|
-
extra?: unknown;
|
|
139
|
-
rejectValue?: unknown;
|
|
140
|
-
serializedErrorType?: unknown;
|
|
141
|
-
pendingMeta?: unknown;
|
|
142
|
-
fulfilledMeta?: unknown;
|
|
143
|
-
rejectedMeta?: unknown;
|
|
144
|
-
}>;
|
|
63
|
+
}, {}>;
|
|
145
64
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
146
65
|
data: any;
|
|
147
|
-
}, string, {
|
|
148
|
-
state?: unknown;
|
|
149
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
150
|
-
extra?: unknown;
|
|
151
|
-
rejectValue?: unknown;
|
|
152
|
-
serializedErrorType?: unknown;
|
|
153
|
-
pendingMeta?: unknown;
|
|
154
|
-
fulfilledMeta?: unknown;
|
|
155
|
-
rejectedMeta?: unknown;
|
|
156
|
-
}>;
|
|
66
|
+
}, string, {}>;
|
|
157
67
|
export declare const updateLeadBusinessType: import("@reduxjs/toolkit").AsyncThunk<{
|
|
158
68
|
data: any;
|
|
159
69
|
formData: BusinessTypeFormValues;
|
|
@@ -161,86 +71,32 @@ export declare const updateLeadBusinessType: import("@reduxjs/toolkit").AsyncThu
|
|
|
161
71
|
documentData: any;
|
|
162
72
|
entityData: any;
|
|
163
73
|
isicActivityList: any;
|
|
164
|
-
}, BusinessTypeFormValues, {
|
|
165
|
-
state?: unknown;
|
|
166
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
167
|
-
extra?: unknown;
|
|
168
|
-
rejectValue?: unknown;
|
|
169
|
-
serializedErrorType?: unknown;
|
|
170
|
-
pendingMeta?: unknown;
|
|
171
|
-
fulfilledMeta?: unknown;
|
|
172
|
-
rejectedMeta?: unknown;
|
|
173
|
-
}>;
|
|
74
|
+
}, BusinessTypeFormValues, {}>;
|
|
174
75
|
export declare const updateActivitiesInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
175
76
|
data: any;
|
|
176
77
|
formData: {
|
|
177
78
|
activities: Activity[] | undefined;
|
|
178
79
|
operationStartDate: string;
|
|
179
80
|
};
|
|
180
|
-
}, ActivitiesFormValues, {
|
|
181
|
-
state?: unknown;
|
|
182
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
183
|
-
extra?: unknown;
|
|
184
|
-
rejectValue?: unknown;
|
|
185
|
-
serializedErrorType?: unknown;
|
|
186
|
-
pendingMeta?: unknown;
|
|
187
|
-
fulfilledMeta?: unknown;
|
|
188
|
-
rejectedMeta?: unknown;
|
|
189
|
-
}>;
|
|
81
|
+
}, ActivitiesFormValues, {}>;
|
|
190
82
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
191
83
|
customerBases: any;
|
|
192
84
|
expectedSales: any;
|
|
193
85
|
expectedCustomerSales: any;
|
|
194
86
|
countryISO2: string;
|
|
195
|
-
}, void, {
|
|
196
|
-
state?: unknown;
|
|
197
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
198
|
-
extra?: unknown;
|
|
199
|
-
rejectValue?: unknown;
|
|
200
|
-
serializedErrorType?: unknown;
|
|
201
|
-
pendingMeta?: unknown;
|
|
202
|
-
fulfilledMeta?: unknown;
|
|
203
|
-
rejectedMeta?: unknown;
|
|
204
|
-
}>;
|
|
87
|
+
}, void, {}>;
|
|
205
88
|
export declare const updateCustomersInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
206
89
|
data: any;
|
|
207
90
|
formData: CustomersFormValues;
|
|
208
|
-
}, CustomersFormValues, {
|
|
209
|
-
state?: unknown;
|
|
210
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
211
|
-
extra?: unknown;
|
|
212
|
-
rejectValue?: unknown;
|
|
213
|
-
serializedErrorType?: unknown;
|
|
214
|
-
pendingMeta?: unknown;
|
|
215
|
-
fulfilledMeta?: unknown;
|
|
216
|
-
rejectedMeta?: unknown;
|
|
217
|
-
}>;
|
|
91
|
+
}, CustomersFormValues, {}>;
|
|
218
92
|
export declare const updateLeadSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
219
93
|
response: any;
|
|
220
94
|
formData: void;
|
|
221
|
-
} | undefined, void, {
|
|
222
|
-
state?: unknown;
|
|
223
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
224
|
-
extra?: unknown;
|
|
225
|
-
rejectValue?: unknown;
|
|
226
|
-
serializedErrorType?: unknown;
|
|
227
|
-
pendingMeta?: unknown;
|
|
228
|
-
fulfilledMeta?: unknown;
|
|
229
|
-
rejectedMeta?: unknown;
|
|
230
|
-
}>;
|
|
95
|
+
} | undefined, void, {}>;
|
|
231
96
|
export declare const updateStepName: import("@reduxjs/toolkit").AsyncThunk<{
|
|
232
97
|
response: any;
|
|
233
|
-
}, string, {
|
|
234
|
-
|
|
235
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
236
|
-
extra?: unknown;
|
|
237
|
-
rejectValue?: unknown;
|
|
238
|
-
serializedErrorType?: unknown;
|
|
239
|
-
pendingMeta?: unknown;
|
|
240
|
-
fulfilledMeta?: unknown;
|
|
241
|
-
rejectedMeta?: unknown;
|
|
242
|
-
}>;
|
|
243
|
-
type VerifyData = {
|
|
98
|
+
}, string, {}>;
|
|
99
|
+
declare type VerifyData = {
|
|
244
100
|
token: string;
|
|
245
101
|
};
|
|
246
102
|
export interface BusinessData {
|
|
@@ -270,7 +126,7 @@ export declare const businessSlice: import("@reduxjs/toolkit").Slice<BusinessSta
|
|
|
270
126
|
uploadingArticleStatus: (state: BusinessState, action: ActionState<boolean>) => void;
|
|
271
127
|
clearAOAFile: (state: BusinessState) => void;
|
|
272
128
|
}, "business/store">;
|
|
273
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
129
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, uploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, uploadingArticleStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, clearAOAFile: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>;
|
|
274
130
|
declare const _default: import("redux").Reducer<BusinessState, import("redux").AnyAction>;
|
|
275
131
|
export default _default;
|
|
276
132
|
export declare const businessSelector: (state: RootState) => BusinessState;
|
|
@@ -24,7 +24,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24
24
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
25
25
|
function step(op) {
|
|
26
26
|
if (f) throw new TypeError("Generator is already executing.");
|
|
27
|
-
while (
|
|
27
|
+
while (_) try {
|
|
28
28
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
29
29
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
30
30
|
switch (op[0]) {
|
|
@@ -4,49 +4,13 @@ import { CancelToken } from 'axios';
|
|
|
4
4
|
export declare const createMobileAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
5
5
|
response: any;
|
|
6
6
|
formData: MobileFormValues;
|
|
7
|
-
}, MobileFormValues, {
|
|
8
|
-
state?: unknown;
|
|
9
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
10
|
-
extra?: unknown;
|
|
11
|
-
rejectValue?: unknown;
|
|
12
|
-
serializedErrorType?: unknown;
|
|
13
|
-
pendingMeta?: unknown;
|
|
14
|
-
fulfilledMeta?: unknown;
|
|
15
|
-
rejectedMeta?: unknown;
|
|
16
|
-
}>;
|
|
7
|
+
}, MobileFormValues, {}>;
|
|
17
8
|
export declare const createCivilIdAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
18
9
|
response: any;
|
|
19
10
|
formData: CivilFormValues;
|
|
20
|
-
}, CivilFormValues, {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
extra?: unknown;
|
|
24
|
-
rejectValue?: unknown;
|
|
25
|
-
serializedErrorType?: unknown;
|
|
26
|
-
pendingMeta?: unknown;
|
|
27
|
-
fulfilledMeta?: unknown;
|
|
28
|
-
rejectedMeta?: unknown;
|
|
29
|
-
}>;
|
|
30
|
-
export declare const resendOTPMobile: import("@reduxjs/toolkit").AsyncThunk<any, void, {
|
|
31
|
-
state?: unknown;
|
|
32
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
33
|
-
extra?: unknown;
|
|
34
|
-
rejectValue?: unknown;
|
|
35
|
-
serializedErrorType?: unknown;
|
|
36
|
-
pendingMeta?: unknown;
|
|
37
|
-
fulfilledMeta?: unknown;
|
|
38
|
-
rejectedMeta?: unknown;
|
|
39
|
-
}>;
|
|
40
|
-
export declare const resendOTPNID: import("@reduxjs/toolkit").AsyncThunk<any, void, {
|
|
41
|
-
state?: unknown;
|
|
42
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
43
|
-
extra?: unknown;
|
|
44
|
-
rejectValue?: unknown;
|
|
45
|
-
serializedErrorType?: unknown;
|
|
46
|
-
pendingMeta?: unknown;
|
|
47
|
-
fulfilledMeta?: unknown;
|
|
48
|
-
rejectedMeta?: unknown;
|
|
49
|
-
}>;
|
|
11
|
+
}, CivilFormValues, {}>;
|
|
12
|
+
export declare const resendOTPMobile: import("@reduxjs/toolkit").AsyncThunk<any, void, {}>;
|
|
13
|
+
export declare const resendOTPNID: import("@reduxjs/toolkit").AsyncThunk<any, void, {}>;
|
|
50
14
|
export declare const createNIDAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
51
15
|
response: any;
|
|
52
16
|
formData: {
|
|
@@ -55,30 +19,12 @@ export declare const createNIDAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
55
19
|
dob: string;
|
|
56
20
|
termAndConditionChecked?: boolean | undefined;
|
|
57
21
|
};
|
|
58
|
-
}, NIDFormValues, {
|
|
59
|
-
state?: unknown;
|
|
60
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
61
|
-
extra?: unknown;
|
|
62
|
-
rejectValue?: unknown;
|
|
63
|
-
serializedErrorType?: unknown;
|
|
64
|
-
pendingMeta?: unknown;
|
|
65
|
-
fulfilledMeta?: unknown;
|
|
66
|
-
rejectedMeta?: unknown;
|
|
67
|
-
}>;
|
|
22
|
+
}, NIDFormValues, {}>;
|
|
68
23
|
export declare const verifyAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
69
24
|
authResponse: any;
|
|
70
25
|
leadResponse: any;
|
|
71
26
|
countryCode: CountryCode;
|
|
72
|
-
}, OTPFormValues, {
|
|
73
|
-
state?: unknown;
|
|
74
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
75
|
-
extra?: unknown;
|
|
76
|
-
rejectValue?: unknown;
|
|
77
|
-
serializedErrorType?: unknown;
|
|
78
|
-
pendingMeta?: unknown;
|
|
79
|
-
fulfilledMeta?: unknown;
|
|
80
|
-
rejectedMeta?: unknown;
|
|
81
|
-
}>;
|
|
27
|
+
}, OTPFormValues, {}>;
|
|
82
28
|
interface verifyPACIParams {
|
|
83
29
|
onSuccess?: () => void;
|
|
84
30
|
}
|
|
@@ -86,56 +32,20 @@ export declare const verifyPACI: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
86
32
|
authResponse: any;
|
|
87
33
|
leadResponse: any;
|
|
88
34
|
countryCode: CountryCode;
|
|
89
|
-
}, verifyPACIParams, {
|
|
90
|
-
state?: unknown;
|
|
91
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
92
|
-
extra?: unknown;
|
|
93
|
-
rejectValue?: unknown;
|
|
94
|
-
serializedErrorType?: unknown;
|
|
95
|
-
pendingMeta?: unknown;
|
|
96
|
-
fulfilledMeta?: unknown;
|
|
97
|
-
rejectedMeta?: unknown;
|
|
98
|
-
}>;
|
|
35
|
+
}, verifyPACIParams, {}>;
|
|
99
36
|
export declare const updateLeadIndividual: import("@reduxjs/toolkit").AsyncThunk<{
|
|
100
37
|
leadResponse: any;
|
|
101
38
|
formData: IndividualFormValues;
|
|
102
|
-
}, IndividualFormValues, {
|
|
103
|
-
state?: unknown;
|
|
104
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
105
|
-
extra?: unknown;
|
|
106
|
-
rejectValue?: unknown;
|
|
107
|
-
serializedErrorType?: unknown;
|
|
108
|
-
pendingMeta?: unknown;
|
|
109
|
-
fulfilledMeta?: unknown;
|
|
110
|
-
rejectedMeta?: unknown;
|
|
111
|
-
}>;
|
|
39
|
+
}, IndividualFormValues, {}>;
|
|
112
40
|
export declare const retrieveLead: import("@reduxjs/toolkit").AsyncThunk<{
|
|
113
41
|
data: any;
|
|
114
42
|
countryCode: CountryCode;
|
|
115
|
-
}, string, {
|
|
116
|
-
state?: unknown;
|
|
117
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
118
|
-
extra?: unknown;
|
|
119
|
-
rejectValue?: unknown;
|
|
120
|
-
serializedErrorType?: unknown;
|
|
121
|
-
pendingMeta?: unknown;
|
|
122
|
-
fulfilledMeta?: unknown;
|
|
123
|
-
rejectedMeta?: unknown;
|
|
124
|
-
}>;
|
|
43
|
+
}, string, {}>;
|
|
125
44
|
export declare const retrieveSegmentDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
126
45
|
segmentLocation: any;
|
|
127
46
|
segmentProfit: any;
|
|
128
47
|
segmentTech: any;
|
|
129
|
-
}, void, {
|
|
130
|
-
state?: unknown;
|
|
131
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
132
|
-
extra?: unknown;
|
|
133
|
-
rejectValue?: unknown;
|
|
134
|
-
serializedErrorType?: unknown;
|
|
135
|
-
pendingMeta?: unknown;
|
|
136
|
-
fulfilledMeta?: unknown;
|
|
137
|
-
rejectedMeta?: unknown;
|
|
138
|
-
}>;
|
|
48
|
+
}, void, {}>;
|
|
139
49
|
export declare const updateLeadBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
140
50
|
response: any;
|
|
141
51
|
formData: BrandFormValues & {
|
|
@@ -143,29 +53,11 @@ export declare const updateLeadBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
143
53
|
};
|
|
144
54
|
}, BrandFormValues & {
|
|
145
55
|
isNewBrand: boolean;
|
|
146
|
-
}, {
|
|
147
|
-
state?: unknown;
|
|
148
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
149
|
-
extra?: unknown;
|
|
150
|
-
rejectValue?: unknown;
|
|
151
|
-
serializedErrorType?: unknown;
|
|
152
|
-
pendingMeta?: unknown;
|
|
153
|
-
fulfilledMeta?: unknown;
|
|
154
|
-
rejectedMeta?: unknown;
|
|
155
|
-
}>;
|
|
56
|
+
}, {}>;
|
|
156
57
|
export declare const updateLeadBrandSegment: import("@reduxjs/toolkit").AsyncThunk<{
|
|
157
58
|
response: any;
|
|
158
59
|
formData: BrandSegmentFormValues;
|
|
159
|
-
}, BrandSegmentFormValues, {
|
|
160
|
-
state?: unknown;
|
|
161
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
162
|
-
extra?: unknown;
|
|
163
|
-
rejectValue?: unknown;
|
|
164
|
-
serializedErrorType?: unknown;
|
|
165
|
-
pendingMeta?: unknown;
|
|
166
|
-
fulfilledMeta?: unknown;
|
|
167
|
-
rejectedMeta?: unknown;
|
|
168
|
-
}>;
|
|
60
|
+
}, BrandSegmentFormValues, {}>;
|
|
169
61
|
export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
170
62
|
response: any;
|
|
171
63
|
formData: string;
|
|
@@ -173,16 +65,7 @@ export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThu
|
|
|
173
65
|
email: string;
|
|
174
66
|
cancelToken: CancelToken;
|
|
175
67
|
onSuccess?: (() => void) | undefined;
|
|
176
|
-
}, {
|
|
177
|
-
state?: unknown;
|
|
178
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
179
|
-
extra?: unknown;
|
|
180
|
-
rejectValue?: unknown;
|
|
181
|
-
serializedErrorType?: unknown;
|
|
182
|
-
pendingMeta?: unknown;
|
|
183
|
-
fulfilledMeta?: unknown;
|
|
184
|
-
rejectedMeta?: unknown;
|
|
185
|
-
}>;
|
|
68
|
+
}, {}>;
|
|
186
69
|
export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
187
70
|
response: any;
|
|
188
71
|
formData: {
|
|
@@ -192,29 +75,11 @@ export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").Asyn
|
|
|
192
75
|
name: string;
|
|
193
76
|
cancelToken: CancelToken;
|
|
194
77
|
onSuccess?: (() => void) | undefined;
|
|
195
|
-
}, {
|
|
196
|
-
state?: unknown;
|
|
197
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
198
|
-
extra?: unknown;
|
|
199
|
-
rejectValue?: unknown;
|
|
200
|
-
serializedErrorType?: unknown;
|
|
201
|
-
pendingMeta?: unknown;
|
|
202
|
-
fulfilledMeta?: unknown;
|
|
203
|
-
rejectedMeta?: unknown;
|
|
204
|
-
}>;
|
|
78
|
+
}, {}>;
|
|
205
79
|
export declare const updateLeadSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
206
80
|
response: any;
|
|
207
81
|
formData: void;
|
|
208
|
-
}, void, {
|
|
209
|
-
state?: unknown;
|
|
210
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
211
|
-
extra?: unknown;
|
|
212
|
-
rejectValue?: unknown;
|
|
213
|
-
serializedErrorType?: unknown;
|
|
214
|
-
pendingMeta?: unknown;
|
|
215
|
-
fulfilledMeta?: unknown;
|
|
216
|
-
rejectedMeta?: unknown;
|
|
217
|
-
}>;
|
|
82
|
+
}, void, {}>;
|
|
218
83
|
export interface ConnectData {
|
|
219
84
|
mobileData: (MobileFormValues | undefined) & ResponseData;
|
|
220
85
|
nidData: NIDFormValues & ResponseData & {
|
|
@@ -244,7 +109,7 @@ export declare const connectSlice: import("@reduxjs/toolkit").Slice<ConnectState
|
|
|
244
109
|
setDefaultCountryCode: (state: ConnectState, action: ActionState<CountryCode>) => void;
|
|
245
110
|
resetStore: (state: ConnectState) => void;
|
|
246
111
|
}, "connect/store">;
|
|
247
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
112
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetMobileScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, string>, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetIndividualScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetMerchantScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetNIDScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetCivilScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetStore: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, setDefaultCountryCode: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, string>;
|
|
248
113
|
declare const _default: import("redux").Reducer<ConnectState, import("redux").AnyAction>;
|
|
249
114
|
export default _default;
|
|
250
115
|
export declare const connectSelector: (state: RootState) => ConnectState;
|
|
@@ -24,7 +24,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24
24
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
25
25
|
function step(op) {
|
|
26
26
|
if (f) throw new TypeError("Generator is already executing.");
|
|
27
|
-
while (
|
|
27
|
+
while (_) try {
|
|
28
28
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
29
29
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
30
30
|
switch (op[0]) {
|