@tap-payments/auth-jsconnect 2.4.74-test → 2.4.75-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 +23 -15
- 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 +2 -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 +5 -14
- package/build/app/settings.js +31 -45
- package/build/app/store.d.ts +4 -4
- 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 +15 -141
- 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/screens/Individual/Email.js +1 -1
- package/build/features/connect/screens/Merchant/BrandName.js +1 -1
- package/build/features/connectExpress/ConnectExpress.d.ts +1 -1
- package/build/features/connectExpress/ConnectExpress.js +19 -21
- 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/useAppConfig.d.ts +4 -4
- package/build/hooks/useAppConfig.js +9 -2
- 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
|
@@ -22,28 +22,10 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
22
22
|
};
|
|
23
23
|
salesChannels: any;
|
|
24
24
|
token: string;
|
|
25
|
-
}, VerifyLeadTokenProps, {
|
|
26
|
-
state?: unknown;
|
|
27
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
28
|
-
extra?: unknown;
|
|
29
|
-
rejectValue?: unknown;
|
|
30
|
-
serializedErrorType?: unknown;
|
|
31
|
-
pendingMeta?: unknown;
|
|
32
|
-
fulfilledMeta?: unknown;
|
|
33
|
-
rejectedMeta?: unknown;
|
|
34
|
-
}>;
|
|
25
|
+
}, VerifyLeadTokenProps, {}>;
|
|
35
26
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
36
27
|
data: any;
|
|
37
|
-
}, void, {
|
|
38
|
-
state?: unknown;
|
|
39
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
40
|
-
extra?: unknown;
|
|
41
|
-
rejectValue?: unknown;
|
|
42
|
-
serializedErrorType?: unknown;
|
|
43
|
-
pendingMeta?: unknown;
|
|
44
|
-
fulfilledMeta?: unknown;
|
|
45
|
-
rejectedMeta?: unknown;
|
|
46
|
-
}>;
|
|
28
|
+
}, void, {}>;
|
|
47
29
|
export declare const verifyBrandLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
48
30
|
data: any;
|
|
49
31
|
individualData: any;
|
|
@@ -61,54 +43,18 @@ export declare const verifyBrandLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
61
43
|
};
|
|
62
44
|
salesChannels: any;
|
|
63
45
|
formData: OTPFormValues;
|
|
64
|
-
}, OTPFormValues, {
|
|
65
|
-
state?: unknown;
|
|
66
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
67
|
-
extra?: unknown;
|
|
68
|
-
rejectValue?: unknown;
|
|
69
|
-
serializedErrorType?: unknown;
|
|
70
|
-
pendingMeta?: unknown;
|
|
71
|
-
fulfilledMeta?: unknown;
|
|
72
|
-
rejectedMeta?: unknown;
|
|
73
|
-
}>;
|
|
46
|
+
}, OTPFormValues, {}>;
|
|
74
47
|
export declare const retrieveSegmentDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
75
48
|
segmentLocation: any;
|
|
76
49
|
segmentProfit: any;
|
|
77
50
|
segmentTech: any;
|
|
78
|
-
}, void, {
|
|
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
|
-
}>;
|
|
51
|
+
}, void, {}>;
|
|
88
52
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
89
53
|
flows: any;
|
|
90
|
-
}, void, {
|
|
91
|
-
state?: unknown;
|
|
92
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
93
|
-
extra?: unknown;
|
|
94
|
-
rejectValue?: unknown;
|
|
95
|
-
serializedErrorType?: unknown;
|
|
96
|
-
pendingMeta?: unknown;
|
|
97
|
-
fulfilledMeta?: unknown;
|
|
98
|
-
rejectedMeta?: unknown;
|
|
99
|
-
}>;
|
|
54
|
+
}, void, {}>;
|
|
100
55
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
101
56
|
data: any;
|
|
102
|
-
}, string, {
|
|
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
|
-
}>;
|
|
57
|
+
}, string, {}>;
|
|
112
58
|
export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
113
59
|
response: any;
|
|
114
60
|
formData: {
|
|
@@ -118,16 +64,7 @@ export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").Asyn
|
|
|
118
64
|
name: string;
|
|
119
65
|
cancelToken: CancelToken;
|
|
120
66
|
onSuccess?: (() => void) | undefined;
|
|
121
|
-
}, {
|
|
122
|
-
state?: unknown;
|
|
123
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
124
|
-
extra?: unknown;
|
|
125
|
-
rejectValue?: unknown;
|
|
126
|
-
serializedErrorType?: unknown;
|
|
127
|
-
pendingMeta?: unknown;
|
|
128
|
-
fulfilledMeta?: unknown;
|
|
129
|
-
rejectedMeta?: unknown;
|
|
130
|
-
}>;
|
|
67
|
+
}, {}>;
|
|
131
68
|
export declare const updateBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
132
69
|
data: any;
|
|
133
70
|
formData: Omit<BrandFormValues, "termAndConditionChecked" | "selectedBrandItem">;
|
|
@@ -135,83 +72,29 @@ export declare const updateBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
135
72
|
segmentLocationList: any;
|
|
136
73
|
segmentProfitList: any;
|
|
137
74
|
segmentTechList: any;
|
|
138
|
-
}, AsyncThunkParams<Omit<BrandFormValues, "termAndConditionChecked" | "selectedBrandItem">>, {
|
|
139
|
-
state?: unknown;
|
|
140
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
141
|
-
extra?: unknown;
|
|
142
|
-
rejectValue?: unknown;
|
|
143
|
-
serializedErrorType?: unknown;
|
|
144
|
-
pendingMeta?: unknown;
|
|
145
|
-
fulfilledMeta?: unknown;
|
|
146
|
-
rejectedMeta?: unknown;
|
|
147
|
-
}>;
|
|
75
|
+
}, AsyncThunkParams<Omit<BrandFormValues, "termAndConditionChecked" | "selectedBrandItem">>, {}>;
|
|
148
76
|
export declare const updateSegmentBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
149
77
|
data: any;
|
|
150
78
|
formData: BrandSegmentFormValues;
|
|
151
|
-
}, AsyncThunkParams<BrandSegmentFormValues>, {
|
|
152
|
-
state?: unknown;
|
|
153
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
154
|
-
extra?: unknown;
|
|
155
|
-
rejectValue?: unknown;
|
|
156
|
-
serializedErrorType?: unknown;
|
|
157
|
-
pendingMeta?: unknown;
|
|
158
|
-
fulfilledMeta?: unknown;
|
|
159
|
-
rejectedMeta?: unknown;
|
|
160
|
-
}>;
|
|
79
|
+
}, AsyncThunkParams<BrandSegmentFormValues>, {}>;
|
|
161
80
|
export declare const retrieveEntityList: import("@reduxjs/toolkit").AsyncThunk<any, {
|
|
162
81
|
leadId: string;
|
|
163
|
-
}, {
|
|
164
|
-
state?: unknown;
|
|
165
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
166
|
-
extra?: unknown;
|
|
167
|
-
rejectValue?: unknown;
|
|
168
|
-
serializedErrorType?: unknown;
|
|
169
|
-
pendingMeta?: unknown;
|
|
170
|
-
fulfilledMeta?: unknown;
|
|
171
|
-
rejectedMeta?: unknown;
|
|
172
|
-
}>;
|
|
82
|
+
}, {}>;
|
|
173
83
|
export declare const updateBrandActivities: import("@reduxjs/toolkit").AsyncThunk<{
|
|
174
84
|
data: any;
|
|
175
85
|
formData: BrandActivitiesFormValues;
|
|
176
|
-
}, AsyncThunkParams<BrandActivitiesFormValues>, {
|
|
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
|
-
}>;
|
|
86
|
+
}, AsyncThunkParams<BrandActivitiesFormValues>, {}>;
|
|
186
87
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
187
88
|
customerBases: any;
|
|
188
89
|
expectedSales: any;
|
|
189
90
|
expectedCustomerSales: any;
|
|
190
91
|
countryISO2: string;
|
|
191
|
-
}, void, {
|
|
192
|
-
state?: unknown;
|
|
193
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
194
|
-
extra?: unknown;
|
|
195
|
-
rejectValue?: unknown;
|
|
196
|
-
serializedErrorType?: unknown;
|
|
197
|
-
pendingMeta?: unknown;
|
|
198
|
-
fulfilledMeta?: unknown;
|
|
199
|
-
rejectedMeta?: unknown;
|
|
200
|
-
}>;
|
|
92
|
+
}, void, {}>;
|
|
201
93
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
202
94
|
response: any;
|
|
203
95
|
formData: void;
|
|
204
|
-
} | undefined, void, {
|
|
205
|
-
|
|
206
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
207
|
-
extra?: unknown;
|
|
208
|
-
rejectValue?: unknown;
|
|
209
|
-
serializedErrorType?: unknown;
|
|
210
|
-
pendingMeta?: unknown;
|
|
211
|
-
fulfilledMeta?: unknown;
|
|
212
|
-
rejectedMeta?: unknown;
|
|
213
|
-
}>;
|
|
214
|
-
type VerifyData = {
|
|
96
|
+
} | undefined, void, {}>;
|
|
97
|
+
declare type VerifyData = {
|
|
215
98
|
token: string;
|
|
216
99
|
};
|
|
217
100
|
export interface BrandData {
|
|
@@ -234,7 +117,7 @@ export declare const brandSlice: import("@reduxjs/toolkit").Slice<BrandState, {
|
|
|
234
117
|
uploadingBrandLogoStatus: (state: BrandState, action: ActionState<boolean>) => void;
|
|
235
118
|
clearBrandLogo: (state: BrandState) => void;
|
|
236
119
|
}, "brand/store">;
|
|
237
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
120
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, uploadingBrandLogoStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, clearBrandLogo: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>;
|
|
238
121
|
declare const _default: import("redux").Reducer<BrandState, import("redux").AnyAction>;
|
|
239
122
|
export default _default;
|
|
240
123
|
export declare const brandSelector: (state: RootState) => BrandState;
|
|
@@ -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]) {
|
|
@@ -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]) {
|