@tap-payments/auth-jsconnect 2.4.77-test → 2.4.78-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 +11 -2
- package/build/app/settings.js +1 -1
- 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 +82 -10
- package/build/features/app/bank/bankStore.js +1 -1
- package/build/features/app/brand/brandStore.d.ts +132 -15
- package/build/features/app/brand/brandStore.js +1 -1
- package/build/features/app/business/businessStore.d.ts +162 -18
- package/build/features/app/business/businessStore.js +1 -1
- package/build/features/app/connect/connectStore.d.ts +141 -15
- package/build/features/app/connect/connectStore.js +1 -1
- package/build/features/app/connectExpress/connectExpressStore.d.ts +211 -22
- package/build/features/app/connectExpress/connectExpressStore.js +1 -1
- package/build/features/app/entity/entityStore.d.ts +82 -10
- package/build/features/app/entity/entityStore.js +1 -1
- package/build/features/app/individual/individualStore.d.ts +175 -22
- package/build/features/app/individual/individualStore.js +1 -1
- package/build/features/app/password/passwordStore.d.ts +102 -12
- package/build/features/app/password/passwordStore.js +1 -1
- package/build/features/app/signIn/signInStore.d.ts +61 -7
- package/build/features/app/signIn/signInStore.js +1 -1
- package/build/features/app/tax/taxStore.d.ts +72 -9
- 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.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
|
@@ -24,12 +24,39 @@ export declare const verifyToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
24
24
|
flows: any;
|
|
25
25
|
};
|
|
26
26
|
token: string;
|
|
27
|
-
}, VerifyLeadTokenProps, {
|
|
28
|
-
|
|
27
|
+
}, VerifyLeadTokenProps, {
|
|
28
|
+
state?: unknown;
|
|
29
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
30
|
+
extra?: unknown;
|
|
31
|
+
rejectValue?: unknown;
|
|
32
|
+
serializedErrorType?: unknown;
|
|
33
|
+
pendingMeta?: unknown;
|
|
34
|
+
fulfilledMeta?: unknown;
|
|
35
|
+
rejectedMeta?: unknown;
|
|
36
|
+
}>;
|
|
37
|
+
export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<void, VerifyLeadTokenProps, {
|
|
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
|
+
}>;
|
|
29
47
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
30
48
|
data: any;
|
|
31
|
-
}, void, {
|
|
32
|
-
|
|
49
|
+
}, void, {
|
|
50
|
+
state?: unknown;
|
|
51
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
52
|
+
extra?: unknown;
|
|
53
|
+
rejectValue?: unknown;
|
|
54
|
+
serializedErrorType?: unknown;
|
|
55
|
+
pendingMeta?: unknown;
|
|
56
|
+
fulfilledMeta?: unknown;
|
|
57
|
+
rejectedMeta?: unknown;
|
|
58
|
+
}>;
|
|
59
|
+
type AddDetailsParams = {
|
|
33
60
|
user: User;
|
|
34
61
|
userList: User[];
|
|
35
62
|
};
|
|
@@ -38,18 +65,54 @@ export declare const addDetailsAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
38
65
|
individualId: string;
|
|
39
66
|
countryCode: string;
|
|
40
67
|
countries: import("../../../@types").CountryCode[];
|
|
41
|
-
}, AddDetailsParams, {
|
|
42
|
-
|
|
68
|
+
}, AddDetailsParams, {
|
|
69
|
+
state?: unknown;
|
|
70
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
71
|
+
extra?: unknown;
|
|
72
|
+
rejectValue?: unknown;
|
|
73
|
+
serializedErrorType?: unknown;
|
|
74
|
+
pendingMeta?: unknown;
|
|
75
|
+
fulfilledMeta?: unknown;
|
|
76
|
+
rejectedMeta?: unknown;
|
|
77
|
+
}>;
|
|
78
|
+
type RequestEmail = {
|
|
43
79
|
user: User;
|
|
44
80
|
collectInfo: IndividualEmailMobileFormValues;
|
|
45
81
|
};
|
|
46
82
|
export declare const requestDetailsByEmail: import("@reduxjs/toolkit").AsyncThunk<{
|
|
47
83
|
data: any;
|
|
48
84
|
individualData: User | undefined;
|
|
49
|
-
}, RequestEmail, {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
85
|
+
}, RequestEmail, {
|
|
86
|
+
state?: unknown;
|
|
87
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
88
|
+
extra?: unknown;
|
|
89
|
+
rejectValue?: unknown;
|
|
90
|
+
serializedErrorType?: unknown;
|
|
91
|
+
pendingMeta?: unknown;
|
|
92
|
+
fulfilledMeta?: unknown;
|
|
93
|
+
rejectedMeta?: unknown;
|
|
94
|
+
}>;
|
|
95
|
+
export declare const getIndividualList: import("@reduxjs/toolkit").AsyncThunk<User[], string, {
|
|
96
|
+
state?: unknown;
|
|
97
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
98
|
+
extra?: unknown;
|
|
99
|
+
rejectValue?: unknown;
|
|
100
|
+
serializedErrorType?: unknown;
|
|
101
|
+
pendingMeta?: unknown;
|
|
102
|
+
fulfilledMeta?: unknown;
|
|
103
|
+
rejectedMeta?: unknown;
|
|
104
|
+
}>;
|
|
105
|
+
export declare const getCityList: import("@reduxjs/toolkit").AsyncThunk<any, string, {
|
|
106
|
+
state?: unknown;
|
|
107
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
108
|
+
extra?: unknown;
|
|
109
|
+
rejectValue?: unknown;
|
|
110
|
+
serializedErrorType?: unknown;
|
|
111
|
+
pendingMeta?: unknown;
|
|
112
|
+
fulfilledMeta?: unknown;
|
|
113
|
+
rejectedMeta?: unknown;
|
|
114
|
+
}>;
|
|
115
|
+
type RetrieveIndividualInfoParams = {
|
|
53
116
|
id: string;
|
|
54
117
|
type: string;
|
|
55
118
|
countryCode?: string;
|
|
@@ -58,20 +121,56 @@ export declare const retrieveIndividualInfo: import("@reduxjs/toolkit").AsyncThu
|
|
|
58
121
|
data: any;
|
|
59
122
|
countryCode: string | undefined;
|
|
60
123
|
countries: import("../../../@types").CountryCode[];
|
|
61
|
-
}, RetrieveIndividualInfoParams, {
|
|
124
|
+
}, RetrieveIndividualInfoParams, {
|
|
125
|
+
state?: unknown;
|
|
126
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
127
|
+
extra?: unknown;
|
|
128
|
+
rejectValue?: unknown;
|
|
129
|
+
serializedErrorType?: unknown;
|
|
130
|
+
pendingMeta?: unknown;
|
|
131
|
+
fulfilledMeta?: unknown;
|
|
132
|
+
rejectedMeta?: unknown;
|
|
133
|
+
}>;
|
|
62
134
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
63
135
|
sourceIncome: any;
|
|
64
136
|
monthlyIncome: any;
|
|
65
137
|
occupation: {
|
|
66
138
|
list: any;
|
|
67
139
|
};
|
|
68
|
-
}, string, {
|
|
140
|
+
}, string, {
|
|
141
|
+
state?: unknown;
|
|
142
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
143
|
+
extra?: unknown;
|
|
144
|
+
rejectValue?: unknown;
|
|
145
|
+
serializedErrorType?: unknown;
|
|
146
|
+
pendingMeta?: unknown;
|
|
147
|
+
fulfilledMeta?: unknown;
|
|
148
|
+
rejectedMeta?: unknown;
|
|
149
|
+
}>;
|
|
69
150
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
70
151
|
flows: any;
|
|
71
|
-
}, void, {
|
|
152
|
+
}, void, {
|
|
153
|
+
state?: unknown;
|
|
154
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
155
|
+
extra?: unknown;
|
|
156
|
+
rejectValue?: unknown;
|
|
157
|
+
serializedErrorType?: unknown;
|
|
158
|
+
pendingMeta?: unknown;
|
|
159
|
+
fulfilledMeta?: unknown;
|
|
160
|
+
rejectedMeta?: unknown;
|
|
161
|
+
}>;
|
|
72
162
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
73
163
|
data: any;
|
|
74
|
-
}, string, {
|
|
164
|
+
}, string, {
|
|
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
|
+
}>;
|
|
75
174
|
export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
76
175
|
data: any;
|
|
77
176
|
boardResponse: {
|
|
@@ -92,20 +191,56 @@ export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
92
191
|
formData: {
|
|
93
192
|
otp: string;
|
|
94
193
|
};
|
|
95
|
-
}, OTPFormValues, {
|
|
194
|
+
}, OTPFormValues, {
|
|
195
|
+
state?: unknown;
|
|
196
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
197
|
+
extra?: unknown;
|
|
198
|
+
rejectValue?: unknown;
|
|
199
|
+
serializedErrorType?: unknown;
|
|
200
|
+
pendingMeta?: unknown;
|
|
201
|
+
fulfilledMeta?: unknown;
|
|
202
|
+
rejectedMeta?: unknown;
|
|
203
|
+
}>;
|
|
96
204
|
export declare const updatePhoneInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
97
205
|
data: any;
|
|
98
206
|
formData: IndividualMobileFormValues;
|
|
99
|
-
}, AsyncThunkParams<IndividualMobileFormValues>, {
|
|
207
|
+
}, AsyncThunkParams<IndividualMobileFormValues>, {
|
|
208
|
+
state?: unknown;
|
|
209
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
210
|
+
extra?: unknown;
|
|
211
|
+
rejectValue?: unknown;
|
|
212
|
+
serializedErrorType?: unknown;
|
|
213
|
+
pendingMeta?: unknown;
|
|
214
|
+
fulfilledMeta?: unknown;
|
|
215
|
+
rejectedMeta?: unknown;
|
|
216
|
+
}>;
|
|
100
217
|
export declare const updateIndividualPersonalInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
101
218
|
data: any;
|
|
102
219
|
formData: IndividualPersonalInfoFormValues;
|
|
103
|
-
}, AsyncThunkParams<IndividualPersonalInfoFormValues>, {
|
|
220
|
+
}, AsyncThunkParams<IndividualPersonalInfoFormValues>, {
|
|
221
|
+
state?: unknown;
|
|
222
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
223
|
+
extra?: unknown;
|
|
224
|
+
rejectValue?: unknown;
|
|
225
|
+
serializedErrorType?: unknown;
|
|
226
|
+
pendingMeta?: unknown;
|
|
227
|
+
fulfilledMeta?: unknown;
|
|
228
|
+
rejectedMeta?: unknown;
|
|
229
|
+
}>;
|
|
104
230
|
export declare const updateIndividualInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
105
231
|
data: any;
|
|
106
232
|
formData: IndividualExtraFormValues;
|
|
107
233
|
individualData: User;
|
|
108
|
-
}, AsyncThunkParams<IndividualExtraFormValues>, {
|
|
234
|
+
}, AsyncThunkParams<IndividualExtraFormValues>, {
|
|
235
|
+
state?: unknown;
|
|
236
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
237
|
+
extra?: unknown;
|
|
238
|
+
rejectValue?: unknown;
|
|
239
|
+
serializedErrorType?: unknown;
|
|
240
|
+
pendingMeta?: unknown;
|
|
241
|
+
fulfilledMeta?: unknown;
|
|
242
|
+
rejectedMeta?: unknown;
|
|
243
|
+
}>;
|
|
109
244
|
export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
110
245
|
response: any;
|
|
111
246
|
formData: string;
|
|
@@ -113,13 +248,31 @@ export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThu
|
|
|
113
248
|
email: string;
|
|
114
249
|
cancelToken: CancelToken;
|
|
115
250
|
onSuccess?: (() => void) | undefined;
|
|
116
|
-
}, {
|
|
251
|
+
}, {
|
|
252
|
+
state?: unknown;
|
|
253
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
254
|
+
extra?: unknown;
|
|
255
|
+
rejectValue?: unknown;
|
|
256
|
+
serializedErrorType?: unknown;
|
|
257
|
+
pendingMeta?: unknown;
|
|
258
|
+
fulfilledMeta?: unknown;
|
|
259
|
+
rejectedMeta?: unknown;
|
|
260
|
+
}>;
|
|
117
261
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
118
262
|
response: any;
|
|
119
263
|
formData: void;
|
|
120
264
|
individualData: any;
|
|
121
|
-
} | undefined, void, {
|
|
122
|
-
|
|
265
|
+
} | undefined, void, {
|
|
266
|
+
state?: unknown;
|
|
267
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
268
|
+
extra?: unknown;
|
|
269
|
+
rejectValue?: unknown;
|
|
270
|
+
serializedErrorType?: unknown;
|
|
271
|
+
pendingMeta?: unknown;
|
|
272
|
+
fulfilledMeta?: unknown;
|
|
273
|
+
rejectedMeta?: unknown;
|
|
274
|
+
}>;
|
|
275
|
+
type VerifyData = {
|
|
123
276
|
token: string;
|
|
124
277
|
};
|
|
125
278
|
export interface IndividualData {
|
|
@@ -143,7 +296,7 @@ export declare const individualSlice: import("@reduxjs/toolkit").Slice<Individua
|
|
|
143
296
|
civilIDUploadingStatus: (state: IndividualState, action: ActionState<boolean>) => void;
|
|
144
297
|
signatureFileUploadingStatus: (state: IndividualState, action: ActionState<boolean>) => void;
|
|
145
298
|
}, "individual/store">;
|
|
146
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
299
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"individual/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"individual/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"individual/store/resetOTPScreen">, civilIDUploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "individual/store/civilIDUploadingStatus">, signatureFileUploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "individual/store/signatureFileUploadingStatus">, resetIndividualData: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"individual/store/resetIndividualData">;
|
|
147
300
|
declare const _default: import("redux").Reducer<IndividualState, import("redux").AnyAction>;
|
|
148
301
|
export default _default;
|
|
149
302
|
export declare const individualSelector: (state: RootState) => IndividualState;
|
|
@@ -24,7 +24,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24
24
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
25
25
|
function step(op) {
|
|
26
26
|
if (f) throw new TypeError("Generator is already executing.");
|
|
27
|
-
while (_) try {
|
|
27
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
28
28
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
29
29
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
30
30
|
switch (op[0]) {
|
|
@@ -5,27 +5,81 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
5
5
|
individualData: any;
|
|
6
6
|
boardResponse: any;
|
|
7
7
|
token: string;
|
|
8
|
-
}, string, {
|
|
8
|
+
}, string, {
|
|
9
|
+
state?: unknown;
|
|
10
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
11
|
+
extra?: unknown;
|
|
12
|
+
rejectValue?: unknown;
|
|
13
|
+
serializedErrorType?: unknown;
|
|
14
|
+
pendingMeta?: unknown;
|
|
15
|
+
fulfilledMeta?: unknown;
|
|
16
|
+
rejectedMeta?: unknown;
|
|
17
|
+
}>;
|
|
9
18
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
10
19
|
data: any;
|
|
11
|
-
}, void, {
|
|
20
|
+
}, void, {
|
|
21
|
+
state?: unknown;
|
|
22
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
23
|
+
extra?: unknown;
|
|
24
|
+
rejectValue?: unknown;
|
|
25
|
+
serializedErrorType?: unknown;
|
|
26
|
+
pendingMeta?: unknown;
|
|
27
|
+
fulfilledMeta?: unknown;
|
|
28
|
+
rejectedMeta?: unknown;
|
|
29
|
+
}>;
|
|
12
30
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
13
31
|
data: any;
|
|
14
|
-
}, string, {
|
|
32
|
+
}, string, {
|
|
33
|
+
state?: unknown;
|
|
34
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
35
|
+
extra?: unknown;
|
|
36
|
+
rejectValue?: unknown;
|
|
37
|
+
serializedErrorType?: unknown;
|
|
38
|
+
pendingMeta?: unknown;
|
|
39
|
+
fulfilledMeta?: unknown;
|
|
40
|
+
rejectedMeta?: unknown;
|
|
41
|
+
}>;
|
|
15
42
|
export declare const verifyPasswordLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
16
43
|
data: any;
|
|
17
44
|
formData: {
|
|
18
45
|
otp: string;
|
|
19
46
|
};
|
|
20
|
-
}, OTPFormValues, {
|
|
47
|
+
}, OTPFormValues, {
|
|
48
|
+
state?: unknown;
|
|
49
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
50
|
+
extra?: unknown;
|
|
51
|
+
rejectValue?: unknown;
|
|
52
|
+
serializedErrorType?: unknown;
|
|
53
|
+
pendingMeta?: unknown;
|
|
54
|
+
fulfilledMeta?: unknown;
|
|
55
|
+
rejectedMeta?: unknown;
|
|
56
|
+
}>;
|
|
21
57
|
export declare const createPassword: import("@reduxjs/toolkit").AsyncThunk<{
|
|
22
58
|
data: any;
|
|
23
59
|
formData: PasswordCreateFormValues;
|
|
24
|
-
}, PasswordCreateFormValues, {
|
|
60
|
+
}, PasswordCreateFormValues, {
|
|
61
|
+
state?: unknown;
|
|
62
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
63
|
+
extra?: unknown;
|
|
64
|
+
rejectValue?: unknown;
|
|
65
|
+
serializedErrorType?: unknown;
|
|
66
|
+
pendingMeta?: unknown;
|
|
67
|
+
fulfilledMeta?: unknown;
|
|
68
|
+
rejectedMeta?: unknown;
|
|
69
|
+
}>;
|
|
25
70
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
26
71
|
response: any;
|
|
27
72
|
formData: void;
|
|
28
|
-
} | undefined, void, {
|
|
73
|
+
} | undefined, void, {
|
|
74
|
+
state?: unknown;
|
|
75
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
76
|
+
extra?: unknown;
|
|
77
|
+
rejectValue?: unknown;
|
|
78
|
+
serializedErrorType?: unknown;
|
|
79
|
+
pendingMeta?: unknown;
|
|
80
|
+
fulfilledMeta?: unknown;
|
|
81
|
+
rejectedMeta?: unknown;
|
|
82
|
+
}>;
|
|
29
83
|
export declare const verifyOperationToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
30
84
|
data: any;
|
|
31
85
|
token: string;
|
|
@@ -38,10 +92,28 @@ export declare const verifyOperationToken: import("@reduxjs/toolkit").AsyncThunk
|
|
|
38
92
|
token: string;
|
|
39
93
|
boardId: string;
|
|
40
94
|
boardInfoId: string;
|
|
41
|
-
}, {
|
|
95
|
+
}, {
|
|
96
|
+
state?: unknown;
|
|
97
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
98
|
+
extra?: unknown;
|
|
99
|
+
rejectValue?: unknown;
|
|
100
|
+
serializedErrorType?: unknown;
|
|
101
|
+
pendingMeta?: unknown;
|
|
102
|
+
fulfilledMeta?: unknown;
|
|
103
|
+
rejectedMeta?: unknown;
|
|
104
|
+
}>;
|
|
42
105
|
export declare const resendOperationOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
43
106
|
data: any;
|
|
44
|
-
}, void, {
|
|
107
|
+
}, void, {
|
|
108
|
+
state?: unknown;
|
|
109
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
110
|
+
extra?: unknown;
|
|
111
|
+
rejectValue?: unknown;
|
|
112
|
+
serializedErrorType?: unknown;
|
|
113
|
+
pendingMeta?: unknown;
|
|
114
|
+
fulfilledMeta?: unknown;
|
|
115
|
+
rejectedMeta?: unknown;
|
|
116
|
+
}>;
|
|
45
117
|
export declare const resetPassword: import("@reduxjs/toolkit").AsyncThunk<{
|
|
46
118
|
data: any;
|
|
47
119
|
formData: {
|
|
@@ -52,14 +124,32 @@ export declare const resetPassword: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
52
124
|
} | undefined;
|
|
53
125
|
otp: string;
|
|
54
126
|
};
|
|
55
|
-
}, OTPFormValues, {
|
|
127
|
+
}, OTPFormValues, {
|
|
128
|
+
state?: unknown;
|
|
129
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
130
|
+
extra?: unknown;
|
|
131
|
+
rejectValue?: unknown;
|
|
132
|
+
serializedErrorType?: unknown;
|
|
133
|
+
pendingMeta?: unknown;
|
|
134
|
+
fulfilledMeta?: unknown;
|
|
135
|
+
rejectedMeta?: unknown;
|
|
136
|
+
}>;
|
|
56
137
|
export declare const retrieveBoardResetPasswordSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
57
138
|
id: any;
|
|
58
139
|
response: {
|
|
59
140
|
flows: any;
|
|
60
141
|
};
|
|
61
|
-
}, void, {
|
|
62
|
-
|
|
142
|
+
}, void, {
|
|
143
|
+
state?: unknown;
|
|
144
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
145
|
+
extra?: unknown;
|
|
146
|
+
rejectValue?: unknown;
|
|
147
|
+
serializedErrorType?: unknown;
|
|
148
|
+
pendingMeta?: unknown;
|
|
149
|
+
fulfilledMeta?: unknown;
|
|
150
|
+
rejectedMeta?: unknown;
|
|
151
|
+
}>;
|
|
152
|
+
type VerifyData = {
|
|
63
153
|
token: string;
|
|
64
154
|
operationType?: string;
|
|
65
155
|
};
|
|
@@ -81,7 +171,7 @@ export declare const passwordSlice: import("@reduxjs/toolkit").Slice<PasswordSta
|
|
|
81
171
|
type: string;
|
|
82
172
|
}) => void;
|
|
83
173
|
}, "password/store">;
|
|
84
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
174
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"password/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"password/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"password/store/resetOTPScreen">, storePasswordScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, "password/store/storePasswordScreen">;
|
|
85
175
|
declare const _default: import("redux").Reducer<PasswordState, import("redux").AnyAction>;
|
|
86
176
|
export default _default;
|
|
87
177
|
export declare const passwordSelector: (state: RootState) => PasswordState;
|
|
@@ -24,7 +24,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24
24
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
25
25
|
function step(op) {
|
|
26
26
|
if (f) throw new TypeError("Generator is already executing.");
|
|
27
|
-
while (_) try {
|
|
27
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
28
28
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
29
29
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
30
30
|
switch (op[0]) {
|
|
@@ -3,18 +3,72 @@ import { MobileFormValues, SharedState, EmailFormValues, ResponseData, OTPFormVa
|
|
|
3
3
|
export declare const createMobileAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
4
4
|
data: any;
|
|
5
5
|
formData: MobileFormValues;
|
|
6
|
-
}, MobileFormValues, {
|
|
7
|
-
|
|
6
|
+
}, MobileFormValues, {
|
|
7
|
+
state?: unknown;
|
|
8
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
9
|
+
extra?: unknown;
|
|
10
|
+
rejectValue?: unknown;
|
|
11
|
+
serializedErrorType?: unknown;
|
|
12
|
+
pendingMeta?: unknown;
|
|
13
|
+
fulfilledMeta?: unknown;
|
|
14
|
+
rejectedMeta?: unknown;
|
|
15
|
+
}>;
|
|
16
|
+
export declare const resendOTPMobile: import("@reduxjs/toolkit").AsyncThunk<any, void, {
|
|
17
|
+
state?: unknown;
|
|
18
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
19
|
+
extra?: unknown;
|
|
20
|
+
rejectValue?: unknown;
|
|
21
|
+
serializedErrorType?: unknown;
|
|
22
|
+
pendingMeta?: unknown;
|
|
23
|
+
fulfilledMeta?: unknown;
|
|
24
|
+
rejectedMeta?: unknown;
|
|
25
|
+
}>;
|
|
8
26
|
export declare const createEmailAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
9
27
|
data: any;
|
|
10
28
|
formData: EmailFormValues;
|
|
11
|
-
}, EmailFormValues, {
|
|
12
|
-
|
|
29
|
+
}, EmailFormValues, {
|
|
30
|
+
state?: unknown;
|
|
31
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
32
|
+
extra?: unknown;
|
|
33
|
+
rejectValue?: unknown;
|
|
34
|
+
serializedErrorType?: unknown;
|
|
35
|
+
pendingMeta?: unknown;
|
|
36
|
+
fulfilledMeta?: unknown;
|
|
37
|
+
rejectedMeta?: unknown;
|
|
38
|
+
}>;
|
|
39
|
+
export declare const resendOTPEmail: import("@reduxjs/toolkit").AsyncThunk<any, void, {
|
|
40
|
+
state?: unknown;
|
|
41
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
42
|
+
extra?: unknown;
|
|
43
|
+
rejectValue?: unknown;
|
|
44
|
+
serializedErrorType?: unknown;
|
|
45
|
+
pendingMeta?: unknown;
|
|
46
|
+
fulfilledMeta?: unknown;
|
|
47
|
+
rejectedMeta?: unknown;
|
|
48
|
+
}>;
|
|
13
49
|
export declare const verifyAuthOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
14
50
|
data: any;
|
|
15
51
|
formData: OTPFormValues;
|
|
16
|
-
}, OTPFormValues, {
|
|
17
|
-
|
|
52
|
+
}, OTPFormValues, {
|
|
53
|
+
state?: unknown;
|
|
54
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
55
|
+
extra?: unknown;
|
|
56
|
+
rejectValue?: unknown;
|
|
57
|
+
serializedErrorType?: unknown;
|
|
58
|
+
pendingMeta?: unknown;
|
|
59
|
+
fulfilledMeta?: unknown;
|
|
60
|
+
rejectedMeta?: unknown;
|
|
61
|
+
}>;
|
|
62
|
+
export declare const verifyAuthPassword: import("@reduxjs/toolkit").AsyncThunk<any, PasswordFormValues, {
|
|
63
|
+
state?: unknown;
|
|
64
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
65
|
+
extra?: unknown;
|
|
66
|
+
rejectValue?: unknown;
|
|
67
|
+
serializedErrorType?: unknown;
|
|
68
|
+
pendingMeta?: unknown;
|
|
69
|
+
fulfilledMeta?: unknown;
|
|
70
|
+
rejectedMeta?: unknown;
|
|
71
|
+
}>;
|
|
18
72
|
export interface SignInData {
|
|
19
73
|
auth: Partial<MobileFormValues & EmailFormValues> & ResponseData;
|
|
20
74
|
otpData: OTPFormValues & ResponseData;
|
|
@@ -27,7 +81,7 @@ export declare const signInSlice: import("@reduxjs/toolkit").Slice<SignInState,
|
|
|
27
81
|
stopLoader: (state: SignInState) => void;
|
|
28
82
|
resetOTPScreen: (state: SignInState) => void;
|
|
29
83
|
}, "signIsn/store">;
|
|
30
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
84
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"signIsn/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"signIsn/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"signIsn/store/resetOTPScreen">;
|
|
31
85
|
declare const _default: import("redux").Reducer<SignInState, import("redux").AnyAction>;
|
|
32
86
|
export default _default;
|
|
33
87
|
export declare const signInSelector: (state: RootState) => SignInState;
|
|
@@ -24,7 +24,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24
24
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
25
25
|
function step(op) {
|
|
26
26
|
if (f) throw new TypeError("Generator is already executing.");
|
|
27
|
-
while (_) try {
|
|
27
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
28
28
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
29
29
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
30
30
|
switch (op[0]) {
|
|
@@ -9,29 +9,92 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
9
9
|
individualData: any;
|
|
10
10
|
boardResponse: any;
|
|
11
11
|
token: string;
|
|
12
|
-
}, VerifyLeadTokenProps, {
|
|
12
|
+
}, VerifyLeadTokenProps, {
|
|
13
|
+
state?: unknown;
|
|
14
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
15
|
+
extra?: unknown;
|
|
16
|
+
rejectValue?: unknown;
|
|
17
|
+
serializedErrorType?: unknown;
|
|
18
|
+
pendingMeta?: unknown;
|
|
19
|
+
fulfilledMeta?: unknown;
|
|
20
|
+
rejectedMeta?: unknown;
|
|
21
|
+
}>;
|
|
13
22
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
14
23
|
data: any;
|
|
15
|
-
}, void, {
|
|
24
|
+
}, void, {
|
|
25
|
+
state?: unknown;
|
|
26
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
27
|
+
extra?: unknown;
|
|
28
|
+
rejectValue?: unknown;
|
|
29
|
+
serializedErrorType?: unknown;
|
|
30
|
+
pendingMeta?: unknown;
|
|
31
|
+
fulfilledMeta?: unknown;
|
|
32
|
+
rejectedMeta?: unknown;
|
|
33
|
+
}>;
|
|
16
34
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
17
35
|
flows: any;
|
|
18
|
-
}, void, {
|
|
36
|
+
}, void, {
|
|
37
|
+
state?: unknown;
|
|
38
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
39
|
+
extra?: unknown;
|
|
40
|
+
rejectValue?: unknown;
|
|
41
|
+
serializedErrorType?: unknown;
|
|
42
|
+
pendingMeta?: unknown;
|
|
43
|
+
fulfilledMeta?: unknown;
|
|
44
|
+
rejectedMeta?: unknown;
|
|
45
|
+
}>;
|
|
19
46
|
export declare const retrieveEntityInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
20
47
|
data: any;
|
|
21
|
-
}, string, {
|
|
48
|
+
}, string, {
|
|
49
|
+
state?: unknown;
|
|
50
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
51
|
+
extra?: unknown;
|
|
52
|
+
rejectValue?: unknown;
|
|
53
|
+
serializedErrorType?: unknown;
|
|
54
|
+
pendingMeta?: unknown;
|
|
55
|
+
fulfilledMeta?: unknown;
|
|
56
|
+
rejectedMeta?: unknown;
|
|
57
|
+
}>;
|
|
22
58
|
export declare const verifyTaxLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
23
59
|
data: any;
|
|
24
60
|
formData: OTPFormValues;
|
|
25
|
-
}, OTPFormValues, {
|
|
61
|
+
}, OTPFormValues, {
|
|
62
|
+
state?: unknown;
|
|
63
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
64
|
+
extra?: unknown;
|
|
65
|
+
rejectValue?: unknown;
|
|
66
|
+
serializedErrorType?: unknown;
|
|
67
|
+
pendingMeta?: unknown;
|
|
68
|
+
fulfilledMeta?: unknown;
|
|
69
|
+
rejectedMeta?: unknown;
|
|
70
|
+
}>;
|
|
26
71
|
export declare const updateTaxInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
27
72
|
data: any;
|
|
28
73
|
formData: TaxFormValues;
|
|
29
|
-
}, AsyncThunkParams<TaxFormValues>, {
|
|
74
|
+
}, AsyncThunkParams<TaxFormValues>, {
|
|
75
|
+
state?: unknown;
|
|
76
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
77
|
+
extra?: unknown;
|
|
78
|
+
rejectValue?: unknown;
|
|
79
|
+
serializedErrorType?: unknown;
|
|
80
|
+
pendingMeta?: unknown;
|
|
81
|
+
fulfilledMeta?: unknown;
|
|
82
|
+
rejectedMeta?: unknown;
|
|
83
|
+
}>;
|
|
30
84
|
export declare const updateLeadSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
31
85
|
response: any;
|
|
32
86
|
formData: void;
|
|
33
|
-
} | undefined, void, {
|
|
34
|
-
|
|
87
|
+
} | undefined, void, {
|
|
88
|
+
state?: unknown;
|
|
89
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
90
|
+
extra?: unknown;
|
|
91
|
+
rejectValue?: unknown;
|
|
92
|
+
serializedErrorType?: unknown;
|
|
93
|
+
pendingMeta?: unknown;
|
|
94
|
+
fulfilledMeta?: unknown;
|
|
95
|
+
rejectedMeta?: unknown;
|
|
96
|
+
}>;
|
|
97
|
+
type VerifyData = {
|
|
35
98
|
token: string;
|
|
36
99
|
};
|
|
37
100
|
export interface TaxData {
|
|
@@ -50,7 +113,7 @@ export declare const taxSlice: import("@reduxjs/toolkit").Slice<TaxState, {
|
|
|
50
113
|
resetOTPScreen: (state: TaxState) => void;
|
|
51
114
|
uploadingStatus: (state: TaxState, action: ActionState<boolean>) => void;
|
|
52
115
|
}, "tax/store">;
|
|
53
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
116
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"tax/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"tax/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"tax/store/resetOTPScreen">, uploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "tax/store/uploadingStatus">;
|
|
54
117
|
declare const _default: import("redux").Reducer<TaxState, import("redux").AnyAction>;
|
|
55
118
|
export default _default;
|
|
56
119
|
export declare const taxSelector: (state: RootState) => TaxState;
|
|
@@ -24,7 +24,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
24
24
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
25
25
|
function step(op) {
|
|
26
26
|
if (f) throw new TypeError("Generator is already executing.");
|
|
27
|
-
while (_) try {
|
|
27
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
28
28
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
29
29
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
30
30
|
switch (op[0]) {
|