@tap-payments/auth-jsconnect 2.3.17-test → 2.3.19-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/@types/app.d.ts +6 -6
- package/build/@types/form.d.ts +19 -19
- package/build/@types/theme.d.ts +1 -1
- package/build/api/account.d.ts +2 -2
- package/build/api/auth.d.ts +11 -11
- package/build/api/availabilityServices.d.ts +3 -3
- package/build/api/axios.js +1 -1
- package/build/api/board.d.ts +3 -3
- package/build/api/country.d.ts +1 -1
- package/build/api/data.d.ts +10 -10
- package/build/api/document.d.ts +2 -2
- package/build/api/entity.d.ts +7 -7
- package/build/api/file.d.ts +1 -1
- package/build/api/individual.d.ts +5 -5
- package/build/api/lead.d.ts +10 -10
- package/build/api/operator.d.ts +1 -1
- package/build/api/operator.js +1 -1
- package/build/api/user.d.ts +2 -2
- package/build/app/settings.d.ts +11 -2
- package/build/app/settings.js +1 -1
- package/build/app/store.d.ts +4 -4
- package/build/components/Slide/Slide.d.ts +1 -1
- package/build/constants/app.d.ts +1 -1
- package/build/features/app/bank/bankStore.d.ts +72 -9
- package/build/features/app/bank/bankStore.js +1 -1
- package/build/features/app/brand/brandStore.d.ts +104 -14
- package/build/features/app/brand/brandStore.js +6 -8
- package/build/features/app/business/businessStore.d.ts +162 -18
- package/build/features/app/business/businessStore.js +1 -1
- package/build/features/app/connect/connectStore.d.ts +121 -13
- package/build/features/app/connect/connectStore.js +1 -1
- package/build/features/app/connectExpress/connectExpressStore.d.ts +211 -22
- package/build/features/app/connectExpress/connectExpressStore.js +1 -1
- package/build/features/app/entity/entityStore.d.ts +72 -9
- package/build/features/app/entity/entityStore.js +1 -1
- package/build/features/app/individual/individualStore.d.ts +165 -21
- package/build/features/app/individual/individualStore.js +9 -4
- package/build/features/app/password/passwordStore.d.ts +102 -12
- package/build/features/app/password/passwordStore.js +1 -1
- package/build/features/app/signIn/signInStore.d.ts +61 -7
- package/build/features/app/signIn/signInStore.js +1 -1
- package/build/features/app/tax/taxStore.d.ts +62 -8
- package/build/features/app/tax/taxStore.js +1 -1
- package/build/features/bank/screens/BankDetails/BankStatement.d.ts +1 -1
- package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +13 -13
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +11 -11
- package/build/features/brand/screens/BrandActivities/OperationStartDate.d.ts +2 -2
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +5 -5
- package/build/features/brand/screens/BrandInfo/BrandInfo.js +19 -14
- package/build/features/brand/screens/BrandInfo/BrandName.js +1 -1
- package/build/features/brand/screens/BrandInfo/SalesChannels.js +7 -25
- package/build/features/brand/screens/BrandInfo/validation.d.ts +1 -1
- package/build/features/brand/screens/BrandInfo/validation.js +3 -5
- package/build/features/business/screens/Activities/ActivitiesList.d.ts +13 -13
- package/build/features/business/screens/Activities/OperationStartDate.d.ts +2 -2
- package/build/features/business/screens/BusinessType/Article.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseType.d.ts +5 -5
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +11 -11
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +5 -5
- package/build/features/connect/screens/Individual/Email.js +1 -1
- package/build/features/connect/screens/Merchant/BrandName.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +5 -5
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
- package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +13 -13
- package/build/features/entity/screens/EntityName/Article.d.ts +1 -1
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +13 -13
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +2 -2
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +2 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +2 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +4 -4
- package/build/features/individual/screens/IndividualList/Email.js +1 -1
- package/build/features/individual/screens/IndividualList/IndividualList.d.ts +4 -4
- package/build/features/individual/screens/IndividualPersonalInfo/DOB.js +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +5 -5
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +2 -2
- package/build/features/shared/Address/CountryList.d.ts +9 -9
- package/build/features/shared/Address/InputSelect.d.ts +9 -9
- package/build/features/shared/Address/InputSelect.js +1 -1
- package/build/features/shared/Button/EmailProvidersButtons.d.ts +1 -1
- package/build/features/shared/Button/FlowsButtons.d.ts +1 -1
- package/build/features/shared/Button/FlowsButtons.js +1 -1
- package/build/features/shared/Button/IndividualActionButtons.d.ts +1 -1
- package/build/features/shared/Containers/FeatureContainer.d.ts +1 -1
- package/build/features/shared/Containers/ScreenContainer.d.ts +1 -1
- package/build/features/shared/Input/Input.d.ts +3 -3
- package/build/features/shared/UploadFile/FileUpload.d.ts +3 -3
- package/build/features/shared/UploadFile/FileUpload.js +1 -1
- package/build/features/shared/UploadFile/UploadFile.d.ts +2 -2
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +2 -2
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +3 -3
- package/build/features/shared/UploadMultipleFile/UploadFile.js +1 -1
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +2 -2
- package/package.json +1 -1
|
@@ -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, "color" | "direction" | "translate" | "slot" | "style" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "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" | "onResize" | "onResizeCapture" | "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;
|
package/build/constants/app.d.ts
CHANGED
|
@@ -20,33 +20,96 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
20
20
|
flows: any;
|
|
21
21
|
};
|
|
22
22
|
token: string;
|
|
23
|
-
}, 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
|
+
}>;
|
|
24
33
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
25
34
|
data: any;
|
|
26
|
-
}, 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
|
+
}>;
|
|
27
45
|
export declare const verifyBankLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
28
46
|
data: any;
|
|
29
47
|
formData: OTPFormValues;
|
|
30
|
-
}, 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
|
+
}>;
|
|
31
58
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
32
59
|
data: any;
|
|
33
|
-
}, string, {
|
|
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
|
+
}>;
|
|
34
70
|
export declare const createBankAccount: import("@reduxjs/toolkit").AsyncThunk<{
|
|
35
71
|
data: any;
|
|
36
72
|
formData: BankFormValues;
|
|
37
|
-
}, 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
|
+
}>;
|
|
38
83
|
export declare const checkIbanBank: import("@reduxjs/toolkit").AsyncThunk<{
|
|
39
84
|
data: any;
|
|
40
85
|
}, {
|
|
41
86
|
iban: string;
|
|
42
87
|
cancelToken: CancelToken;
|
|
43
88
|
onSuccess?: (() => void) | undefined;
|
|
44
|
-
}, {
|
|
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
|
+
}>;
|
|
45
99
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
46
100
|
response: any;
|
|
47
101
|
formData: void;
|
|
48
|
-
} | undefined, void, {
|
|
49
|
-
|
|
102
|
+
} | undefined, void, {
|
|
103
|
+
state?: unknown;
|
|
104
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
105
|
+
extra?: unknown;
|
|
106
|
+
rejectValue?: unknown;
|
|
107
|
+
serializedErrorType?: unknown;
|
|
108
|
+
pendingMeta?: unknown;
|
|
109
|
+
fulfilledMeta?: unknown;
|
|
110
|
+
rejectedMeta?: unknown;
|
|
111
|
+
}>;
|
|
112
|
+
type VerifyData = {
|
|
50
113
|
token: string;
|
|
51
114
|
};
|
|
52
115
|
export interface BankData {
|
|
@@ -64,7 +127,7 @@ export declare const bankSlice: import("@reduxjs/toolkit").Slice<BankState, {
|
|
|
64
127
|
resetOTPScreen: (state: BankState) => void;
|
|
65
128
|
bankStatementUploadingStatus: (state: BankState, action: ActionState<boolean>) => void;
|
|
66
129
|
}, "bank/store">;
|
|
67
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
130
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"bank/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"bank/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"bank/store/resetOTPScreen">, bankStatementUploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "bank/store/bankStatementUploadingStatus">;
|
|
68
131
|
declare const _default: import("redux").Reducer<BankState, import("redux").AnyAction>;
|
|
69
132
|
export default _default;
|
|
70
133
|
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 (_) 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]) {
|
|
@@ -23,10 +23,28 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
23
23
|
segmentsList: any;
|
|
24
24
|
teamSizeList: any;
|
|
25
25
|
token: string;
|
|
26
|
-
}, VerifyLeadTokenProps, {
|
|
26
|
+
}, VerifyLeadTokenProps, {
|
|
27
|
+
state?: unknown;
|
|
28
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
29
|
+
extra?: unknown;
|
|
30
|
+
rejectValue?: unknown;
|
|
31
|
+
serializedErrorType?: unknown;
|
|
32
|
+
pendingMeta?: unknown;
|
|
33
|
+
fulfilledMeta?: unknown;
|
|
34
|
+
rejectedMeta?: unknown;
|
|
35
|
+
}>;
|
|
27
36
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
28
37
|
data: any;
|
|
29
|
-
}, void, {
|
|
38
|
+
}, void, {
|
|
39
|
+
state?: unknown;
|
|
40
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
41
|
+
extra?: unknown;
|
|
42
|
+
rejectValue?: unknown;
|
|
43
|
+
serializedErrorType?: unknown;
|
|
44
|
+
pendingMeta?: unknown;
|
|
45
|
+
fulfilledMeta?: unknown;
|
|
46
|
+
rejectedMeta?: unknown;
|
|
47
|
+
}>;
|
|
30
48
|
export declare const verifyBrandLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
31
49
|
data: any;
|
|
32
50
|
boardResponse: {
|
|
@@ -45,10 +63,28 @@ export declare const verifyBrandLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
45
63
|
segmentsList: any;
|
|
46
64
|
teamSizeList: any;
|
|
47
65
|
formData: OTPFormValues;
|
|
48
|
-
}, OTPFormValues, {
|
|
66
|
+
}, OTPFormValues, {
|
|
67
|
+
state?: unknown;
|
|
68
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
69
|
+
extra?: unknown;
|
|
70
|
+
rejectValue?: unknown;
|
|
71
|
+
serializedErrorType?: unknown;
|
|
72
|
+
pendingMeta?: unknown;
|
|
73
|
+
fulfilledMeta?: unknown;
|
|
74
|
+
rejectedMeta?: unknown;
|
|
75
|
+
}>;
|
|
49
76
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
50
77
|
data: any;
|
|
51
|
-
}, string, {
|
|
78
|
+
}, string, {
|
|
79
|
+
state?: unknown;
|
|
80
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
81
|
+
extra?: unknown;
|
|
82
|
+
rejectValue?: unknown;
|
|
83
|
+
serializedErrorType?: unknown;
|
|
84
|
+
pendingMeta?: unknown;
|
|
85
|
+
fulfilledMeta?: unknown;
|
|
86
|
+
rejectedMeta?: unknown;
|
|
87
|
+
}>;
|
|
52
88
|
export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
53
89
|
response: any;
|
|
54
90
|
formData: {
|
|
@@ -58,35 +94,89 @@ export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").Asyn
|
|
|
58
94
|
name: string;
|
|
59
95
|
cancelToken: CancelToken;
|
|
60
96
|
onSuccess?: (() => void) | undefined;
|
|
61
|
-
}, {
|
|
97
|
+
}, {
|
|
98
|
+
state?: unknown;
|
|
99
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
100
|
+
extra?: unknown;
|
|
101
|
+
rejectValue?: unknown;
|
|
102
|
+
serializedErrorType?: unknown;
|
|
103
|
+
pendingMeta?: unknown;
|
|
104
|
+
fulfilledMeta?: unknown;
|
|
105
|
+
rejectedMeta?: unknown;
|
|
106
|
+
}>;
|
|
62
107
|
export declare const updateBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
63
108
|
data: any;
|
|
64
|
-
formData: BrandFormValues
|
|
65
|
-
}, BrandFormValues, {
|
|
109
|
+
formData: Omit<BrandFormValues, "termAndConditionChecked" | "selectedBrandItem">;
|
|
110
|
+
}, Omit<BrandFormValues, "termAndConditionChecked" | "selectedBrandItem">, {
|
|
111
|
+
state?: unknown;
|
|
112
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
113
|
+
extra?: unknown;
|
|
114
|
+
rejectValue?: unknown;
|
|
115
|
+
serializedErrorType?: unknown;
|
|
116
|
+
pendingMeta?: unknown;
|
|
117
|
+
fulfilledMeta?: unknown;
|
|
118
|
+
rejectedMeta?: unknown;
|
|
119
|
+
}>;
|
|
66
120
|
export declare const retrieveEntityList: import("@reduxjs/toolkit").AsyncThunk<any, {
|
|
67
121
|
leadId: string;
|
|
68
|
-
}, {
|
|
122
|
+
}, {
|
|
123
|
+
state?: unknown;
|
|
124
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
125
|
+
extra?: unknown;
|
|
126
|
+
rejectValue?: unknown;
|
|
127
|
+
serializedErrorType?: unknown;
|
|
128
|
+
pendingMeta?: unknown;
|
|
129
|
+
fulfilledMeta?: unknown;
|
|
130
|
+
rejectedMeta?: unknown;
|
|
131
|
+
}>;
|
|
69
132
|
export declare const updateBrandActivities: import("@reduxjs/toolkit").AsyncThunk<{
|
|
70
133
|
data: any;
|
|
71
134
|
formData: BrandActivitiesFormValues;
|
|
72
|
-
}, BrandActivitiesFormValues, {
|
|
135
|
+
}, BrandActivitiesFormValues, {
|
|
136
|
+
state?: unknown;
|
|
137
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
138
|
+
extra?: unknown;
|
|
139
|
+
rejectValue?: unknown;
|
|
140
|
+
serializedErrorType?: unknown;
|
|
141
|
+
pendingMeta?: unknown;
|
|
142
|
+
fulfilledMeta?: unknown;
|
|
143
|
+
rejectedMeta?: unknown;
|
|
144
|
+
}>;
|
|
73
145
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
74
146
|
customerBases: any;
|
|
75
147
|
expectedSales: any;
|
|
76
148
|
expectedCustomerSales: any;
|
|
77
149
|
countryISO2: string;
|
|
78
|
-
}, void, {
|
|
150
|
+
}, void, {
|
|
151
|
+
state?: unknown;
|
|
152
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
153
|
+
extra?: unknown;
|
|
154
|
+
rejectValue?: unknown;
|
|
155
|
+
serializedErrorType?: unknown;
|
|
156
|
+
pendingMeta?: unknown;
|
|
157
|
+
fulfilledMeta?: unknown;
|
|
158
|
+
rejectedMeta?: unknown;
|
|
159
|
+
}>;
|
|
79
160
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
80
161
|
response: any;
|
|
81
162
|
formData: void;
|
|
82
|
-
} | undefined, void, {
|
|
83
|
-
|
|
163
|
+
} | undefined, void, {
|
|
164
|
+
state?: unknown;
|
|
165
|
+
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
166
|
+
extra?: unknown;
|
|
167
|
+
rejectValue?: unknown;
|
|
168
|
+
serializedErrorType?: unknown;
|
|
169
|
+
pendingMeta?: unknown;
|
|
170
|
+
fulfilledMeta?: unknown;
|
|
171
|
+
rejectedMeta?: unknown;
|
|
172
|
+
}>;
|
|
173
|
+
type VerifyData = {
|
|
84
174
|
token: string;
|
|
85
175
|
};
|
|
86
176
|
export interface BrandData {
|
|
87
177
|
verify: ResponseData & VerifyData;
|
|
88
178
|
otpData: OTPFormValues & ResponseData;
|
|
89
|
-
brandData: BrandFormValues & ResponseData;
|
|
179
|
+
brandData: Omit<BrandFormValues, 'selectedBrandItem' | 'termAndConditionChecked'> & ResponseData;
|
|
90
180
|
brandActivities: BrandActivitiesFormValues & ResponseData;
|
|
91
181
|
flowName: FlowsTypes;
|
|
92
182
|
}
|
|
@@ -99,7 +189,7 @@ export declare const brandSlice: import("@reduxjs/toolkit").Slice<BrandState, {
|
|
|
99
189
|
stopLoader: (state: BrandState) => void;
|
|
100
190
|
resetOTPScreen: (state: BrandState) => void;
|
|
101
191
|
}, "brand/store">;
|
|
102
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
192
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"brand/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"brand/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"brand/store/resetOTPScreen">;
|
|
103
193
|
declare const _default: import("redux").Reducer<BrandState, import("redux").AnyAction>;
|
|
104
194
|
export default _default;
|
|
105
195
|
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 (_) 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]) {
|
|
@@ -272,9 +272,9 @@ export var updateBrand = createAsyncThunk('brandUpdateBrand', function (params,
|
|
|
272
272
|
teamSizeId = teamSize && { id: teamSize.id };
|
|
273
273
|
getAddress = function (value, isTwitter, isWeb) {
|
|
274
274
|
if (isTwitter)
|
|
275
|
-
return '@' + value;
|
|
275
|
+
return '@' + value.replaceAll('@', '');
|
|
276
276
|
if (isWeb)
|
|
277
|
-
return 'https://' + value;
|
|
277
|
+
return 'https://www.' + value.replaceAll('https://www.', '');
|
|
278
278
|
return value;
|
|
279
279
|
};
|
|
280
280
|
channel_services = isChannelServicesEditable
|
|
@@ -444,9 +444,7 @@ var initialState = {
|
|
|
444
444
|
},
|
|
445
445
|
brandData: {
|
|
446
446
|
brandName: '',
|
|
447
|
-
salesChannels: []
|
|
448
|
-
termAndConditionChecked: false,
|
|
449
|
-
selectedBrandItem: {}
|
|
447
|
+
salesChannels: []
|
|
450
448
|
},
|
|
451
449
|
brandActivities: {
|
|
452
450
|
activities: [],
|
|
@@ -485,7 +483,7 @@ export var brandSlice = createSlice({
|
|
|
485
483
|
state.customLoading = false;
|
|
486
484
|
var _e = action.payload, data = _e.data, token = _e.token, boardResponse = _e.boardResponse, segmentsList = _e.segmentsList, teamSizeList = _e.teamSizeList, salesChannels = _e.salesChannels;
|
|
487
485
|
var brand = boardResponse.brand, entity = boardResponse.entity;
|
|
488
|
-
state.data.brandData.brandName = (_a = brand === null || brand === void 0 ? void 0 : brand.name) === null || _a === void 0 ? void 0 : _a.en;
|
|
486
|
+
state.data.brandData.brandName = (((_a = brand === null || brand === void 0 ? void 0 : brand.name) === null || _a === void 0 ? void 0 : _a.en) || '').trim();
|
|
489
487
|
var selectedSegment = (_b = segmentsList === null || segmentsList === void 0 ? void 0 : segmentsList.filter(function (segment) {
|
|
490
488
|
var _a, _b;
|
|
491
489
|
return segment.id === ((_b = (_a = brand === null || brand === void 0 ? void 0 : brand.segment) === null || _a === void 0 ? void 0 : _a.type) === null || _b === void 0 ? void 0 : _b.id);
|
|
@@ -538,7 +536,7 @@ export var brandSlice = createSlice({
|
|
|
538
536
|
var brand = boardResponse.brand, entity = boardResponse.entity;
|
|
539
537
|
state.data.otpData = formData;
|
|
540
538
|
state.data.otpData.responseBody = data;
|
|
541
|
-
state.data.brandData.brandName = (_a = brand === null || brand === void 0 ? void 0 : brand.name) === null || _a === void 0 ? void 0 : _a.en;
|
|
539
|
+
state.data.brandData.brandName = (((_a = brand === null || brand === void 0 ? void 0 : brand.name) === null || _a === void 0 ? void 0 : _a.en) || '').trim();
|
|
542
540
|
var selectedSegment = (_b = segmentsList === null || segmentsList === void 0 ? void 0 : segmentsList.filter(function (segment) {
|
|
543
541
|
var _a, _b;
|
|
544
542
|
return segment.id === ((_b = (_a = brand === null || brand === void 0 ? void 0 : brand.segment) === null || _a === void 0 ? void 0 : _a.type) === null || _b === void 0 ? void 0 : _b.id);
|
|
@@ -14,10 +14,28 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
14
14
|
leadData?: undefined;
|
|
15
15
|
brandData?: undefined;
|
|
16
16
|
boardId?: undefined;
|
|
17
|
-
}, string, {
|
|
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
|
+
}>;
|
|
18
27
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
19
28
|
data: any;
|
|
20
|
-
}, void, {
|
|
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
|
+
}>;
|
|
21
39
|
export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
22
40
|
data: any;
|
|
23
41
|
formData: {
|
|
@@ -26,17 +44,44 @@ export declare const verifyLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
26
44
|
};
|
|
27
45
|
brand: any;
|
|
28
46
|
leadData: any;
|
|
29
|
-
}, OTPFormValues, {
|
|
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
|
+
}>;
|
|
30
57
|
interface verifyPACIParams {
|
|
31
58
|
onSuccess?: () => void;
|
|
32
59
|
}
|
|
33
60
|
export declare const verifyPACI: import("@reduxjs/toolkit").AsyncThunk<{
|
|
34
61
|
response: any;
|
|
35
|
-
}, verifyPACIParams, {
|
|
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
|
+
}>;
|
|
36
72
|
export declare const createCivilIdAuth: import("@reduxjs/toolkit").AsyncThunk<{
|
|
37
73
|
response: any;
|
|
38
74
|
formData: CivilFormValues;
|
|
39
|
-
}, 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
|
+
}>;
|
|
40
85
|
export declare const updateLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<{
|
|
41
86
|
data: any;
|
|
42
87
|
formData: {
|
|
@@ -45,21 +90,66 @@ export declare const updateLeadIdentity: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
45
90
|
dob: string;
|
|
46
91
|
termAndConditionChecked?: boolean | undefined;
|
|
47
92
|
};
|
|
48
|
-
}, NIDFormValues, {
|
|
49
|
-
|
|
93
|
+
}, NIDFormValues, {
|
|
94
|
+
state?: unknown;
|
|
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
|
+
}>;
|
|
50
113
|
export declare const retrieveEntityList: import("@reduxjs/toolkit").AsyncThunk<any, {
|
|
51
114
|
leadId: string;
|
|
52
|
-
}, {
|
|
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
|
+
}>;
|
|
53
125
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
54
126
|
data: any;
|
|
55
|
-
}, string, {
|
|
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
|
+
}>;
|
|
56
137
|
export declare const updateLeadBusinessType: import("@reduxjs/toolkit").AsyncThunk<{
|
|
57
138
|
data: any;
|
|
58
139
|
formData: BusinessTypeFormValues;
|
|
59
140
|
accountData: any;
|
|
60
141
|
documentData: any;
|
|
61
142
|
entityData: any;
|
|
62
|
-
}, BusinessTypeFormValues, {
|
|
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
|
+
}>;
|
|
63
153
|
interface UploadArticleParams {
|
|
64
154
|
file: File;
|
|
65
155
|
onProgress?: (value: number) => void;
|
|
@@ -68,32 +158,86 @@ interface UploadArticleParams {
|
|
|
68
158
|
}
|
|
69
159
|
export declare const uploadArticle: import("@reduxjs/toolkit").AsyncThunk<{
|
|
70
160
|
data: any;
|
|
71
|
-
}, UploadArticleParams, {
|
|
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
|
+
}>;
|
|
72
171
|
export declare const updateActivitiesInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
73
172
|
data: any;
|
|
74
173
|
formData: {
|
|
75
174
|
activities: Activity[] | undefined;
|
|
76
175
|
operationStartDate: string;
|
|
77
176
|
};
|
|
78
|
-
}, ActivitiesFormValues, {
|
|
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
|
+
}>;
|
|
79
187
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
80
188
|
customerBases: any;
|
|
81
189
|
expectedSales: any;
|
|
82
190
|
expectedCustomerSales: any;
|
|
83
191
|
countryISO2: string;
|
|
84
|
-
}, void, {
|
|
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
|
+
}>;
|
|
85
202
|
export declare const updateCustomersInfo: import("@reduxjs/toolkit").AsyncThunk<{
|
|
86
203
|
data: any;
|
|
87
204
|
formData: CustomersFormValues;
|
|
88
|
-
}, 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
|
+
}>;
|
|
89
215
|
export declare const updateLeadSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
90
216
|
response: any;
|
|
91
217
|
formData: void;
|
|
92
|
-
} | undefined, 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
|
+
}>;
|
|
93
228
|
export declare const updateStepName: import("@reduxjs/toolkit").AsyncThunk<{
|
|
94
229
|
response: any;
|
|
95
|
-
}, string, {
|
|
96
|
-
|
|
230
|
+
}, string, {
|
|
231
|
+
state?: unknown;
|
|
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 = {
|
|
97
241
|
token: string;
|
|
98
242
|
};
|
|
99
243
|
export interface BusinessData {
|
|
@@ -123,7 +267,7 @@ export declare const businessSlice: import("@reduxjs/toolkit").Slice<BusinessSta
|
|
|
123
267
|
clearArticleId: (state: BusinessState) => void;
|
|
124
268
|
uploadingStatus: (state: BusinessState, action: ActionState<boolean>) => void;
|
|
125
269
|
}, "business/store">;
|
|
126
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
270
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"business/store/clearError">, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"business/store/stopLoader">, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"business/store/resetOTPScreen">, clearArticleId: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"business/store/clearArticleId">, uploadingStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "business/store/uploadingStatus">;
|
|
127
271
|
declare const _default: import("redux").Reducer<BusinessState, import("redux").AnyAction>;
|
|
128
272
|
export default _default;
|
|
129
273
|
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 (_) 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]) {
|