@tap-payments/auth-jsconnect 2.1.72-test → 2.1.74-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/data.d.ts +10 -10
- package/build/api/entity.d.ts +8 -8
- package/build/api/file.d.ts +1 -1
- package/build/api/individual.d.ts +4 -4
- 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 +1 -1
- package/build/app/settings.d.ts +12 -2
- package/build/app/settings.js +4 -4
- package/build/app/store.d.ts +4 -4
- package/build/components/Lottie/Lottie.d.ts +1 -1
- package/build/components/Slide/Slide.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 +102 -12
- 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 +121 -13
- package/build/features/app/connect/connectStore.js +1 -1
- package/build/features/app/connectExpress/connectExpressStore.d.ts +181 -19
- package/build/features/app/connectExpress/connectExpressStore.js +24 -8
- 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 +72 -9
- 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 +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/BrandName.js +1 -1
- 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/Connect.js +1 -1
- package/build/features/connect/screens/Individual/Email.js +1 -1
- package/build/features/connect/screens/Merchant/BrandName.js +1 -1
- package/build/features/connectExpress/ConnectExpress.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +5 -5
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
- package/build/features/connectExpress/screens/Mobile/Mobile.js +1 -1
- package/build/features/connectExpress/screens/NID/NID.js +1 -1
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +7 -2
- 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/PEPSwitch.d.ts +4 -4
- 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/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/UploadFile.d.ts +2 -2
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +4 -4
- package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +2 -2
- package/build/hooks/useAppConfig.d.ts +2 -1
- package/build/hooks/useAppConfig.js +2 -2
- package/package.json +1 -1
|
@@ -18,10 +18,28 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
18
18
|
entityTypes: any;
|
|
19
19
|
};
|
|
20
20
|
token: string;
|
|
21
|
-
}, VerifyLeadTokenProps, {
|
|
21
|
+
}, VerifyLeadTokenProps, {
|
|
22
|
+
state?: unknown;
|
|
23
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
24
|
+
extra?: unknown;
|
|
25
|
+
rejectValue?: unknown;
|
|
26
|
+
serializedErrorType?: unknown;
|
|
27
|
+
pendingMeta?: unknown;
|
|
28
|
+
fulfilledMeta?: unknown;
|
|
29
|
+
rejectedMeta?: unknown;
|
|
30
|
+
}>;
|
|
22
31
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
23
32
|
data: any;
|
|
24
|
-
}, void, {
|
|
33
|
+
}, void, {
|
|
34
|
+
state?: unknown;
|
|
35
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
36
|
+
extra?: unknown;
|
|
37
|
+
rejectValue?: unknown;
|
|
38
|
+
serializedErrorType?: unknown;
|
|
39
|
+
pendingMeta?: unknown;
|
|
40
|
+
fulfilledMeta?: unknown;
|
|
41
|
+
rejectedMeta?: unknown;
|
|
42
|
+
}>;
|
|
25
43
|
export declare const verifyEntityLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
26
44
|
data: any;
|
|
27
45
|
boardResponse: {
|
|
@@ -36,14 +54,41 @@ export declare const verifyEntityLeadOTP: import("@reduxjs/toolkit").AsyncThunk<
|
|
|
36
54
|
entityTypes: any;
|
|
37
55
|
};
|
|
38
56
|
formData: OTPFormValues;
|
|
39
|
-
}, OTPFormValues, {
|
|
57
|
+
}, OTPFormValues, {
|
|
58
|
+
state?: unknown;
|
|
59
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
60
|
+
extra?: unknown;
|
|
61
|
+
rejectValue?: unknown;
|
|
62
|
+
serializedErrorType?: unknown;
|
|
63
|
+
pendingMeta?: unknown;
|
|
64
|
+
fulfilledMeta?: unknown;
|
|
65
|
+
rejectedMeta?: unknown;
|
|
66
|
+
}>;
|
|
40
67
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
41
68
|
data: any;
|
|
42
|
-
}, string, {
|
|
69
|
+
}, string, {
|
|
70
|
+
state?: unknown;
|
|
71
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
72
|
+
extra?: unknown;
|
|
73
|
+
rejectValue?: unknown;
|
|
74
|
+
serializedErrorType?: unknown;
|
|
75
|
+
pendingMeta?: unknown;
|
|
76
|
+
fulfilledMeta?: unknown;
|
|
77
|
+
rejectedMeta?: unknown;
|
|
78
|
+
}>;
|
|
43
79
|
export declare const updateEntityName: import("@reduxjs/toolkit").AsyncThunk<{
|
|
44
80
|
data: any;
|
|
45
81
|
formData: EntityNameFormValues;
|
|
46
|
-
}, EntityNameFormValues, {
|
|
82
|
+
}, EntityNameFormValues, {
|
|
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
|
+
}>;
|
|
47
92
|
interface UploadArticleParams {
|
|
48
93
|
file: File;
|
|
49
94
|
onProgress?: (value: number) => void;
|
|
@@ -52,16 +97,43 @@ interface UploadArticleParams {
|
|
|
52
97
|
}
|
|
53
98
|
export declare const uploadArticle: import("@reduxjs/toolkit").AsyncThunk<{
|
|
54
99
|
data: any;
|
|
55
|
-
}, UploadArticleParams, {
|
|
100
|
+
}, UploadArticleParams, {
|
|
101
|
+
state?: unknown;
|
|
102
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
103
|
+
extra?: unknown;
|
|
104
|
+
rejectValue?: unknown;
|
|
105
|
+
serializedErrorType?: unknown;
|
|
106
|
+
pendingMeta?: unknown;
|
|
107
|
+
fulfilledMeta?: unknown;
|
|
108
|
+
rejectedMeta?: unknown;
|
|
109
|
+
}>;
|
|
56
110
|
export declare const updateEntityCapital: import("@reduxjs/toolkit").AsyncThunk<{
|
|
57
111
|
data: any;
|
|
58
112
|
formData: EntityCapitalFormValues;
|
|
59
|
-
}, EntityCapitalFormValues, {
|
|
113
|
+
}, EntityCapitalFormValues, {
|
|
114
|
+
state?: unknown;
|
|
115
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
116
|
+
extra?: unknown;
|
|
117
|
+
rejectValue?: unknown;
|
|
118
|
+
serializedErrorType?: unknown;
|
|
119
|
+
pendingMeta?: unknown;
|
|
120
|
+
fulfilledMeta?: unknown;
|
|
121
|
+
rejectedMeta?: unknown;
|
|
122
|
+
}>;
|
|
60
123
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
61
124
|
response: any;
|
|
62
125
|
formData: void;
|
|
63
|
-
} | undefined, void, {
|
|
64
|
-
|
|
126
|
+
} | undefined, void, {
|
|
127
|
+
state?: unknown;
|
|
128
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
129
|
+
extra?: unknown;
|
|
130
|
+
rejectValue?: unknown;
|
|
131
|
+
serializedErrorType?: unknown;
|
|
132
|
+
pendingMeta?: unknown;
|
|
133
|
+
fulfilledMeta?: unknown;
|
|
134
|
+
rejectedMeta?: unknown;
|
|
135
|
+
}>;
|
|
136
|
+
type VerifyData = {
|
|
65
137
|
token: string;
|
|
66
138
|
};
|
|
67
139
|
export interface EntityData {
|
|
@@ -84,7 +156,7 @@ export declare const entitySlice: import("@reduxjs/toolkit").Slice<EntityState,
|
|
|
84
156
|
uploadingStatus: (state: EntityState, action: ActionState<boolean>) => void;
|
|
85
157
|
clearArticleId: (state: EntityState) => void;
|
|
86
158
|
}, "entity/store">;
|
|
87
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
159
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"entity/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"entity/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"entity/store/resetOTPScreen">, uploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "entity/store/uploadingStatus">, clearArticleId: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"entity/store/clearArticleId">;
|
|
88
160
|
declare const _default: import("redux").Reducer<EntityState, import("redux").AnyAction>;
|
|
89
161
|
export default _default;
|
|
90
162
|
export declare const entitySelector: (state: RootState) => EntityState;
|
|
@@ -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]) {
|
|
@@ -21,18 +21,54 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
21
21
|
flows: any;
|
|
22
22
|
};
|
|
23
23
|
token: string;
|
|
24
|
-
}, VerifyLeadTokenProps, {
|
|
24
|
+
}, VerifyLeadTokenProps, {
|
|
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
|
+
}>;
|
|
25
34
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
26
35
|
data: any;
|
|
27
|
-
}, 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
|
+
}>;
|
|
28
46
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
29
47
|
sourceIncome: any;
|
|
30
48
|
monthlyIncome: any;
|
|
31
49
|
occupation: any;
|
|
32
|
-
}, string, {
|
|
50
|
+
}, string, {
|
|
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
|
+
}>;
|
|
33
60
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
34
61
|
data: any;
|
|
35
|
-
}, string, {
|
|
62
|
+
}, string, {
|
|
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
|
+
}>;
|
|
36
72
|
export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
37
73
|
data: any;
|
|
38
74
|
boardResponse: {
|
|
@@ -52,16 +88,43 @@ export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
52
88
|
formData: {
|
|
53
89
|
otp: string;
|
|
54
90
|
};
|
|
55
|
-
}, OTPFormValues, {
|
|
91
|
+
}, OTPFormValues, {
|
|
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
|
+
}>;
|
|
56
101
|
export declare const updateIndividualInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
57
102
|
data: any;
|
|
58
103
|
formData: IndividualExtraFormValues;
|
|
59
|
-
}, IndividualExtraFormValues, {
|
|
104
|
+
}, IndividualExtraFormValues, {
|
|
105
|
+
state?: unknown;
|
|
106
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
107
|
+
extra?: unknown;
|
|
108
|
+
rejectValue?: unknown;
|
|
109
|
+
serializedErrorType?: unknown;
|
|
110
|
+
pendingMeta?: unknown;
|
|
111
|
+
fulfilledMeta?: unknown;
|
|
112
|
+
rejectedMeta?: unknown;
|
|
113
|
+
}>;
|
|
60
114
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
61
115
|
response: any;
|
|
62
116
|
formData: void;
|
|
63
|
-
} | undefined, void, {
|
|
64
|
-
|
|
117
|
+
} | undefined, void, {
|
|
118
|
+
state?: unknown;
|
|
119
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
120
|
+
extra?: unknown;
|
|
121
|
+
rejectValue?: unknown;
|
|
122
|
+
serializedErrorType?: unknown;
|
|
123
|
+
pendingMeta?: unknown;
|
|
124
|
+
fulfilledMeta?: unknown;
|
|
125
|
+
rejectedMeta?: unknown;
|
|
126
|
+
}>;
|
|
127
|
+
type VerifyData = {
|
|
65
128
|
token: string;
|
|
66
129
|
};
|
|
67
130
|
export interface IndividualData {
|
|
@@ -80,7 +143,7 @@ export declare const individualSlice: import("@reduxjs/toolkit").Slice<Individua
|
|
|
80
143
|
civilIDUploadingStatus: (state: IndividualState, action: ActionState<boolean>) => void;
|
|
81
144
|
signatureFileUploadingStatus: (state: IndividualState, action: ActionState<boolean>) => void;
|
|
82
145
|
}, "individual/store">;
|
|
83
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
146
|
+
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">;
|
|
84
147
|
declare const _default: import("redux").Reducer<IndividualState, import("redux").AnyAction>;
|
|
85
148
|
export default _default;
|
|
86
149
|
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]) {
|
|
@@ -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]) {
|
|
@@ -13,7 +13,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13
13
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
14
14
|
function step(op) {
|
|
15
15
|
if (f) throw new TypeError("Generator is already executing.");
|
|
16
|
-
while (_) try {
|
|
16
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
17
17
|
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;
|
|
18
18
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
19
19
|
switch (op[0]) {
|