@tap-payments/auth-jsconnect 2.0.48 → 2.0.49
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 +8 -6
- package/build/@types/form.d.ts +23 -22
- 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 +25 -0
- package/build/api/document.js +38 -0
- package/build/api/entity.d.ts +10 -20
- package/build/api/entity.js +6 -5
- package/build/api/file.d.ts +2 -1
- package/build/api/file.js +14 -1
- package/build/api/index.d.ts +10 -3
- package/build/api/index.js +3 -1
- package/build/api/individual.d.ts +8 -8
- 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/assets/locales/ar.json +3 -1
- package/build/assets/locales/en.json +3 -1
- package/build/components/Lottie/Lottie.d.ts +1 -2
- package/build/components/Lottie/Lottie.js +1 -1
- package/build/components/Lottie/index.d.ts +2 -2
- package/build/components/Lottie/index.js +2 -2
- package/build/components/Slide/Slide.d.ts +1 -1
- package/build/constants/app.d.ts +31 -0
- package/build/constants/app.js +43 -1
- package/build/features/app/bank/bankStore.d.ts +73 -10
- package/build/features/app/bank/bankStore.js +29 -15
- package/build/features/app/brand/brandStore.d.ts +104 -12
- package/build/features/app/brand/brandStore.js +65 -66
- package/build/features/app/business/businessStore.d.ts +163 -19
- package/build/features/app/business/businessStore.js +3 -3
- 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 +1 -1
- package/build/features/app/entity/entityStore.d.ts +76 -20
- package/build/features/app/entity/entityStore.js +67 -93
- package/build/features/app/individual/individualStore.d.ts +182 -20
- package/build/features/app/individual/individualStore.js +278 -135
- 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 +25 -12
- package/build/features/bank/screens/BankDetails/BankStatement.d.ts +1 -1
- package/build/features/bank/screens/BankDetails/BankStatement.js +4 -3
- package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
- package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +13 -13
- package/build/features/brand/screens/BrandActivities/ActivitiesList.js +6 -7
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +11 -11
- package/build/features/brand/screens/BrandActivities/CustomerBase.js +5 -7
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +5 -7
- 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/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.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/Article.js +1 -1
- package/build/features/business/screens/BusinessType/LicenseCertificate.js +2 -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/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.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/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/EntityCapital/ActivityList.js +7 -7
- package/build/features/entity/screens/EntityCapital/CapitalPaid.js +3 -4
- package/build/features/entity/screens/EntityCapital/CapitalShareCount.js +3 -4
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +3 -4
- package/build/features/entity/screens/EntityName/Article.d.ts +1 -1
- package/build/features/entity/screens/EntityName/Article.js +16 -53
- package/build/features/entity/screens/EntityName/EntityName.js +2 -3
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +13 -13
- package/build/features/entity/screens/EntityName/EntityTypeList.js +4 -6
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +2 -2
- package/build/features/entity/screens/EntityName/ExpiryDate.js +6 -6
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +2 -2
- package/build/features/entity/screens/EntityName/IssuingDate.js +4 -5
- package/build/features/entity/screens/EntityName/LegalName.js +2 -4
- package/build/features/entity/screens/EntityName/LicenseCertificate.js +4 -3
- package/build/features/entity/screens/EntityName/LicenseNumber.js +4 -4
- package/build/features/entity/screens/EntityName/UnifiedNumber.js +3 -4
- package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/featuresScreens.js +5 -0
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +2 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.js +4 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.js +2 -4
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +5 -6
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.js +5 -6
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +4 -4
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.js +2 -4
- package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.js +4 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.js +5 -6
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +2 -0
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.js +3 -2
- package/build/features/individual/screens/IndividualList/Email.d.ts +5 -1
- package/build/features/individual/screens/IndividualList/Email.js +73 -8
- package/build/features/individual/screens/IndividualList/IndividualList.d.ts +4 -4
- package/build/features/individual/screens/IndividualList/UserList.js +36 -19
- package/build/features/individual/screens/IndividualList/validation.js +2 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Email.js +2 -3
- package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.js +3 -4
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +5 -5
- package/build/features/individual/screens/IndividualPersonalInfo/ID.js +2 -3
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +2 -2
- package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.js +6 -7
- package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.js +5 -6
- package/build/features/individual/screens/IndividualPersonalInfo/Name.js +2 -3
- package/build/features/individual/screens/IndividualPersonalInfo/Nationality.js +6 -7
- package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.d.ts +12 -0
- package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.js +143 -0
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.d.ts +5 -0
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.js +60 -0
- package/build/features/individual/screens/IndividualPhoneInfo/index.d.ts +3 -0
- package/build/features/individual/screens/IndividualPhoneInfo/index.js +2 -0
- package/build/features/individual/screens/IndividualPhoneInfo/validation.d.ts +8 -0
- package/build/features/individual/screens/IndividualPhoneInfo/validation.js +31 -0
- package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- 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/Button.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/{ListButton.d.ts → IndividualActionButtons.d.ts} +5 -4
- package/build/features/shared/Button/IndividualActionButtons.js +132 -0
- package/build/features/shared/Button/index.d.ts +1 -1
- package/build/features/shared/Button/index.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/SuccessFlowButtons/SuccessFlowButtons.js +11 -1
- package/build/features/shared/UploadFile/FileUpload.d.ts +29 -0
- package/build/features/shared/UploadFile/FileUpload.js +263 -0
- package/build/features/shared/UploadFile/UploadFile.d.ts +2 -2
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +33 -0
- package/build/features/shared/UploadFile/UploadWrapper.js +114 -0
- package/build/features/shared/UploadFile/index.d.ts +2 -1
- package/build/features/shared/UploadFile/index.js +2 -1
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +9 -20
- package/build/features/shared/UploadMultipleFile/UploadFile.js +109 -24
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +6 -4
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.js +26 -19
- package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/tax/screens/TaxDetails/TaxDocument.js +4 -3
- package/build/features/tax/screens/TaxDetails/VATId.js +3 -4
- package/build/index.d.ts +2 -2
- package/build/index.js +4 -3
- package/build/utils/array.d.ts +3 -1
- package/build/utils/array.js +35 -6
- package/package.json +1 -1
- package/build/features/shared/Button/ListButton.js +0 -125
|
@@ -11,39 +11,156 @@ export declare const retrieveLeadIdentityByIdAsync: import("@reduxjs/toolkit").A
|
|
|
11
11
|
countryCode: CountryCode;
|
|
12
12
|
boardInfo: any;
|
|
13
13
|
boardData: any;
|
|
14
|
-
}, string, {
|
|
14
|
+
}, string, {
|
|
15
|
+
state?: unknown;
|
|
16
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
17
|
+
extra?: unknown;
|
|
18
|
+
rejectValue?: unknown;
|
|
19
|
+
serializedErrorType?: unknown;
|
|
20
|
+
pendingMeta?: unknown;
|
|
21
|
+
fulfilledMeta?: unknown;
|
|
22
|
+
rejectedMeta?: unknown;
|
|
23
|
+
}>;
|
|
15
24
|
export declare const getLeadByIdAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
16
25
|
data: any;
|
|
17
26
|
countryCode: CountryCode;
|
|
18
|
-
}, string, {
|
|
19
|
-
|
|
27
|
+
}, string, {
|
|
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 retrieveEntityListAsync: import("@reduxjs/toolkit").AsyncThunk<any, string, {
|
|
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
|
+
}>;
|
|
20
47
|
export declare const createMobileAuthAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
21
48
|
response: any;
|
|
22
49
|
formData: MobileFormValues;
|
|
23
|
-
}, MobileFormValues, {
|
|
50
|
+
}, MobileFormValues, {
|
|
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
|
+
}>;
|
|
24
60
|
export declare const createNIDAuthAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
25
61
|
response: any;
|
|
26
62
|
formData: NIDFormValues;
|
|
27
|
-
}, NIDFormValues, {
|
|
63
|
+
}, NIDFormValues, {
|
|
64
|
+
state?: unknown;
|
|
65
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
66
|
+
extra?: unknown;
|
|
67
|
+
rejectValue?: unknown;
|
|
68
|
+
serializedErrorType?: unknown;
|
|
69
|
+
pendingMeta?: unknown;
|
|
70
|
+
fulfilledMeta?: unknown;
|
|
71
|
+
rejectedMeta?: unknown;
|
|
72
|
+
}>;
|
|
28
73
|
export declare const createCivilIdAuthAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
29
74
|
response: any;
|
|
30
75
|
formData: CivilFormValues;
|
|
31
|
-
}, CivilFormValues, {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
76
|
+
}, CivilFormValues, {
|
|
77
|
+
state?: unknown;
|
|
78
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
79
|
+
extra?: unknown;
|
|
80
|
+
rejectValue?: unknown;
|
|
81
|
+
serializedErrorType?: unknown;
|
|
82
|
+
pendingMeta?: unknown;
|
|
83
|
+
fulfilledMeta?: unknown;
|
|
84
|
+
rejectedMeta?: unknown;
|
|
85
|
+
}>;
|
|
86
|
+
export declare const verifyMobileOtpAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {
|
|
87
|
+
state?: unknown;
|
|
88
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
89
|
+
extra?: unknown;
|
|
90
|
+
rejectValue?: unknown;
|
|
91
|
+
serializedErrorType?: unknown;
|
|
92
|
+
pendingMeta?: unknown;
|
|
93
|
+
fulfilledMeta?: unknown;
|
|
94
|
+
rejectedMeta?: unknown;
|
|
95
|
+
}>;
|
|
96
|
+
export declare const verifyNIDOtpAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {
|
|
97
|
+
state?: unknown;
|
|
98
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
99
|
+
extra?: unknown;
|
|
100
|
+
rejectValue?: unknown;
|
|
101
|
+
serializedErrorType?: unknown;
|
|
102
|
+
pendingMeta?: unknown;
|
|
103
|
+
fulfilledMeta?: unknown;
|
|
104
|
+
rejectedMeta?: unknown;
|
|
105
|
+
}>;
|
|
106
|
+
export declare const verifyPACIAsync: import("@reduxjs/toolkit").AsyncThunk<void, verifyPACIAsyncParams, {
|
|
107
|
+
state?: unknown;
|
|
108
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
109
|
+
extra?: unknown;
|
|
110
|
+
rejectValue?: unknown;
|
|
111
|
+
serializedErrorType?: unknown;
|
|
112
|
+
pendingMeta?: unknown;
|
|
113
|
+
fulfilledMeta?: unknown;
|
|
114
|
+
rejectedMeta?: unknown;
|
|
115
|
+
}>;
|
|
35
116
|
export declare const createCivilIDAuthIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
36
117
|
response: any;
|
|
37
118
|
formData: CivilFormValues;
|
|
38
|
-
}, CivilFormValues, {
|
|
119
|
+
}, CivilFormValues, {
|
|
120
|
+
state?: unknown;
|
|
121
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
122
|
+
extra?: unknown;
|
|
123
|
+
rejectValue?: unknown;
|
|
124
|
+
serializedErrorType?: unknown;
|
|
125
|
+
pendingMeta?: unknown;
|
|
126
|
+
fulfilledMeta?: unknown;
|
|
127
|
+
rejectedMeta?: unknown;
|
|
128
|
+
}>;
|
|
39
129
|
export declare const createNIDAuthIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
40
130
|
response: {
|
|
41
131
|
verify_token: any;
|
|
42
132
|
};
|
|
43
133
|
formData: NIDFormValues;
|
|
44
|
-
}, NIDFormValues, {
|
|
45
|
-
|
|
46
|
-
|
|
134
|
+
}, NIDFormValues, {
|
|
135
|
+
state?: unknown;
|
|
136
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
137
|
+
extra?: unknown;
|
|
138
|
+
rejectValue?: unknown;
|
|
139
|
+
serializedErrorType?: unknown;
|
|
140
|
+
pendingMeta?: unknown;
|
|
141
|
+
fulfilledMeta?: unknown;
|
|
142
|
+
rejectedMeta?: unknown;
|
|
143
|
+
}>;
|
|
144
|
+
export declare const verifyNIDOtpLeadIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {
|
|
145
|
+
state?: unknown;
|
|
146
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
147
|
+
extra?: unknown;
|
|
148
|
+
rejectValue?: unknown;
|
|
149
|
+
serializedErrorType?: unknown;
|
|
150
|
+
pendingMeta?: unknown;
|
|
151
|
+
fulfilledMeta?: unknown;
|
|
152
|
+
rejectedMeta?: unknown;
|
|
153
|
+
}>;
|
|
154
|
+
export declare const verifyPaciOtpLeadIdentityAsync: import("@reduxjs/toolkit").AsyncThunk<any, OTPFormValues, {
|
|
155
|
+
state?: unknown;
|
|
156
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
157
|
+
extra?: unknown;
|
|
158
|
+
rejectValue?: unknown;
|
|
159
|
+
serializedErrorType?: unknown;
|
|
160
|
+
pendingMeta?: unknown;
|
|
161
|
+
fulfilledMeta?: unknown;
|
|
162
|
+
rejectedMeta?: unknown;
|
|
163
|
+
}>;
|
|
47
164
|
export declare const checkEmailAvailabilityAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
48
165
|
response: any;
|
|
49
166
|
formData: string;
|
|
@@ -51,7 +168,16 @@ export declare const checkEmailAvailabilityAsync: import("@reduxjs/toolkit").Asy
|
|
|
51
168
|
email: string;
|
|
52
169
|
cancelToken: CancelToken;
|
|
53
170
|
onSuccess?: (() => void) | undefined;
|
|
54
|
-
}, {
|
|
171
|
+
}, {
|
|
172
|
+
state?: unknown;
|
|
173
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
174
|
+
extra?: unknown;
|
|
175
|
+
rejectValue?: unknown;
|
|
176
|
+
serializedErrorType?: unknown;
|
|
177
|
+
pendingMeta?: unknown;
|
|
178
|
+
fulfilledMeta?: unknown;
|
|
179
|
+
rejectedMeta?: unknown;
|
|
180
|
+
}>;
|
|
55
181
|
export declare const checkBrandNameAvailabilityAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
56
182
|
response: any;
|
|
57
183
|
formData: {
|
|
@@ -61,23 +187,59 @@ export declare const checkBrandNameAvailabilityAsync: import("@reduxjs/toolkit")
|
|
|
61
187
|
name: string;
|
|
62
188
|
cancelToken: CancelToken;
|
|
63
189
|
onSuccess?: (() => void) | undefined;
|
|
64
|
-
}, {
|
|
190
|
+
}, {
|
|
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
|
+
}>;
|
|
65
200
|
export declare const createAccountAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
66
201
|
boardInfo: any;
|
|
67
202
|
boardData: any;
|
|
68
203
|
account: any;
|
|
69
|
-
} | undefined, void, {
|
|
204
|
+
} | undefined, void, {
|
|
205
|
+
state?: unknown;
|
|
206
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
207
|
+
extra?: unknown;
|
|
208
|
+
rejectValue?: unknown;
|
|
209
|
+
serializedErrorType?: unknown;
|
|
210
|
+
pendingMeta?: unknown;
|
|
211
|
+
fulfilledMeta?: unknown;
|
|
212
|
+
rejectedMeta?: unknown;
|
|
213
|
+
}>;
|
|
70
214
|
interface verifyPACIAsyncParams {
|
|
71
215
|
onSuccess: () => void;
|
|
72
216
|
}
|
|
73
217
|
export declare const updateLeadIndividualAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
74
218
|
response: any;
|
|
75
219
|
formData: IndividualFormValues;
|
|
76
|
-
}, IndividualFormValues, {
|
|
220
|
+
}, IndividualFormValues, {
|
|
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
|
+
}>;
|
|
77
230
|
export declare const updateLeadBusinessDataAsync: import("@reduxjs/toolkit").AsyncThunk<{
|
|
78
231
|
response: any;
|
|
79
232
|
formData: BusinessDataFormValues;
|
|
80
|
-
}, BusinessDataFormValues, {
|
|
233
|
+
}, BusinessDataFormValues, {
|
|
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
|
+
}>;
|
|
81
243
|
interface ResponseData {
|
|
82
244
|
responseData?: Record<string, any>;
|
|
83
245
|
}
|
|
@@ -114,7 +276,7 @@ export declare const connectSlice: import("@reduxjs/toolkit").Slice<ConnectExpre
|
|
|
114
276
|
resetStore: (state: ConnectExpressState) => void;
|
|
115
277
|
resetIndividualScreen: (state: ConnectExpressState) => void;
|
|
116
278
|
}, "connectExpress/store">;
|
|
117
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
279
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/stopLoader">, setIsLeadIdPassed: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "connectExpress/store/setIsLeadIdPassed">, resetMobileScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<CountryCode, "connectExpress/store/resetMobileScreen">, resetOTPValue: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/resetOTPValue">, resetNIDScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/resetNIDScreen">, resetCivilScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/resetCivilScreen">, resetStore: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/resetStore">, setError: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "connectExpress/store/setError">, setPostUrl: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "connectExpress/store/setPostUrl">, setLeadId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "connectExpress/store/setLeadId">, setShowBoard: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "connectExpress/store/setShowBoard">, resetIndividualScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"connectExpress/store/resetIndividualScreen">;
|
|
118
280
|
declare const _default: import("redux").Reducer<ConnectExpressState, import("redux").AnyAction>;
|
|
119
281
|
export default _default;
|
|
120
282
|
export declare const connectExpressSelector: (state: RootState) => ConnectExpressState;
|
|
@@ -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]) {
|
|
@@ -15,14 +15,33 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
15
15
|
name: any;
|
|
16
16
|
contact: any;
|
|
17
17
|
individuals: any;
|
|
18
|
+
business: any;
|
|
18
19
|
flows: any;
|
|
19
20
|
entityTypes: any;
|
|
20
21
|
};
|
|
21
22
|
token: string;
|
|
22
|
-
}, VerifyLeadTokenProps, {
|
|
23
|
+
}, VerifyLeadTokenProps, {
|
|
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
|
+
}>;
|
|
23
33
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
24
34
|
data: any;
|
|
25
|
-
}, void, {
|
|
35
|
+
}, void, {
|
|
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
|
+
}>;
|
|
26
45
|
export declare const verifyEntityLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
27
46
|
data: any;
|
|
28
47
|
boardResponse: {
|
|
@@ -34,36 +53,73 @@ export declare const verifyEntityLeadOTP: import("@reduxjs/toolkit").AsyncThunk<
|
|
|
34
53
|
name: any;
|
|
35
54
|
contact: any;
|
|
36
55
|
individuals: any;
|
|
56
|
+
business: any;
|
|
37
57
|
flows: any;
|
|
38
58
|
entityTypes: any;
|
|
39
59
|
};
|
|
40
60
|
formData: OTPFormValues;
|
|
41
|
-
}, 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
|
+
}>;
|
|
42
71
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
43
72
|
data: any;
|
|
44
|
-
}, string, {
|
|
73
|
+
}, string, {
|
|
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
|
+
}>;
|
|
45
83
|
export declare const updateEntityName: import("@reduxjs/toolkit").AsyncThunk<{
|
|
46
84
|
data: any;
|
|
47
85
|
formData: EntityNameFormValues;
|
|
48
|
-
}, EntityNameFormValues, {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
86
|
+
}, EntityNameFormValues, {
|
|
87
|
+
state?: unknown;
|
|
88
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
89
|
+
extra?: unknown;
|
|
90
|
+
rejectValue?: unknown;
|
|
91
|
+
serializedErrorType?: unknown;
|
|
92
|
+
pendingMeta?: unknown;
|
|
93
|
+
fulfilledMeta?: unknown;
|
|
94
|
+
rejectedMeta?: unknown;
|
|
95
|
+
}>;
|
|
58
96
|
export declare const updateEntityCapital: import("@reduxjs/toolkit").AsyncThunk<{
|
|
59
97
|
data: any;
|
|
60
98
|
formData: EntityCapitalFormValues;
|
|
61
|
-
}, EntityCapitalFormValues, {
|
|
99
|
+
}, EntityCapitalFormValues, {
|
|
100
|
+
state?: unknown;
|
|
101
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
102
|
+
extra?: unknown;
|
|
103
|
+
rejectValue?: unknown;
|
|
104
|
+
serializedErrorType?: unknown;
|
|
105
|
+
pendingMeta?: unknown;
|
|
106
|
+
fulfilledMeta?: unknown;
|
|
107
|
+
rejectedMeta?: unknown;
|
|
108
|
+
}>;
|
|
62
109
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
63
110
|
response: any;
|
|
64
111
|
formData: void;
|
|
65
|
-
} | undefined, void, {
|
|
66
|
-
|
|
112
|
+
} | undefined, void, {
|
|
113
|
+
state?: unknown;
|
|
114
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
115
|
+
extra?: unknown;
|
|
116
|
+
rejectValue?: unknown;
|
|
117
|
+
serializedErrorType?: unknown;
|
|
118
|
+
pendingMeta?: unknown;
|
|
119
|
+
fulfilledMeta?: unknown;
|
|
120
|
+
rejectedMeta?: unknown;
|
|
121
|
+
}>;
|
|
122
|
+
type VerifyData = {
|
|
67
123
|
token: string;
|
|
68
124
|
};
|
|
69
125
|
export interface EntityData {
|
|
@@ -77,16 +133,16 @@ export interface EntityState extends SharedState<EntityData> {
|
|
|
77
133
|
customLoading?: boolean;
|
|
78
134
|
uploading?: boolean;
|
|
79
135
|
uploadingArticle?: boolean;
|
|
80
|
-
uploadingArticleError?: string | null;
|
|
81
136
|
}
|
|
82
137
|
export declare const entitySlice: import("@reduxjs/toolkit").Slice<EntityState, {
|
|
83
138
|
clearError: (state: EntityState) => void;
|
|
84
139
|
stopLoader: (state: EntityState) => void;
|
|
85
140
|
resetOTPScreen: (state: EntityState) => void;
|
|
86
141
|
uploadingStatus: (state: EntityState, action: ActionState<boolean>) => void;
|
|
87
|
-
|
|
142
|
+
uploadingArticleStatus: (state: EntityState, action: ActionState<boolean>) => void;
|
|
143
|
+
clearAOAFile: (state: EntityState) => void;
|
|
88
144
|
}, "entity/store">;
|
|
89
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
145
|
+
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">, uploadingArticleStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "entity/store/uploadingArticleStatus">, clearAOAFile: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"entity/store/clearAOAFile">;
|
|
90
146
|
declare const _default: import("redux").Reducer<EntityState, import("redux").AnyAction>;
|
|
91
147
|
export default _default;
|
|
92
148
|
export declare const entitySelector: (state: RootState) => EntityState;
|