@tap-payments/auth-jsconnect 2.0.47 → 2.0.48
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/entity.d.ts +8 -8
- 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 +2 -11
- package/build/app/settings.js +2 -2
- 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 +9 -72
- package/build/features/app/bank/bankStore.js +1 -1
- package/build/features/app/brand/brandStore.d.ts +12 -102
- package/build/features/app/brand/brandStore.js +1 -1
- package/build/features/app/business/businessStore.d.ts +18 -162
- package/build/features/app/business/businessStore.js +1 -1
- package/build/features/app/connect/connectStore.d.ts +13 -121
- package/build/features/app/connect/connectStore.js +1 -1
- package/build/features/app/connectExpress/connectExpressStore.d.ts +19 -181
- package/build/features/app/connectExpress/connectExpressStore.js +1 -1
- package/build/features/app/entity/entityStore.d.ts +10 -82
- package/build/features/app/entity/entityStore.js +1 -1
- package/build/features/app/individual/individualStore.d.ts +18 -135
- package/build/features/app/individual/individualStore.js +1 -1
- package/build/features/app/password/passwordStore.d.ts +12 -102
- package/build/features/app/password/passwordStore.js +1 -1
- package/build/features/app/signIn/signInStore.d.ts +7 -61
- package/build/features/app/signIn/signInStore.js +1 -1
- package/build/features/app/tax/taxStore.d.ts +8 -62
- 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/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/IndividualList.d.ts +4 -4
- 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/ListButton.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/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/package.json +1 -1
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
import { SlideProps as MUISlideProps } from '@mui/material/Slide';
|
|
3
3
|
export interface SlideProps extends MUISlideProps {
|
|
4
4
|
}
|
|
5
|
-
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<SlideProps, "
|
|
5
|
+
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<SlideProps, "className" | "style" | "color" | "direction" | "translate" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "children" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "timeout" | "in" | "mountOnEnter" | "unmountOnExit" | "easing" | "addEndListener" | "onEnter" | "onEntering" | "onEntered" | "onExit" | "onExiting" | "onExited" | "appear" | "enter" | "exit" | "container"> & React.RefAttributes<unknown>>>;
|
|
6
6
|
export default _default;
|
|
@@ -20,96 +20,33 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
20
20
|
flows: any;
|
|
21
21
|
};
|
|
22
22
|
token: string;
|
|
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
|
+
}, VerifyLeadTokenProps, {}>;
|
|
33
24
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
34
25
|
data: any;
|
|
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
|
+
}, void, {}>;
|
|
45
27
|
export declare const verifyBankLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
46
28
|
data: any;
|
|
47
29
|
formData: 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
|
-
}>;
|
|
30
|
+
}, OTPFormValues, {}>;
|
|
58
31
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
59
32
|
data: any;
|
|
60
|
-
}, string, {
|
|
61
|
-
state?: unknown;
|
|
62
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
63
|
-
extra?: unknown;
|
|
64
|
-
rejectValue?: unknown;
|
|
65
|
-
serializedErrorType?: unknown;
|
|
66
|
-
pendingMeta?: unknown;
|
|
67
|
-
fulfilledMeta?: unknown;
|
|
68
|
-
rejectedMeta?: unknown;
|
|
69
|
-
}>;
|
|
33
|
+
}, string, {}>;
|
|
70
34
|
export declare const createBankAccount: import("@reduxjs/toolkit").AsyncThunk<{
|
|
71
35
|
data: any;
|
|
72
36
|
formData: BankFormValues;
|
|
73
|
-
}, BankFormValues, {
|
|
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
|
-
}>;
|
|
37
|
+
}, BankFormValues, {}>;
|
|
83
38
|
export declare const checkIbanBank: import("@reduxjs/toolkit").AsyncThunk<{
|
|
84
39
|
data: any;
|
|
85
40
|
}, {
|
|
86
41
|
iban: string;
|
|
87
42
|
cancelToken: CancelToken;
|
|
88
43
|
onSuccess?: (() => void) | undefined;
|
|
89
|
-
}, {
|
|
90
|
-
state?: unknown;
|
|
91
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
92
|
-
extra?: unknown;
|
|
93
|
-
rejectValue?: unknown;
|
|
94
|
-
serializedErrorType?: unknown;
|
|
95
|
-
pendingMeta?: unknown;
|
|
96
|
-
fulfilledMeta?: unknown;
|
|
97
|
-
rejectedMeta?: unknown;
|
|
98
|
-
}>;
|
|
44
|
+
}, {}>;
|
|
99
45
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
100
46
|
response: any;
|
|
101
47
|
formData: void;
|
|
102
|
-
} | undefined, void, {
|
|
103
|
-
|
|
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 VerifyData = {
|
|
48
|
+
} | undefined, void, {}>;
|
|
49
|
+
declare type VerifyData = {
|
|
113
50
|
token: string;
|
|
114
51
|
};
|
|
115
52
|
export interface BankData {
|
|
@@ -127,7 +64,7 @@ export declare const bankSlice: import("@reduxjs/toolkit").Slice<BankState, {
|
|
|
127
64
|
resetOTPScreen: (state: BankState) => void;
|
|
128
65
|
bankStatementUploadingStatus: (state: BankState, action: ActionState<boolean>) => void;
|
|
129
66
|
}, "bank/store">;
|
|
130
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
67
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, bankStatementUploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>;
|
|
131
68
|
declare const _default: import("redux").Reducer<BankState, import("redux").AnyAction>;
|
|
132
69
|
export default _default;
|
|
133
70
|
export declare const bankSelector: (state: RootState) => BankState;
|
|
@@ -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 (
|
|
27
|
+
while (_) 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]) {
|
|
@@ -22,28 +22,10 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
22
22
|
segmentsList: any;
|
|
23
23
|
teamSizeList: any;
|
|
24
24
|
token: string;
|
|
25
|
-
}, VerifyLeadTokenProps, {
|
|
26
|
-
state?: unknown;
|
|
27
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
28
|
-
extra?: unknown;
|
|
29
|
-
rejectValue?: unknown;
|
|
30
|
-
serializedErrorType?: unknown;
|
|
31
|
-
pendingMeta?: unknown;
|
|
32
|
-
fulfilledMeta?: unknown;
|
|
33
|
-
rejectedMeta?: unknown;
|
|
34
|
-
}>;
|
|
25
|
+
}, VerifyLeadTokenProps, {}>;
|
|
35
26
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
36
27
|
data: any;
|
|
37
|
-
}, void, {
|
|
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
|
-
}>;
|
|
28
|
+
}, void, {}>;
|
|
47
29
|
export declare const verifyBrandLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
48
30
|
data: any;
|
|
49
31
|
boardResponse: {
|
|
@@ -61,28 +43,10 @@ export declare const verifyBrandLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
61
43
|
segmentsList: any;
|
|
62
44
|
teamSizeList: any;
|
|
63
45
|
formData: OTPFormValues;
|
|
64
|
-
}, OTPFormValues, {
|
|
65
|
-
state?: unknown;
|
|
66
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
67
|
-
extra?: unknown;
|
|
68
|
-
rejectValue?: unknown;
|
|
69
|
-
serializedErrorType?: unknown;
|
|
70
|
-
pendingMeta?: unknown;
|
|
71
|
-
fulfilledMeta?: unknown;
|
|
72
|
-
rejectedMeta?: unknown;
|
|
73
|
-
}>;
|
|
46
|
+
}, OTPFormValues, {}>;
|
|
74
47
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
75
48
|
data: any;
|
|
76
|
-
}, string, {
|
|
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
|
-
}>;
|
|
49
|
+
}, string, {}>;
|
|
86
50
|
export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
87
51
|
response: any;
|
|
88
52
|
formData: {
|
|
@@ -92,83 +56,29 @@ export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").Asyn
|
|
|
92
56
|
name: string;
|
|
93
57
|
cancelToken: CancelToken;
|
|
94
58
|
onSuccess?: (() => void) | undefined;
|
|
95
|
-
}, {
|
|
96
|
-
state?: unknown;
|
|
97
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
98
|
-
extra?: unknown;
|
|
99
|
-
rejectValue?: unknown;
|
|
100
|
-
serializedErrorType?: unknown;
|
|
101
|
-
pendingMeta?: unknown;
|
|
102
|
-
fulfilledMeta?: unknown;
|
|
103
|
-
rejectedMeta?: unknown;
|
|
104
|
-
}>;
|
|
59
|
+
}, {}>;
|
|
105
60
|
export declare const updateBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
106
61
|
data: any;
|
|
107
62
|
formData: BrandFormValues;
|
|
108
|
-
}, BrandFormValues, {
|
|
109
|
-
state?: unknown;
|
|
110
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
111
|
-
extra?: unknown;
|
|
112
|
-
rejectValue?: unknown;
|
|
113
|
-
serializedErrorType?: unknown;
|
|
114
|
-
pendingMeta?: unknown;
|
|
115
|
-
fulfilledMeta?: unknown;
|
|
116
|
-
rejectedMeta?: unknown;
|
|
117
|
-
}>;
|
|
63
|
+
}, BrandFormValues, {}>;
|
|
118
64
|
export declare const retrieveEntityList: import("@reduxjs/toolkit").AsyncThunk<any, {
|
|
119
65
|
leadId: string;
|
|
120
|
-
}, {
|
|
121
|
-
state?: unknown;
|
|
122
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
123
|
-
extra?: unknown;
|
|
124
|
-
rejectValue?: unknown;
|
|
125
|
-
serializedErrorType?: unknown;
|
|
126
|
-
pendingMeta?: unknown;
|
|
127
|
-
fulfilledMeta?: unknown;
|
|
128
|
-
rejectedMeta?: unknown;
|
|
129
|
-
}>;
|
|
66
|
+
}, {}>;
|
|
130
67
|
export declare const updateBrandActivities: import("@reduxjs/toolkit").AsyncThunk<{
|
|
131
68
|
data: any;
|
|
132
69
|
formData: BrandActivitiesFormValues;
|
|
133
|
-
}, BrandActivitiesFormValues, {
|
|
134
|
-
state?: unknown;
|
|
135
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
136
|
-
extra?: unknown;
|
|
137
|
-
rejectValue?: unknown;
|
|
138
|
-
serializedErrorType?: unknown;
|
|
139
|
-
pendingMeta?: unknown;
|
|
140
|
-
fulfilledMeta?: unknown;
|
|
141
|
-
rejectedMeta?: unknown;
|
|
142
|
-
}>;
|
|
70
|
+
}, BrandActivitiesFormValues, {}>;
|
|
143
71
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
144
72
|
customerBases: any;
|
|
145
73
|
expectedSales: any;
|
|
146
74
|
expectedCustomerSales: any;
|
|
147
75
|
countryISO2: string;
|
|
148
|
-
}, void, {
|
|
149
|
-
state?: unknown;
|
|
150
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
151
|
-
extra?: unknown;
|
|
152
|
-
rejectValue?: unknown;
|
|
153
|
-
serializedErrorType?: unknown;
|
|
154
|
-
pendingMeta?: unknown;
|
|
155
|
-
fulfilledMeta?: unknown;
|
|
156
|
-
rejectedMeta?: unknown;
|
|
157
|
-
}>;
|
|
76
|
+
}, void, {}>;
|
|
158
77
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
159
78
|
response: any;
|
|
160
79
|
formData: void;
|
|
161
|
-
} | undefined, void, {
|
|
162
|
-
|
|
163
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
164
|
-
extra?: unknown;
|
|
165
|
-
rejectValue?: unknown;
|
|
166
|
-
serializedErrorType?: unknown;
|
|
167
|
-
pendingMeta?: unknown;
|
|
168
|
-
fulfilledMeta?: unknown;
|
|
169
|
-
rejectedMeta?: unknown;
|
|
170
|
-
}>;
|
|
171
|
-
type VerifyData = {
|
|
80
|
+
} | undefined, void, {}>;
|
|
81
|
+
declare type VerifyData = {
|
|
172
82
|
token: string;
|
|
173
83
|
};
|
|
174
84
|
export interface BrandData {
|
|
@@ -187,7 +97,7 @@ export declare const brandSlice: import("@reduxjs/toolkit").Slice<BrandState, {
|
|
|
187
97
|
stopLoader: (state: BrandState) => void;
|
|
188
98
|
resetOTPScreen: (state: BrandState) => void;
|
|
189
99
|
}, "brand/store">;
|
|
190
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
100
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>;
|
|
191
101
|
declare const _default: import("redux").Reducer<BrandState, import("redux").AnyAction>;
|
|
192
102
|
export default _default;
|
|
193
103
|
export declare const brandSelector: (state: RootState) => BrandState;
|
|
@@ -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 (
|
|
27
|
+
while (_) 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]) {
|
|
@@ -14,28 +14,10 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
14
14
|
token?: undefined;
|
|
15
15
|
brandData?: undefined;
|
|
16
16
|
boardId?: undefined;
|
|
17
|
-
}, string, {
|
|
18
|
-
state?: unknown;
|
|
19
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
20
|
-
extra?: unknown;
|
|
21
|
-
rejectValue?: unknown;
|
|
22
|
-
serializedErrorType?: unknown;
|
|
23
|
-
pendingMeta?: unknown;
|
|
24
|
-
fulfilledMeta?: unknown;
|
|
25
|
-
rejectedMeta?: unknown;
|
|
26
|
-
}>;
|
|
17
|
+
}, string, {}>;
|
|
27
18
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
28
19
|
data: any;
|
|
29
|
-
}, void, {
|
|
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
|
-
}>;
|
|
20
|
+
}, void, {}>;
|
|
39
21
|
export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
40
22
|
data: any;
|
|
41
23
|
formData: {
|
|
@@ -44,44 +26,17 @@ export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
44
26
|
};
|
|
45
27
|
brand: any;
|
|
46
28
|
leadData: any;
|
|
47
|
-
}, OTPFormValues, {
|
|
48
|
-
state?: unknown;
|
|
49
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
50
|
-
extra?: unknown;
|
|
51
|
-
rejectValue?: unknown;
|
|
52
|
-
serializedErrorType?: unknown;
|
|
53
|
-
pendingMeta?: unknown;
|
|
54
|
-
fulfilledMeta?: unknown;
|
|
55
|
-
rejectedMeta?: unknown;
|
|
56
|
-
}>;
|
|
29
|
+
}, OTPFormValues, {}>;
|
|
57
30
|
interface verifyPACIParams {
|
|
58
31
|
onSuccess?: () => void;
|
|
59
32
|
}
|
|
60
33
|
export declare const verifyPACI: import("@reduxjs/toolkit").AsyncThunk<{
|
|
61
34
|
response: any;
|
|
62
|
-
}, verifyPACIParams, {
|
|
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
|
-
}>;
|
|
35
|
+
}, verifyPACIParams, {}>;
|
|
72
36
|
export declare const createCivilIdAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
73
37
|
response: any;
|
|
74
38
|
formData: CivilFormValues;
|
|
75
|
-
}, CivilFormValues, {
|
|
76
|
-
state?: unknown;
|
|
77
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
78
|
-
extra?: unknown;
|
|
79
|
-
rejectValue?: unknown;
|
|
80
|
-
serializedErrorType?: unknown;
|
|
81
|
-
pendingMeta?: unknown;
|
|
82
|
-
fulfilledMeta?: unknown;
|
|
83
|
-
rejectedMeta?: unknown;
|
|
84
|
-
}>;
|
|
39
|
+
}, CivilFormValues, {}>;
|
|
85
40
|
export declare const updateLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<{
|
|
86
41
|
data: any;
|
|
87
42
|
formData: {
|
|
@@ -90,66 +45,21 @@ export declare const updateLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
90
45
|
dob: string;
|
|
91
46
|
termAndConditionChecked?: boolean | undefined;
|
|
92
47
|
};
|
|
93
|
-
}, NIDFormValues, {
|
|
94
|
-
|
|
95
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
96
|
-
extra?: unknown;
|
|
97
|
-
rejectValue?: unknown;
|
|
98
|
-
serializedErrorType?: unknown;
|
|
99
|
-
pendingMeta?: unknown;
|
|
100
|
-
fulfilledMeta?: unknown;
|
|
101
|
-
rejectedMeta?: unknown;
|
|
102
|
-
}>;
|
|
103
|
-
export declare const resendOTPLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<any, 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
|
-
}>;
|
|
48
|
+
}, NIDFormValues, {}>;
|
|
49
|
+
export declare const resendOTPLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<any, void, {}>;
|
|
113
50
|
export declare const retrieveEntityList: import("@reduxjs/toolkit").AsyncThunk<any, {
|
|
114
51
|
leadId: string;
|
|
115
|
-
}, {
|
|
116
|
-
state?: unknown;
|
|
117
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
118
|
-
extra?: unknown;
|
|
119
|
-
rejectValue?: unknown;
|
|
120
|
-
serializedErrorType?: unknown;
|
|
121
|
-
pendingMeta?: unknown;
|
|
122
|
-
fulfilledMeta?: unknown;
|
|
123
|
-
rejectedMeta?: unknown;
|
|
124
|
-
}>;
|
|
52
|
+
}, {}>;
|
|
125
53
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
126
54
|
data: any;
|
|
127
|
-
}, string, {
|
|
128
|
-
state?: unknown;
|
|
129
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
130
|
-
extra?: unknown;
|
|
131
|
-
rejectValue?: unknown;
|
|
132
|
-
serializedErrorType?: unknown;
|
|
133
|
-
pendingMeta?: unknown;
|
|
134
|
-
fulfilledMeta?: unknown;
|
|
135
|
-
rejectedMeta?: unknown;
|
|
136
|
-
}>;
|
|
55
|
+
}, string, {}>;
|
|
137
56
|
export declare const updateLeadBusinessType: import("@reduxjs/toolkit").AsyncThunk<{
|
|
138
57
|
data: any;
|
|
139
58
|
formData: BusinessTypeFormValues;
|
|
140
59
|
accountData: any;
|
|
141
60
|
documentData: any;
|
|
142
61
|
entityData: any;
|
|
143
|
-
}, BusinessTypeFormValues, {
|
|
144
|
-
state?: unknown;
|
|
145
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
146
|
-
extra?: unknown;
|
|
147
|
-
rejectValue?: unknown;
|
|
148
|
-
serializedErrorType?: unknown;
|
|
149
|
-
pendingMeta?: unknown;
|
|
150
|
-
fulfilledMeta?: unknown;
|
|
151
|
-
rejectedMeta?: unknown;
|
|
152
|
-
}>;
|
|
62
|
+
}, BusinessTypeFormValues, {}>;
|
|
153
63
|
interface UploadArticleParams {
|
|
154
64
|
file: File;
|
|
155
65
|
onProgress?: (value: number) => void;
|
|
@@ -158,86 +68,32 @@ interface UploadArticleParams {
|
|
|
158
68
|
}
|
|
159
69
|
export declare const uploadArticle: import("@reduxjs/toolkit").AsyncThunk<{
|
|
160
70
|
data: any;
|
|
161
|
-
}, UploadArticleParams, {
|
|
162
|
-
state?: unknown;
|
|
163
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
164
|
-
extra?: unknown;
|
|
165
|
-
rejectValue?: unknown;
|
|
166
|
-
serializedErrorType?: unknown;
|
|
167
|
-
pendingMeta?: unknown;
|
|
168
|
-
fulfilledMeta?: unknown;
|
|
169
|
-
rejectedMeta?: unknown;
|
|
170
|
-
}>;
|
|
71
|
+
}, UploadArticleParams, {}>;
|
|
171
72
|
export declare const updateActivitiesInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
172
73
|
data: any;
|
|
173
74
|
formData: {
|
|
174
75
|
activities: Activity[] | undefined;
|
|
175
76
|
operationStartDate: string;
|
|
176
77
|
};
|
|
177
|
-
}, ActivitiesFormValues, {
|
|
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
|
-
}>;
|
|
78
|
+
}, ActivitiesFormValues, {}>;
|
|
187
79
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
188
80
|
customerBases: any;
|
|
189
81
|
expectedSales: any;
|
|
190
82
|
expectedCustomerSales: any;
|
|
191
83
|
countryISO2: string;
|
|
192
|
-
}, void, {
|
|
193
|
-
state?: unknown;
|
|
194
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
195
|
-
extra?: unknown;
|
|
196
|
-
rejectValue?: unknown;
|
|
197
|
-
serializedErrorType?: unknown;
|
|
198
|
-
pendingMeta?: unknown;
|
|
199
|
-
fulfilledMeta?: unknown;
|
|
200
|
-
rejectedMeta?: unknown;
|
|
201
|
-
}>;
|
|
84
|
+
}, void, {}>;
|
|
202
85
|
export declare const updateCustomersInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
203
86
|
data: any;
|
|
204
87
|
formData: CustomersFormValues;
|
|
205
|
-
}, CustomersFormValues, {
|
|
206
|
-
state?: unknown;
|
|
207
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
208
|
-
extra?: unknown;
|
|
209
|
-
rejectValue?: unknown;
|
|
210
|
-
serializedErrorType?: unknown;
|
|
211
|
-
pendingMeta?: unknown;
|
|
212
|
-
fulfilledMeta?: unknown;
|
|
213
|
-
rejectedMeta?: unknown;
|
|
214
|
-
}>;
|
|
88
|
+
}, CustomersFormValues, {}>;
|
|
215
89
|
export declare const updateLeadSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
216
90
|
response: any;
|
|
217
91
|
formData: void;
|
|
218
|
-
} | undefined, void, {
|
|
219
|
-
state?: unknown;
|
|
220
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
221
|
-
extra?: unknown;
|
|
222
|
-
rejectValue?: unknown;
|
|
223
|
-
serializedErrorType?: unknown;
|
|
224
|
-
pendingMeta?: unknown;
|
|
225
|
-
fulfilledMeta?: unknown;
|
|
226
|
-
rejectedMeta?: unknown;
|
|
227
|
-
}>;
|
|
92
|
+
} | undefined, void, {}>;
|
|
228
93
|
export declare const updateStepName: import("@reduxjs/toolkit").AsyncThunk<{
|
|
229
94
|
response: any;
|
|
230
|
-
}, string, {
|
|
231
|
-
|
|
232
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
233
|
-
extra?: unknown;
|
|
234
|
-
rejectValue?: unknown;
|
|
235
|
-
serializedErrorType?: unknown;
|
|
236
|
-
pendingMeta?: unknown;
|
|
237
|
-
fulfilledMeta?: unknown;
|
|
238
|
-
rejectedMeta?: unknown;
|
|
239
|
-
}>;
|
|
240
|
-
type VerifyData = {
|
|
95
|
+
}, string, {}>;
|
|
96
|
+
declare type VerifyData = {
|
|
241
97
|
token: string;
|
|
242
98
|
};
|
|
243
99
|
export interface BusinessData {
|
|
@@ -267,7 +123,7 @@ export declare const businessSlice: import("@reduxjs/toolkit").Slice<BusinessSta
|
|
|
267
123
|
clearArticleId: (state: BusinessState) => void;
|
|
268
124
|
uploadingStatus: (state: BusinessState, action: ActionState<boolean>) => void;
|
|
269
125
|
}, "business/store">;
|
|
270
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
126
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, clearArticleId: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, uploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>;
|
|
271
127
|
declare const _default: import("redux").Reducer<BusinessState, import("redux").AnyAction>;
|
|
272
128
|
export default _default;
|
|
273
129
|
export declare const businessSelector: (state: RootState) => BusinessState;
|
|
@@ -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 (
|
|
27
|
+
while (_) 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]) {
|