@tap-payments/auth-jsconnect 2.8.42-test → 2.8.45-beta
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/form.d.ts +0 -1
- package/build/@types/redux.d.ts +0 -1
- package/build/api/axios.js +1 -2
- package/build/api/entity.d.ts +2 -2
- package/build/api/entity.js +4 -12
- package/build/api/index.d.ts +2 -2
- package/build/constants/api.d.ts +1 -0
- package/build/constants/api.js +2 -0
- package/build/constants/app.d.ts +2 -0
- package/build/constants/app.js +77 -3
- package/build/features/app/bank/bankStore.d.ts +18 -13
- package/build/features/app/bank/bankStore.js +161 -173
- package/build/features/app/board/boardStore.js +30 -52
- package/build/features/app/brand/brandStore.d.ts +33 -16
- package/build/features/app/brand/brandStore.js +204 -173
- package/build/features/app/business/businessStore.d.ts +5 -0
- package/build/features/app/business/businessStore.js +86 -69
- package/build/features/app/connectExpress/connectExpressStore.js +10 -18
- package/build/features/app/entity/entityStore.d.ts +35 -15
- package/build/features/app/entity/entityStore.js +228 -159
- package/build/features/app/individual/individualStore.d.ts +37 -21
- package/build/features/app/individual/individualStore.js +265 -253
- package/build/features/app/password/passwordStore.d.ts +23 -40
- package/build/features/app/password/passwordStore.js +233 -226
- package/build/features/app/tax/taxStore.d.ts +7 -13
- package/build/features/app/tax/taxStore.js +147 -167
- package/build/features/auth/Auth.js +5 -1
- package/build/features/auth/screens/OperatorError/OperatorError.d.ts +5 -0
- package/build/features/auth/screens/OperatorError/OperatorError.js +9 -0
- package/build/features/auth/screens/OperatorError/index.d.ts +3 -0
- package/build/features/auth/screens/OperatorError/index.js +2 -0
- package/build/features/bank/Bank.d.ts +0 -1
- package/build/features/bank/Bank.js +3 -4
- package/build/features/bank/screens/BankDetails/BankDetails.js +4 -12
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/bank/screens/Verify/Verify.js +5 -5
- package/build/features/board/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +4 -3
- package/build/features/brand/Brand.d.ts +0 -1
- package/build/features/brand/Brand.js +3 -4
- package/build/features/brand/screens/BrandActivities/BrandActivities.js +1 -1
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +3 -6
- package/build/features/brand/screens/BrandActivities/RefundPolicy.js +1 -1
- package/build/features/brand/screens/BrandActivities/TAC.js +1 -1
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.js +1 -1
- package/build/features/brand/screens/BrandInfo/BrandInfo.js +1 -1
- package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.js +1 -1
- package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/brand/screens/Verify/Verify.js +1 -1
- package/build/features/business/screens/Activities/Activities.js +1 -1
- package/build/features/business/screens/BusinessType/BusinessType.js +1 -1
- package/build/features/business/screens/CivilID/CivilID.js +1 -1
- package/build/features/business/screens/Customers/Customers.js +1 -1
- package/build/features/business/screens/Customers/ExpectedSalesRange.js +3 -6
- package/build/features/business/screens/IDBOD/IDBOD.js +1 -1
- package/build/features/business/screens/OTP/OTP.js +1 -1
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/business/screens/Verify/Verify.js +1 -1
- package/build/features/connect/screens/BrandSegment/BrandSegment.js +1 -1
- package/build/features/connect/screens/BusinessCountry/BusinessCountry.js +1 -2
- package/build/features/connect/screens/CivilID/CivilID.js +1 -1
- package/build/features/connect/screens/Individual/Email.js +1 -3
- package/build/features/connect/screens/Individual/Individual.js +1 -1
- package/build/features/connect/screens/Merchant/BrandList.js +3 -3
- package/build/features/connect/screens/Merchant/Merchant.js +1 -1
- package/build/features/connect/screens/Merchant/SalesChannels.js +1 -1
- package/build/features/connect/screens/Mobile/Mobile.js +1 -1
- package/build/features/connect/screens/NID/NID.js +1 -1
- package/build/features/connectExpress/ConnectExpress.js +22 -20
- package/build/features/connectExpress/screens/AuthenticationList/AuthenticationList.js +2 -5
- package/build/features/connectExpress/screens/AuthenticationList/EntityList.js +1 -6
- package/build/features/connectExpress/screens/AuthenticationList/validation.d.ts +0 -3
- package/build/features/connectExpress/screens/AuthenticationList/validation.js +0 -10
- package/build/features/connectExpress/screens/CivilID/CivilID.js +1 -1
- package/build/features/connectExpress/screens/CivilIDMissed/CivilID.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.js +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -3
- 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/NIDMissed/NID.js +1 -1
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/entity/Entity.d.ts +0 -1
- package/build/features/entity/Entity.js +3 -4
- package/build/features/entity/screens/EntityCapital/CapitalPaid.js +4 -8
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +4 -8
- package/build/features/entity/screens/EntityCapital/EntityCapital.js +1 -1
- package/build/features/entity/screens/EntityName/EntityName.js +1 -1
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/entity/screens/Verify/Verify.js +1 -1
- package/build/features/featuresScreens.js +5 -5
- package/build/features/individual/Individual.d.ts +0 -1
- package/build/features/individual/Individual.js +3 -4
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +7 -14
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +2 -5
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +3 -8
- package/build/features/individual/screens/AdditionalIndividualInfo/validation.d.ts +1 -4
- package/build/features/individual/screens/AdditionalIndividualInfo/validation.js +2 -3
- package/build/features/individual/screens/IndividualList/Email.js +2 -3
- package/build/features/individual/screens/IndividualList/IndividualList.js +5 -11
- package/build/features/individual/screens/IndividualList/UserList.js +9 -13
- package/build/features/individual/screens/IndividualPersonalInfo/Email.js +2 -4
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +3 -4
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.js +1 -1
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/individual/screens/Verify/Verify.js +1 -1
- package/build/features/password/Password.d.ts +0 -1
- package/build/features/password/Password.js +28 -73
- package/build/features/password/screens/CreatePassword/CreatePassword.js +4 -8
- package/build/features/password/screens/OTP/OTP.js +1 -1
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/password/screens/Verify/Verify.js +5 -5
- package/build/features/shared/Button/FlowsButtons.js +3 -4
- package/build/features/shared/Containers/FeatureContainer.d.ts +0 -1
- package/build/features/shared/Containers/FeatureContainer.js +3 -3
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -5
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +3 -3
- package/build/features/tax/Tax.d.ts +0 -1
- package/build/features/tax/Tax.js +3 -4
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -2
- package/build/features/tax/screens/TaxDetails/TaxDetails.js +2 -7
- package/build/features/tax/screens/Verify/Verify.js +5 -5
- package/build/hooks/index.d.ts +0 -1
- package/build/hooks/index.js +0 -1
- package/build/hooks/useVerifyToken.d.ts +2 -3
- package/build/hooks/useVerifyToken.js +2 -2
- package/build/utils/common.js +4 -4
- package/build/utils/locale.js +1 -2
- package/build/utils/string.d.ts +2 -5
- package/build/utils/string.js +5 -34
- package/package.json +2 -2
- package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.d.ts +0 -31
- package/build/features/connectExpress/screens/AuthenticationList/EntityLicenseType.js +0 -90
- package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.d.ts +0 -36
- package/build/features/individual/screens/AdditionalIndividualInfo/IsAuthorizedSwitch.js +0 -76
- package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.d.ts +0 -4
- package/build/features/password/screens/PrepareDataLoading/PrepareDataLoading.js +0 -10
- package/build/features/password/screens/PrepareDataLoading/index.d.ts +0 -2
- package/build/features/password/screens/PrepareDataLoading/index.js +0 -2
- package/build/hooks/useFormDirtyCheck.d.ts +0 -6
- package/build/hooks/useFormDirtyCheck.js +0 -29
package/build/@types/form.d.ts
CHANGED
|
@@ -112,7 +112,6 @@ export interface IndividualExtraFormValues extends IndividualAttachmentsFormValu
|
|
|
112
112
|
isInfluencer: boolean | null;
|
|
113
113
|
shareCount: string;
|
|
114
114
|
shareValue: string;
|
|
115
|
-
isAuthorized: boolean;
|
|
116
115
|
}
|
|
117
116
|
export type IndividualAttachmentsFormValues = {
|
|
118
117
|
civilID?: Array<string>;
|
package/build/@types/redux.d.ts
CHANGED
package/build/api/axios.js
CHANGED
|
@@ -42,8 +42,7 @@ var instance = axios.create({
|
|
|
42
42
|
headers: {
|
|
43
43
|
'Content-Type': 'application/json',
|
|
44
44
|
'Access-Control-Allow-Headers': true
|
|
45
|
-
}
|
|
46
|
-
timeout: 180000
|
|
45
|
+
}
|
|
47
46
|
});
|
|
48
47
|
instance.interceptors.request.use(function (config) {
|
|
49
48
|
return encryptionContractTransformer(config);
|
package/build/api/entity.d.ts
CHANGED
|
@@ -139,8 +139,8 @@ export type CreateEntityBody = {
|
|
|
139
139
|
};
|
|
140
140
|
declare const entityService: {
|
|
141
141
|
createEntityInfo: ({ id, ...data }: EntityInfoBody, config?: AxiosRequestConfig) => Promise<import("axios").AxiosResponse<any, any>>;
|
|
142
|
-
updateEntityInfo: ({ id, ...data }: EntityInfoBody) => Promise<any
|
|
143
|
-
createBankAccount: (data: EntityBankUpdateBody) => Promise<any
|
|
142
|
+
updateEntityInfo: ({ id, ...data }: EntityInfoBody, config?: AxiosRequestConfig) => Promise<import("axios").AxiosResponse<any, any>>;
|
|
143
|
+
createBankAccount: (data: EntityBankUpdateBody, config?: AxiosRequestConfig) => Promise<import("axios").AxiosResponse<any, any>>;
|
|
144
144
|
retrieveBankAccount: (id: string) => Promise<any>;
|
|
145
145
|
retrieveEntityInfo: (entity_id: string, config?: AxiosRequestConfig) => Promise<import("axios").AxiosResponse<any, any>>;
|
|
146
146
|
updateIndividualInfo: ({ id, ...data }: EntityInfoBody) => Promise<any>;
|
package/build/api/entity.js
CHANGED
|
@@ -18,13 +18,9 @@ var createEntityInfo = function (_a, config) {
|
|
|
18
18
|
var id = _a.id, data = __rest(_a, ["id"]);
|
|
19
19
|
return instance.post("".concat(ENDPOINT_PATHS.ENTITY, "/").concat(id, "/info"), data, config);
|
|
20
20
|
};
|
|
21
|
-
var updateEntityInfo = function (_a) {
|
|
21
|
+
var updateEntityInfo = function (_a, config) {
|
|
22
22
|
var id = _a.id, data = __rest(_a, ["id"]);
|
|
23
|
-
return
|
|
24
|
-
method: 'put',
|
|
25
|
-
url: "".concat(ENDPOINT_PATHS.ENTITY, "/").concat(id),
|
|
26
|
-
data: data
|
|
27
|
-
});
|
|
23
|
+
return instance.put("".concat(ENDPOINT_PATHS.ENTITY, "/").concat(id), data, config);
|
|
28
24
|
};
|
|
29
25
|
var retrieveEntity = function (entity_id) {
|
|
30
26
|
return httpClient({
|
|
@@ -56,12 +52,8 @@ var updateEntityCapital = function (_a) {
|
|
|
56
52
|
data: data
|
|
57
53
|
});
|
|
58
54
|
};
|
|
59
|
-
var createBankAccount = function (data) {
|
|
60
|
-
return
|
|
61
|
-
method: 'put',
|
|
62
|
-
url: "".concat(ENDPOINT_PATHS.BANK),
|
|
63
|
-
data: data
|
|
64
|
-
});
|
|
55
|
+
var createBankAccount = function (data, config) {
|
|
56
|
+
return instance.put("".concat(ENDPOINT_PATHS.BANK), data, config);
|
|
65
57
|
};
|
|
66
58
|
var retrieveBankAccount = function (id) {
|
|
67
59
|
return httpClient({
|
package/build/api/index.d.ts
CHANGED
|
@@ -59,8 +59,8 @@ declare const API: {
|
|
|
59
59
|
};
|
|
60
60
|
entityService: {
|
|
61
61
|
createEntityInfo: ({ id, ...data }: EntityInfoBody, config?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<any, any>>;
|
|
62
|
-
updateEntityInfo: ({ id, ...data }: EntityInfoBody) => Promise<any
|
|
63
|
-
createBankAccount: (data: EntityBankUpdateBody) => Promise<any
|
|
62
|
+
updateEntityInfo: ({ id, ...data }: EntityInfoBody, config?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<any, any>>;
|
|
63
|
+
createBankAccount: (data: EntityBankUpdateBody, config?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<any, any>>;
|
|
64
64
|
retrieveBankAccount: (id: string) => Promise<any>;
|
|
65
65
|
retrieveEntityInfo: (entity_id: string, config?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<any, any>>;
|
|
66
66
|
updateIndividualInfo: ({ id, ...data }: EntityInfoBody) => Promise<any>;
|
package/build/constants/api.d.ts
CHANGED
package/build/constants/api.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
var SANDBOX_BASE_URL = 'https://connect-mw.sandbox.tap.company/middleware';
|
|
2
2
|
var PRODUCTION_BASE_URL = 'https://connect-mw.tap.company/middleware';
|
|
3
3
|
var DEV_BASE_URL = 'https://connect-mw.dev.tap.company/middleware';
|
|
4
|
+
var BETA_BASE_URL = 'https://connect-mw.beta.tap.company/middleware';
|
|
4
5
|
var API_BUSINESS_COUNTRIES = 'https://godata.sandbox.tap.company/api/v1/business/country/list';
|
|
5
6
|
var API_COUNTRIES = 'https://utilities.tap.company/api/v1/country/list';
|
|
6
7
|
var CURRENCY_PATH = 'https://utilities.tap.company/api/v1/currency/iso';
|
|
@@ -74,6 +75,7 @@ export var ENDPOINT_PATHS = {
|
|
|
74
75
|
SANDBOX_BASE_URL: SANDBOX_BASE_URL,
|
|
75
76
|
PRODUCTION_BASE_URL: PRODUCTION_BASE_URL,
|
|
76
77
|
DEV_BASE_URL: DEV_BASE_URL,
|
|
78
|
+
BETA_BASE_URL: BETA_BASE_URL,
|
|
77
79
|
BUSINESS_COUNTRIES: API_BUSINESS_COUNTRIES,
|
|
78
80
|
COUNTRIES: API_COUNTRIES,
|
|
79
81
|
IP: IP_PATH,
|
package/build/constants/app.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ScreenStepNavigation, BusinessType } from '../@types';
|
|
2
2
|
export declare const CONNECT_DEV_URL = "https://connect.dev.tap.company";
|
|
3
|
+
export declare const CONNECT_SANDBOX_URL = "https://connect.sandbox.tap.company";
|
|
4
|
+
export declare const CONNECT_BETA_URL = "https://connect.beta.tap.company";
|
|
3
5
|
export declare const CONNECT_PROD_URL = "https://connect.tap.company";
|
|
4
6
|
export declare const CLIENT_ORIGIN: string;
|
|
5
7
|
export declare const TAP_WEBSITE = "https://www.tap.company/";
|
package/build/constants/app.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { BusinessType } from '../@types';
|
|
2
2
|
export var CONNECT_DEV_URL = 'https://connect.dev.tap.company';
|
|
3
|
+
export var CONNECT_SANDBOX_URL = 'https://connect.sandbox.tap.company';
|
|
4
|
+
export var CONNECT_BETA_URL = 'https://connect.beta.tap.company';
|
|
3
5
|
export var CONNECT_PROD_URL = 'https://connect.tap.company';
|
|
4
6
|
export var CLIENT_ORIGIN = window.location.origin;
|
|
5
7
|
export var TAP_WEBSITE = 'https://www.tap.company/';
|
|
@@ -112,6 +114,12 @@ export var CONNECT_EXPRESS_SCREENS_NAVIGATION = [
|
|
|
112
114
|
prev: '',
|
|
113
115
|
order: 1
|
|
114
116
|
},
|
|
117
|
+
{
|
|
118
|
+
name: 'CONNECT_EXPRESS_OPERATOR_ERROR_STEP',
|
|
119
|
+
next: '',
|
|
120
|
+
prev: '',
|
|
121
|
+
order: 1
|
|
122
|
+
},
|
|
115
123
|
{
|
|
116
124
|
name: 'CONNECT_EXPRESS_VERIFY_PACI_STEP',
|
|
117
125
|
next: [
|
|
@@ -196,21 +204,27 @@ export var CONNECT_EXPRESS_SCREENS_NAVIGATION = [
|
|
|
196
204
|
},
|
|
197
205
|
{
|
|
198
206
|
name: 'CONNECT_EXPRESS_WAITING_FOR_CREATING_ACCOUNT_STEP',
|
|
199
|
-
next: '
|
|
207
|
+
next: 'CONNECT_EXPRESS_PREPARING_DATA_STEP',
|
|
200
208
|
prev: '',
|
|
201
209
|
order: 7
|
|
202
210
|
},
|
|
211
|
+
{
|
|
212
|
+
name: 'CONNECT_EXPRESS_PREPARING_DATA_STEP',
|
|
213
|
+
next: 'CONNECT_EXPRESS_SUCCESS_WITH_FLOW_BUTTONS_STEP',
|
|
214
|
+
prev: '',
|
|
215
|
+
order: 8
|
|
216
|
+
},
|
|
203
217
|
{
|
|
204
218
|
name: 'CONNECT_EXPRESS_ACCOUNT_ALREADY_CREATED_STEP',
|
|
205
219
|
next: '',
|
|
206
220
|
prev: '',
|
|
207
|
-
order:
|
|
221
|
+
order: 9
|
|
208
222
|
},
|
|
209
223
|
{
|
|
210
224
|
name: 'CONNECT_EXPRESS_SUCCESS_WITH_FLOW_BUTTONS_STEP',
|
|
211
225
|
next: '',
|
|
212
226
|
prev: '',
|
|
213
|
-
order:
|
|
227
|
+
order: 9
|
|
214
228
|
}
|
|
215
229
|
];
|
|
216
230
|
export var AUTH_SCREENS_NAVIGATION = [
|
|
@@ -250,6 +264,12 @@ export var AUTH_SCREENS_NAVIGATION = [
|
|
|
250
264
|
prev: '',
|
|
251
265
|
order: 1
|
|
252
266
|
},
|
|
267
|
+
{
|
|
268
|
+
name: 'AUTH_OPERATOR_ERROR_STEP',
|
|
269
|
+
next: '',
|
|
270
|
+
prev: '',
|
|
271
|
+
order: 1
|
|
272
|
+
},
|
|
253
273
|
{
|
|
254
274
|
name: 'AUTH_OTP_STEP',
|
|
255
275
|
next: ['AUTH_PREPARING_DATA_STEP', 'AUTH_EMAIL_SENT_STEP', 'AUTH_MIGRATING_DATA_STEP'],
|
|
@@ -333,6 +353,12 @@ export var BUSINESS_SCREENS_NAVIGATION = [
|
|
|
333
353
|
prev: '',
|
|
334
354
|
order: 1
|
|
335
355
|
},
|
|
356
|
+
{
|
|
357
|
+
name: 'BUSINESS_OPERATOR_ERROR_STEP',
|
|
358
|
+
next: '',
|
|
359
|
+
prev: '',
|
|
360
|
+
order: 1
|
|
361
|
+
},
|
|
336
362
|
{
|
|
337
363
|
name: 'BUSINESS_CIVIL_ID_STEP',
|
|
338
364
|
next: 'BUSINESS_VERIFY_PACI_STEP',
|
|
@@ -431,6 +457,12 @@ export var INDIVIDUAL_SCREENS_NAVIGATION = [
|
|
|
431
457
|
prev: '',
|
|
432
458
|
order: 1
|
|
433
459
|
},
|
|
460
|
+
{
|
|
461
|
+
name: 'INDIVIDUAL_OPERATOR_ERROR_STEP',
|
|
462
|
+
next: '',
|
|
463
|
+
prev: '',
|
|
464
|
+
order: 1
|
|
465
|
+
},
|
|
434
466
|
{
|
|
435
467
|
name: 'INDIVIDUAL_PERSONAL_INDIVIDUAL_INFO_STEP',
|
|
436
468
|
next: 'INDIVIDUAL_ADDITIONAL_INDIVIDUAL_INFO_STEP',
|
|
@@ -475,6 +507,12 @@ export var PASSWORD_SCREENS_NAVIGATION = [
|
|
|
475
507
|
prev: 'PASSWORD_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
|
|
476
508
|
order: 1
|
|
477
509
|
},
|
|
510
|
+
{
|
|
511
|
+
name: 'PASSWORD_OPERATOR_ERROR_STEP',
|
|
512
|
+
next: '',
|
|
513
|
+
prev: '',
|
|
514
|
+
order: 1
|
|
515
|
+
},
|
|
478
516
|
{
|
|
479
517
|
name: 'PASSWORD_CREATE_PASSWORD_STEP',
|
|
480
518
|
next: ['PASSWORD_SUCCESS_STEP', 'PASSWORD_RESET_PASSWORD_OTP_STEP'],
|
|
@@ -519,6 +557,12 @@ export var BANK_SCREENS_NAVIGATION = [
|
|
|
519
557
|
prev: 'BANK_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
|
|
520
558
|
order: 1
|
|
521
559
|
},
|
|
560
|
+
{
|
|
561
|
+
name: 'BANK_OPERATOR_ERROR_STEP',
|
|
562
|
+
next: '',
|
|
563
|
+
prev: '',
|
|
564
|
+
order: 1
|
|
565
|
+
},
|
|
522
566
|
{
|
|
523
567
|
name: 'BANK_BANK_DETAILS_STEP',
|
|
524
568
|
next: 'BANK_DETAILS_SUCCESS_STEP',
|
|
@@ -551,6 +595,12 @@ export var BOARD_SCREENS_NAVIGATION = [
|
|
|
551
595
|
prev: '',
|
|
552
596
|
order: 1
|
|
553
597
|
},
|
|
598
|
+
{
|
|
599
|
+
name: 'BOARD_OPERATOR_ERROR_STEP',
|
|
600
|
+
next: '',
|
|
601
|
+
prev: '',
|
|
602
|
+
order: 1
|
|
603
|
+
},
|
|
554
604
|
{
|
|
555
605
|
name: 'BOARD_SUCCESS_FLOWS_BUTTONS_STEP',
|
|
556
606
|
next: 'BOARD_RESET_PASSWORD_SUCCESS',
|
|
@@ -577,6 +627,12 @@ export var TAX_SCREENS_NAVIGATION = [
|
|
|
577
627
|
prev: 'TAX_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
|
|
578
628
|
order: 1
|
|
579
629
|
},
|
|
630
|
+
{
|
|
631
|
+
name: 'TAX_OPERATOR_ERROR_STEP',
|
|
632
|
+
next: '',
|
|
633
|
+
prev: '',
|
|
634
|
+
order: 1
|
|
635
|
+
},
|
|
580
636
|
{
|
|
581
637
|
name: 'TAX_TAX_DETAILS_STEP',
|
|
582
638
|
next: 'TAX_DETAILS_SUCCESS_STEP',
|
|
@@ -615,6 +671,12 @@ export var SigIn_SCREENS_NAVIGATION = [
|
|
|
615
671
|
prev: 'SIGIN_MOBILE_STEP',
|
|
616
672
|
order: 1
|
|
617
673
|
},
|
|
674
|
+
{
|
|
675
|
+
name: 'SIGIN_OPERATOR_ERROR_STEP',
|
|
676
|
+
next: '',
|
|
677
|
+
prev: '',
|
|
678
|
+
order: 1
|
|
679
|
+
},
|
|
618
680
|
{
|
|
619
681
|
name: 'SIGIN_PASSWORD_STEP',
|
|
620
682
|
next: 'SIGIN_OTP_STEP',
|
|
@@ -641,6 +703,12 @@ export var ENTITY_SCREENS_NAVIGATION = [
|
|
|
641
703
|
prev: '',
|
|
642
704
|
order: 1
|
|
643
705
|
},
|
|
706
|
+
{
|
|
707
|
+
name: 'ENTITY_OPERATOR_ERROR_STEP',
|
|
708
|
+
next: '',
|
|
709
|
+
prev: '',
|
|
710
|
+
order: 1
|
|
711
|
+
},
|
|
644
712
|
{
|
|
645
713
|
name: 'ENTITY_NAME_STEP',
|
|
646
714
|
next: 'ENTITY_CAPITAL_STEP',
|
|
@@ -685,6 +753,12 @@ export var BRAND_SCREENS_NAVIGATION = [
|
|
|
685
753
|
prev: 'BRAND_SUCCESS_FOUR_FLOWS_BUTTONS_STEP',
|
|
686
754
|
order: 1
|
|
687
755
|
},
|
|
756
|
+
{
|
|
757
|
+
name: 'BRAND_OPERATOR_ERROR_STEP',
|
|
758
|
+
next: '',
|
|
759
|
+
prev: '',
|
|
760
|
+
order: 1
|
|
761
|
+
},
|
|
688
762
|
{
|
|
689
763
|
name: 'BRAND_INFO_STEP',
|
|
690
764
|
next: 'BRAND_SEGMENT_INFO_STEP',
|
|
@@ -7,7 +7,19 @@ interface VerifyLeadTokenProps {
|
|
|
7
7
|
}
|
|
8
8
|
export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
9
9
|
data: any;
|
|
10
|
-
|
|
10
|
+
individualData: any;
|
|
11
|
+
boardResponse: {
|
|
12
|
+
user: any;
|
|
13
|
+
brand: any;
|
|
14
|
+
bank_account: any;
|
|
15
|
+
entity: any;
|
|
16
|
+
merchant: any;
|
|
17
|
+
name: any;
|
|
18
|
+
contact: any;
|
|
19
|
+
business: any;
|
|
20
|
+
individuals: any;
|
|
21
|
+
notification: any;
|
|
22
|
+
};
|
|
11
23
|
token: string;
|
|
12
24
|
}, VerifyLeadTokenProps, {
|
|
13
25
|
state?: unknown;
|
|
@@ -33,7 +45,6 @@ export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
33
45
|
}>;
|
|
34
46
|
export declare const verifyBankLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
35
47
|
data: any;
|
|
36
|
-
bankData: any;
|
|
37
48
|
formData: OTPFormValues;
|
|
38
49
|
}, OTPFormValues, {
|
|
39
50
|
state?: unknown;
|
|
@@ -57,12 +68,9 @@ export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<
|
|
|
57
68
|
fulfilledMeta?: unknown;
|
|
58
69
|
rejectedMeta?: unknown;
|
|
59
70
|
}>;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
individualType: string;
|
|
64
|
-
};
|
|
65
|
-
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<any, RetrieveBoardProps, {
|
|
71
|
+
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
72
|
+
data: any;
|
|
73
|
+
}, string, {
|
|
66
74
|
state?: unknown;
|
|
67
75
|
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
68
76
|
extra?: unknown;
|
|
@@ -102,11 +110,8 @@ export declare const checkIbanBank: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
102
110
|
rejectedMeta?: unknown;
|
|
103
111
|
}>;
|
|
104
112
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
} | {
|
|
108
|
-
data: any;
|
|
109
|
-
flows: any;
|
|
113
|
+
response: any;
|
|
114
|
+
formData: void;
|
|
110
115
|
} | undefined, void, {
|
|
111
116
|
state?: unknown;
|
|
112
117
|
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|