@tap-payments/auth-jsconnect 2.3.17-test → 2.3.19-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 +6 -6
- package/build/@types/form.d.ts +19 -19
- 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/country.d.ts +1 -1
- package/build/api/data.d.ts +10 -10
- package/build/api/document.d.ts +2 -2
- package/build/api/entity.d.ts +7 -7
- package/build/api/file.d.ts +1 -1
- package/build/api/individual.d.ts +5 -5
- package/build/api/lead.d.ts +10 -10
- 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 +72 -9
- package/build/features/app/bank/bankStore.js +1 -1
- package/build/features/app/brand/brandStore.d.ts +104 -14
- package/build/features/app/brand/brandStore.js +6 -8
- 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 +121 -13
- 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 +72 -9
- package/build/features/app/entity/entityStore.js +1 -1
- package/build/features/app/individual/individualStore.d.ts +165 -21
- package/build/features/app/individual/individualStore.js +9 -4
- 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 +62 -8
- package/build/features/app/tax/taxStore.js +1 -1
- package/build/features/bank/screens/BankDetails/BankStatement.d.ts +1 -1
- package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +13 -13
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +11 -11
- package/build/features/brand/screens/BrandActivities/OperationStartDate.d.ts +2 -2
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +5 -5
- package/build/features/brand/screens/BrandInfo/BrandInfo.js +19 -14
- package/build/features/brand/screens/BrandInfo/BrandName.js +1 -1
- package/build/features/brand/screens/BrandInfo/SalesChannels.js +7 -25
- package/build/features/brand/screens/BrandInfo/validation.d.ts +1 -1
- package/build/features/brand/screens/BrandInfo/validation.js +3 -5
- package/build/features/business/screens/Activities/ActivitiesList.d.ts +13 -13
- package/build/features/business/screens/Activities/OperationStartDate.d.ts +2 -2
- package/build/features/business/screens/BusinessType/Article.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseType.d.ts +5 -5
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +11 -11
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +5 -5
- package/build/features/connect/screens/Individual/Email.js +1 -1
- package/build/features/connect/screens/Merchant/BrandName.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +5 -5
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
- package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +13 -13
- package/build/features/entity/screens/EntityName/Article.d.ts +1 -1
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +13 -13
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +2 -2
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +2 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +2 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +4 -4
- package/build/features/individual/screens/IndividualList/Email.js +1 -1
- package/build/features/individual/screens/IndividualList/IndividualList.d.ts +4 -4
- package/build/features/individual/screens/IndividualPersonalInfo/DOB.js +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +5 -5
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +2 -2
- package/build/features/shared/Address/CountryList.d.ts +9 -9
- package/build/features/shared/Address/InputSelect.d.ts +9 -9
- 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/Containers/FeatureContainer.d.ts +1 -1
- package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
- package/build/features/shared/Input/Input.d.ts +3 -3
- 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/package.json +1 -1
|
@@ -24,29 +24,92 @@ 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
|
};
|
|
36
63
|
export declare const addDetailsAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
37
64
|
userList: User[];
|
|
38
|
-
}, AddDetailsParams, {
|
|
39
|
-
|
|
65
|
+
}, AddDetailsParams, {
|
|
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
|
+
}>;
|
|
75
|
+
type RequestEmail = {
|
|
40
76
|
user: User;
|
|
41
77
|
collectInfo: IndividualEmailMobileFormValues;
|
|
42
78
|
};
|
|
43
79
|
export declare const requestDetailsByEmail: import("@reduxjs/toolkit").AsyncThunk<{
|
|
44
80
|
data: any;
|
|
45
81
|
userData: any;
|
|
46
|
-
}, RequestEmail, {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
82
|
+
}, RequestEmail, {
|
|
83
|
+
state?: unknown;
|
|
84
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
85
|
+
extra?: unknown;
|
|
86
|
+
rejectValue?: unknown;
|
|
87
|
+
serializedErrorType?: unknown;
|
|
88
|
+
pendingMeta?: unknown;
|
|
89
|
+
fulfilledMeta?: unknown;
|
|
90
|
+
rejectedMeta?: unknown;
|
|
91
|
+
}>;
|
|
92
|
+
export declare const getIndividualList: import("@reduxjs/toolkit").AsyncThunk<any[], string, {
|
|
93
|
+
state?: unknown;
|
|
94
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
95
|
+
extra?: unknown;
|
|
96
|
+
rejectValue?: unknown;
|
|
97
|
+
serializedErrorType?: unknown;
|
|
98
|
+
pendingMeta?: unknown;
|
|
99
|
+
fulfilledMeta?: unknown;
|
|
100
|
+
rejectedMeta?: unknown;
|
|
101
|
+
}>;
|
|
102
|
+
export declare const getCityList: import("@reduxjs/toolkit").AsyncThunk<any, 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
|
+
}>;
|
|
112
|
+
type RetrieveIndividualInfoParams = {
|
|
50
113
|
id: string;
|
|
51
114
|
type: string;
|
|
52
115
|
countryCode?: string;
|
|
@@ -55,15 +118,42 @@ export declare const retrieveIndividualInfo: import("@reduxjs/toolkit").AsyncThu
|
|
|
55
118
|
data: any;
|
|
56
119
|
countryCode: string | undefined;
|
|
57
120
|
countries: CountryCode[];
|
|
58
|
-
}, RetrieveIndividualInfoParams, {
|
|
121
|
+
}, RetrieveIndividualInfoParams, {
|
|
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
|
+
}>;
|
|
59
131
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
60
132
|
sourceIncome: any;
|
|
61
133
|
monthlyIncome: any;
|
|
62
134
|
occupation: any;
|
|
63
|
-
}, string, {
|
|
135
|
+
}, string, {
|
|
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
|
+
}>;
|
|
64
145
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
65
146
|
data: any;
|
|
66
|
-
}, string, {
|
|
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
|
+
}>;
|
|
67
157
|
export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
68
158
|
data: any;
|
|
69
159
|
boardResponse: {
|
|
@@ -84,19 +174,55 @@ export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
84
174
|
formData: {
|
|
85
175
|
otp: string;
|
|
86
176
|
};
|
|
87
|
-
}, OTPFormValues, {
|
|
177
|
+
}, OTPFormValues, {
|
|
178
|
+
state?: unknown;
|
|
179
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
180
|
+
extra?: unknown;
|
|
181
|
+
rejectValue?: unknown;
|
|
182
|
+
serializedErrorType?: unknown;
|
|
183
|
+
pendingMeta?: unknown;
|
|
184
|
+
fulfilledMeta?: unknown;
|
|
185
|
+
rejectedMeta?: unknown;
|
|
186
|
+
}>;
|
|
88
187
|
export declare const updatePhoneInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
89
188
|
data: any;
|
|
90
189
|
formData: IndividualMobileFormValues;
|
|
91
|
-
}, IndividualMobileFormValues, {
|
|
190
|
+
}, IndividualMobileFormValues, {
|
|
191
|
+
state?: unknown;
|
|
192
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
193
|
+
extra?: unknown;
|
|
194
|
+
rejectValue?: unknown;
|
|
195
|
+
serializedErrorType?: unknown;
|
|
196
|
+
pendingMeta?: unknown;
|
|
197
|
+
fulfilledMeta?: unknown;
|
|
198
|
+
rejectedMeta?: unknown;
|
|
199
|
+
}>;
|
|
92
200
|
export declare const updateIndividualPersonalInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
93
201
|
data: any;
|
|
94
202
|
formData: IndividualPersonalInfoFormValues;
|
|
95
|
-
}, IndividualPersonalInfoFormValues, {
|
|
203
|
+
}, IndividualPersonalInfoFormValues, {
|
|
204
|
+
state?: unknown;
|
|
205
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
206
|
+
extra?: unknown;
|
|
207
|
+
rejectValue?: unknown;
|
|
208
|
+
serializedErrorType?: unknown;
|
|
209
|
+
pendingMeta?: unknown;
|
|
210
|
+
fulfilledMeta?: unknown;
|
|
211
|
+
rejectedMeta?: unknown;
|
|
212
|
+
}>;
|
|
96
213
|
export declare const updateIndividualInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
97
214
|
data: any;
|
|
98
215
|
formData: IndividualExtraFormValues;
|
|
99
|
-
}, IndividualExtraFormValues, {
|
|
216
|
+
}, IndividualExtraFormValues, {
|
|
217
|
+
state?: unknown;
|
|
218
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
219
|
+
extra?: unknown;
|
|
220
|
+
rejectValue?: unknown;
|
|
221
|
+
serializedErrorType?: unknown;
|
|
222
|
+
pendingMeta?: unknown;
|
|
223
|
+
fulfilledMeta?: unknown;
|
|
224
|
+
rejectedMeta?: unknown;
|
|
225
|
+
}>;
|
|
100
226
|
export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
101
227
|
response: any;
|
|
102
228
|
formData: string;
|
|
@@ -104,12 +230,30 @@ export declare const checkEmailAvailability: import("@reduxjs/toolkit").AsyncThu
|
|
|
104
230
|
email: string;
|
|
105
231
|
cancelToken: CancelToken;
|
|
106
232
|
onSuccess?: (() => void) | undefined;
|
|
107
|
-
}, {
|
|
233
|
+
}, {
|
|
234
|
+
state?: unknown;
|
|
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
|
+
}>;
|
|
108
243
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
109
244
|
response: any;
|
|
110
245
|
formData: void;
|
|
111
|
-
} | undefined, void, {
|
|
112
|
-
|
|
246
|
+
} | undefined, void, {
|
|
247
|
+
state?: unknown;
|
|
248
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
249
|
+
extra?: unknown;
|
|
250
|
+
rejectValue?: unknown;
|
|
251
|
+
serializedErrorType?: unknown;
|
|
252
|
+
pendingMeta?: unknown;
|
|
253
|
+
fulfilledMeta?: unknown;
|
|
254
|
+
rejectedMeta?: unknown;
|
|
255
|
+
}>;
|
|
256
|
+
type VerifyData = {
|
|
113
257
|
token: string;
|
|
114
258
|
};
|
|
115
259
|
export interface IndividualData {
|
|
@@ -133,7 +277,7 @@ export declare const individualSlice: import("@reduxjs/toolkit").Slice<Individua
|
|
|
133
277
|
civilIDUploadingStatus: (state: IndividualState, action: ActionState<boolean>) => void;
|
|
134
278
|
signatureFileUploadingStatus: (state: IndividualState, action: ActionState<boolean>) => void;
|
|
135
279
|
}, "individual/store">;
|
|
136
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
280
|
+
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">;
|
|
137
281
|
declare const _default: import("redux").Reducer<IndividualState, import("redux").AnyAction>;
|
|
138
282
|
export default _default;
|
|
139
283
|
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]) {
|
|
@@ -71,7 +71,7 @@ import API from '../../../api';
|
|
|
71
71
|
import { FlowsTypes, IndividualGender, IndividualType, DocumentPurpose } from '../../../@types';
|
|
72
72
|
import { handleNextScreenStep, handleSetCountryByIso2 } from '../../../app/settings';
|
|
73
73
|
import { defaultCountry, IDENTIFICATION_TYPE, INDIVIDUAl_STEP_NAMES } from '../../../constants';
|
|
74
|
-
import { convertNumbers2English, dateFormat, findCountryByIddPrefix, findCountryByIso2,
|
|
74
|
+
import { convertNumbers2English, dateFormat, findCountryByIddPrefix, findCountryByIso2, getUserNameObject, getUserName, sleep, isValidEmail, getRecentDocumentBasedOnPurpose } from '../../../utils';
|
|
75
75
|
export var verifyToken = createAsyncThunk('individual/verifyToken', function (_a, thunkApi) {
|
|
76
76
|
var token = _a.token, isInternally = _a.isInternally, isUpdatePhoneInfo = _a.isUpdatePhoneInfo;
|
|
77
77
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
@@ -191,7 +191,12 @@ export var verifyLeadToken = createAsyncThunk('individualVerifyLeadToken', funct
|
|
|
191
191
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
192
192
|
return __generator(this, function (_b) {
|
|
193
193
|
switch (_b.label) {
|
|
194
|
-
case 0: return [4, thunkApi
|
|
194
|
+
case 0: return [4, thunkApi
|
|
195
|
+
.dispatch(verifyToken({ token: token, isInternally: isInternally }))
|
|
196
|
+
.unwrap()
|
|
197
|
+
.catch(function (err) {
|
|
198
|
+
throw new Error(err.message);
|
|
199
|
+
})];
|
|
195
200
|
case 1:
|
|
196
201
|
_b.sent();
|
|
197
202
|
return [2];
|
|
@@ -816,7 +821,7 @@ var initialState = {
|
|
|
816
821
|
nid: '',
|
|
817
822
|
issuedCountry: undefined,
|
|
818
823
|
expiryDate: '',
|
|
819
|
-
dob:
|
|
824
|
+
dob: '',
|
|
820
825
|
placeOfBirthCountry: undefined,
|
|
821
826
|
placeOfBirthCity: undefined,
|
|
822
827
|
nationality: undefined
|
|
@@ -4,27 +4,81 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
4
4
|
data: any;
|
|
5
5
|
boardResponse: any;
|
|
6
6
|
token: string;
|
|
7
|
-
}, string, {
|
|
7
|
+
}, string, {
|
|
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
|
+
}>;
|
|
8
17
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
9
18
|
data: any;
|
|
10
|
-
}, void, {
|
|
19
|
+
}, void, {
|
|
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
|
+
}>;
|
|
11
29
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
12
30
|
data: any;
|
|
13
|
-
}, string, {
|
|
31
|
+
}, string, {
|
|
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
|
+
}>;
|
|
14
41
|
export declare const verifyPasswordLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
15
42
|
data: any;
|
|
16
43
|
formData: {
|
|
17
44
|
otp: string;
|
|
18
45
|
};
|
|
19
|
-
}, OTPFormValues, {
|
|
46
|
+
}, OTPFormValues, {
|
|
47
|
+
state?: unknown;
|
|
48
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
49
|
+
extra?: unknown;
|
|
50
|
+
rejectValue?: unknown;
|
|
51
|
+
serializedErrorType?: unknown;
|
|
52
|
+
pendingMeta?: unknown;
|
|
53
|
+
fulfilledMeta?: unknown;
|
|
54
|
+
rejectedMeta?: unknown;
|
|
55
|
+
}>;
|
|
20
56
|
export declare const createPassword: import("@reduxjs/toolkit").AsyncThunk<{
|
|
21
57
|
data: any;
|
|
22
58
|
formData: PasswordCreateFormValues;
|
|
23
|
-
}, PasswordCreateFormValues, {
|
|
59
|
+
}, PasswordCreateFormValues, {
|
|
60
|
+
state?: unknown;
|
|
61
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
62
|
+
extra?: unknown;
|
|
63
|
+
rejectValue?: unknown;
|
|
64
|
+
serializedErrorType?: unknown;
|
|
65
|
+
pendingMeta?: unknown;
|
|
66
|
+
fulfilledMeta?: unknown;
|
|
67
|
+
rejectedMeta?: unknown;
|
|
68
|
+
}>;
|
|
24
69
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
25
70
|
response: any;
|
|
26
71
|
formData: void;
|
|
27
|
-
} | undefined, void, {
|
|
72
|
+
} | undefined, void, {
|
|
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
|
+
}>;
|
|
28
82
|
export declare const verifyOperationToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
29
83
|
data: any;
|
|
30
84
|
token: string;
|
|
@@ -34,10 +88,28 @@ export declare const verifyOperationToken: import("@reduxjs/toolkit").AsyncThunk
|
|
|
34
88
|
token: string;
|
|
35
89
|
boardId: string;
|
|
36
90
|
boardInfoId: string;
|
|
37
|
-
}, {
|
|
91
|
+
}, {
|
|
92
|
+
state?: unknown;
|
|
93
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
94
|
+
extra?: unknown;
|
|
95
|
+
rejectValue?: unknown;
|
|
96
|
+
serializedErrorType?: unknown;
|
|
97
|
+
pendingMeta?: unknown;
|
|
98
|
+
fulfilledMeta?: unknown;
|
|
99
|
+
rejectedMeta?: unknown;
|
|
100
|
+
}>;
|
|
38
101
|
export declare const resendOperationOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
39
102
|
data: any;
|
|
40
|
-
}, void, {
|
|
103
|
+
}, void, {
|
|
104
|
+
state?: unknown;
|
|
105
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
106
|
+
extra?: unknown;
|
|
107
|
+
rejectValue?: unknown;
|
|
108
|
+
serializedErrorType?: unknown;
|
|
109
|
+
pendingMeta?: unknown;
|
|
110
|
+
fulfilledMeta?: unknown;
|
|
111
|
+
rejectedMeta?: unknown;
|
|
112
|
+
}>;
|
|
41
113
|
export declare const resetPassword: import("@reduxjs/toolkit").AsyncThunk<{
|
|
42
114
|
data: any;
|
|
43
115
|
formData: {
|
|
@@ -48,14 +120,32 @@ export declare const resetPassword: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
48
120
|
} | undefined;
|
|
49
121
|
otp: string;
|
|
50
122
|
};
|
|
51
|
-
}, OTPFormValues, {
|
|
123
|
+
}, OTPFormValues, {
|
|
124
|
+
state?: unknown;
|
|
125
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
126
|
+
extra?: unknown;
|
|
127
|
+
rejectValue?: unknown;
|
|
128
|
+
serializedErrorType?: unknown;
|
|
129
|
+
pendingMeta?: unknown;
|
|
130
|
+
fulfilledMeta?: unknown;
|
|
131
|
+
rejectedMeta?: unknown;
|
|
132
|
+
}>;
|
|
52
133
|
export declare const retrieveBoardResetPasswordSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
53
134
|
id: any;
|
|
54
135
|
response: {
|
|
55
136
|
flows: any;
|
|
56
137
|
};
|
|
57
|
-
}, void, {
|
|
58
|
-
|
|
138
|
+
}, void, {
|
|
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
|
+
}>;
|
|
148
|
+
type VerifyData = {
|
|
59
149
|
token: string;
|
|
60
150
|
operationType?: string;
|
|
61
151
|
};
|
|
@@ -77,7 +167,7 @@ export declare const passwordSlice: import("@reduxjs/toolkit").Slice<PasswordSta
|
|
|
77
167
|
type: string;
|
|
78
168
|
}) => void;
|
|
79
169
|
}, "password/store">;
|
|
80
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
170
|
+
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">;
|
|
81
171
|
declare const _default: import("redux").Reducer<PasswordState, import("redux").AnyAction>;
|
|
82
172
|
export default _default;
|
|
83
173
|
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]) {
|
|
@@ -8,26 +8,80 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
8
8
|
data: any;
|
|
9
9
|
boardResponse: any;
|
|
10
10
|
token: string;
|
|
11
|
-
}, VerifyLeadTokenProps, {
|
|
11
|
+
}, VerifyLeadTokenProps, {
|
|
12
|
+
state?: unknown;
|
|
13
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
14
|
+
extra?: unknown;
|
|
15
|
+
rejectValue?: unknown;
|
|
16
|
+
serializedErrorType?: unknown;
|
|
17
|
+
pendingMeta?: unknown;
|
|
18
|
+
fulfilledMeta?: unknown;
|
|
19
|
+
rejectedMeta?: unknown;
|
|
20
|
+
}>;
|
|
12
21
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
13
22
|
data: any;
|
|
14
|
-
}, void, {
|
|
23
|
+
}, void, {
|
|
24
|
+
state?: unknown;
|
|
25
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
26
|
+
extra?: unknown;
|
|
27
|
+
rejectValue?: unknown;
|
|
28
|
+
serializedErrorType?: unknown;
|
|
29
|
+
pendingMeta?: unknown;
|
|
30
|
+
fulfilledMeta?: unknown;
|
|
31
|
+
rejectedMeta?: unknown;
|
|
32
|
+
}>;
|
|
15
33
|
export declare const retrieveEntityInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
16
34
|
data: any;
|
|
17
|
-
}, string, {
|
|
35
|
+
}, string, {
|
|
36
|
+
state?: unknown;
|
|
37
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
38
|
+
extra?: unknown;
|
|
39
|
+
rejectValue?: unknown;
|
|
40
|
+
serializedErrorType?: unknown;
|
|
41
|
+
pendingMeta?: unknown;
|
|
42
|
+
fulfilledMeta?: unknown;
|
|
43
|
+
rejectedMeta?: unknown;
|
|
44
|
+
}>;
|
|
18
45
|
export declare const verifyTaxLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
19
46
|
data: any;
|
|
20
47
|
formData: OTPFormValues;
|
|
21
|
-
}, OTPFormValues, {
|
|
48
|
+
}, OTPFormValues, {
|
|
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 updateTaxInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
23
59
|
data: any;
|
|
24
60
|
formData: TaxFormValues;
|
|
25
|
-
}, TaxFormValues, {
|
|
61
|
+
}, TaxFormValues, {
|
|
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 updateLeadSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
27
72
|
response: any;
|
|
28
73
|
formData: void;
|
|
29
|
-
} | undefined, void, {
|
|
30
|
-
|
|
74
|
+
} | undefined, void, {
|
|
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
|
+
}>;
|
|
84
|
+
type VerifyData = {
|
|
31
85
|
token: string;
|
|
32
86
|
};
|
|
33
87
|
export interface TaxData {
|
|
@@ -46,7 +100,7 @@ export declare const taxSlice: import("@reduxjs/toolkit").Slice<TaxState, {
|
|
|
46
100
|
resetOTPScreen: (state: TaxState) => void;
|
|
47
101
|
uploadingStatus: (state: TaxState, action: ActionState<boolean>) => void;
|
|
48
102
|
}, "tax/store">;
|
|
49
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
103
|
+
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">;
|
|
50
104
|
declare const _default: import("redux").Reducer<TaxState, import("redux").AnyAction>;
|
|
51
105
|
export default _default;
|
|
52
106
|
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]) {
|