@tap-payments/auth-jsconnect 2.4.91-test → 2.4.93-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 +16 -16
- package/build/@types/form.d.ts +20 -20
- 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/brand.d.ts +1 -1
- package/build/api/country.d.ts +1 -1
- package/build/api/data.d.ts +11 -11
- package/build/api/document.d.ts +2 -2
- 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/init.d.ts +1 -1
- package/build/api/lead.d.ts +11 -11
- 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 +1 -1
- package/build/app/store.d.ts +4 -4
- package/build/components/ArabicDatePicker/ArabicDatePicker.js +6 -3
- package/build/components/ArabicDatePicker/arabicAr.d.ts +8 -0
- package/build/components/ArabicDatePicker/arabicAr.js +32 -0
- package/build/components/ArabicDatePicker/arabicEn.d.ts +8 -0
- package/build/components/ArabicDatePicker/arabicEn.js +32 -0
- 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 +10 -82
- package/build/features/app/bank/bankStore.js +1 -1
- package/build/features/app/brand/brandStore.d.ts +15 -132
- 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 +16 -151
- package/build/features/app/connect/connectStore.js +1 -1
- package/build/features/app/connectExpress/connectExpressStore.d.ts +22 -211
- 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 +22 -175
- 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 +9 -72
- package/build/features/app/tax/taxStore.js +1 -1
- package/build/features/bank/screens/BankDetails/BankName.d.ts +1 -1
- package/build/features/bank/screens/BankDetails/BankStatement.d.ts +1 -1
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.d.ts +1 -1
- package/build/features/bank/screens/BankDetails/IBAN.js +1 -1
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +6 -6
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +3 -3
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +5 -5
- package/build/features/brand/screens/BrandActivities/TAC.d.ts +2 -2
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.d.ts +1 -1
- package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +1 -1
- package/build/features/brand/screens/BrandInfo/BrandName.js +1 -1
- package/build/features/business/screens/Activities/ActivitiesList.d.ts +2 -2
- package/build/features/business/screens/Activities/OperationStartDate.d.ts +1 -1
- package/build/features/business/screens/BrandDetails/SalesChannel.d.ts +1 -1
- package/build/features/business/screens/BusinessType/Article.d.ts +1 -1
- package/build/features/business/screens/BusinessType/LicenseType.d.ts +3 -3
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +7 -7
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +4 -4
- package/build/features/connect/Connect.js +1 -1
- package/build/features/connect/screens/Individual/Email.js +1 -1
- package/build/features/connect/screens/Merchant/BrandName.js +1 -1
- package/build/features/connectExpress/ConnectExpress.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +1 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.d.ts +3 -3
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.d.ts +2 -2
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +1 -1
- package/build/features/connectExpress/screens/NID/TAC.d.ts +2 -2
- package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +2 -2
- package/build/features/entity/screens/EntityName/Article.d.ts +1 -1
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +6 -6
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +1 -1
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.d.ts +2 -2
- package/build/features/individual/screens/IndividualList/Email.js +1 -1
- package/build/features/individual/screens/IndividualList/IndividualList.d.ts +2 -2
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.d.ts +3 -3
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.d.ts +1 -1
- package/build/features/shared/Address/CountryList.d.ts +6 -6
- package/build/features/shared/Address/InputSelect.d.ts +6 -6
- 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/CheckIcon/CheckIcon.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/Footer/PoweredByFooter.d.ts +1 -1
- package/build/features/shared/Input/Input.d.ts +2 -2
- 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/build/features/tax/screens/TaxDetails/ConfirmPolicy.d.ts +1 -1
- package/build/features/tax/screens/TaxDetails/VATId.d.ts +1 -1
- package/build/hooks/useDataVerified.d.ts +1 -1
- package/build/hooks/useExcludeReadOnlyFelids.d.ts +1 -1
- package/build/hooks/useFormErrorAndUpdateReadOnly.d.ts +1 -1
- package/build/hooks/useFormReadOnly.d.ts +1 -1
- package/build/utils/array.js +1 -1
- package/package.json +1 -1
package/build/api/operator.d.ts
CHANGED
package/build/api/operator.js
CHANGED
|
@@ -13,7 +13,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13
13
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
14
14
|
function step(op) {
|
|
15
15
|
if (f) throw new TypeError("Generator is already executing.");
|
|
16
|
-
while (
|
|
16
|
+
while (_) try {
|
|
17
17
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
18
18
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
19
19
|
switch (op[0]) {
|
package/build/api/user.d.ts
CHANGED
package/build/app/settings.d.ts
CHANGED
|
@@ -8,16 +8,7 @@ interface SettingParams {
|
|
|
8
8
|
configToken?: string;
|
|
9
9
|
onVerifyConfigTokenSuccess?: (data: ConfigExpressTokenParams) => Promise<void>;
|
|
10
10
|
}
|
|
11
|
-
export declare const fetchAppSettingsSync: import("@reduxjs/toolkit").AsyncThunk<any, SettingParams, {
|
|
12
|
-
state?: unknown;
|
|
13
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
14
|
-
extra?: unknown;
|
|
15
|
-
rejectValue?: unknown;
|
|
16
|
-
serializedErrorType?: unknown;
|
|
17
|
-
pendingMeta?: unknown;
|
|
18
|
-
fulfilledMeta?: unknown;
|
|
19
|
-
rejectedMeta?: unknown;
|
|
20
|
-
}>;
|
|
11
|
+
export declare const fetchAppSettingsSync: import("@reduxjs/toolkit").AsyncThunk<any, SettingParams, {}>;
|
|
21
12
|
export interface SettingsData {
|
|
22
13
|
skin: ThemeMode;
|
|
23
14
|
language: LanguageMode;
|
|
@@ -52,7 +43,7 @@ export declare const settingsSlice: import("@reduxjs/toolkit").Slice<SettingsSta
|
|
|
52
43
|
handleSetAppConfig: (state: SettingsState, action: ActionState<LibConfig>) => void;
|
|
53
44
|
handleSetCountryByIso2: (state: SettingsState, action: ActionState<string>) => void;
|
|
54
45
|
}, "settings">;
|
|
55
|
-
export declare const handleSkin: import("@reduxjs/toolkit").ActionCreatorWithPayload<ThemeMode,
|
|
46
|
+
export declare const handleSkin: import("@reduxjs/toolkit").ActionCreatorWithPayload<ThemeMode, string>, handleLanguage: import("@reduxjs/toolkit").ActionCreatorWithPayload<LanguageMode, string>, handleActiveFlowScreens: import("@reduxjs/toolkit").ActionCreatorWithPayload<ScreenStepNavigation[], string>, handleNextScreenStep: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<string | undefined, string>, handlePrevScreenStep: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<string | undefined, string>, handleCurrentActiveScreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, handleSetAppConfig: import("@reduxjs/toolkit").ActionCreatorWithPayload<LibConfig, string>, handleOpen: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, handleSetCountryByIso2: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, handleIsTapOrigin: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, handelBoardMaturity: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, handlePublicKey: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, handleSwitchCalender: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>;
|
|
56
47
|
declare const _default: import("redux").Reducer<SettingsState, import("redux").AnyAction>;
|
|
57
48
|
export default _default;
|
|
58
49
|
export declare const settingsSelector: (state: RootState) => SettingsState;
|
package/build/app/settings.js
CHANGED
|
@@ -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]) {
|
package/build/app/store.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ThunkAction, Action } from '@reduxjs/toolkit';
|
|
2
|
-
export declare const store: import("@reduxjs/toolkit
|
|
2
|
+
export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
3
3
|
settings: import("./settings").SettingsState;
|
|
4
4
|
connect: import("../features/app/connect/connectStore").ConnectState;
|
|
5
5
|
business: import("../features/app/business/businessStore").BusinessState;
|
|
@@ -24,6 +24,6 @@ export declare const store: import("@reduxjs/toolkit/dist/configureStore").Toolk
|
|
|
24
24
|
brand: import("../features/app/brand/brandStore").BrandState;
|
|
25
25
|
connectExpress: import("../features/app/connectExpress/connectExpressStore").ConnectExpressState;
|
|
26
26
|
}, import("redux").AnyAction, undefined>]>>;
|
|
27
|
-
export type AppDispatch = typeof store.dispatch;
|
|
28
|
-
export type RootState = ReturnType<typeof store.getState>;
|
|
29
|
-
export type AppThunk<ReturnType = void> = ThunkAction<ReturnType, RootState, unknown, Action<string>>;
|
|
27
|
+
export declare type AppDispatch = typeof store.dispatch;
|
|
28
|
+
export declare type RootState = ReturnType<typeof store.getState>;
|
|
29
|
+
export declare type AppThunk<ReturnType = void> = ThunkAction<ReturnType, RootState, unknown, Action<string>>;
|
|
@@ -24,8 +24,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
24
24
|
import React, { memo } from 'react';
|
|
25
25
|
import { Calendar, toDateObject } from 'react-multi-date-picker';
|
|
26
26
|
import arabic from 'react-date-object/calendars/arabic';
|
|
27
|
-
import arabic_ar from 'react-date-object/locales/arabic_ar';
|
|
28
|
-
import arabic_en from 'react-date-object/locales/arabic_en';
|
|
29
27
|
import Box from '@mui/material/Box';
|
|
30
28
|
import { styled } from '@mui/material/styles';
|
|
31
29
|
import Divider from '@mui/material/Divider';
|
|
@@ -36,6 +34,8 @@ import { getEighteenYearsAgo } from '../../utils';
|
|
|
36
34
|
import { EndAdornmentExpanded } from '../../features/shared/EndAdornment';
|
|
37
35
|
import Input from '../Input';
|
|
38
36
|
import Text from '../Text';
|
|
37
|
+
import arabic_en from './arabicEn';
|
|
38
|
+
import arabic_ar from './arabicAr';
|
|
39
39
|
import './style.css';
|
|
40
40
|
var ContainerIcon = styled(Icon, { shouldForwardProp: function (prop) { return prop !== 'disabled'; } })(function (_a) {
|
|
41
41
|
var theme = _a.theme, disabled = _a.disabled;
|
|
@@ -106,6 +106,9 @@ var DatePicker = function (_a) {
|
|
|
106
106
|
var dateObject = toDateObject(date);
|
|
107
107
|
return dateObject.convert(arabic).format(DATE_FORMAT);
|
|
108
108
|
};
|
|
109
|
-
return (_jsxs(Container, __assign({ disabled: disabled, id: 'arabic-container-calendar' }, { children: [_jsx(InputFieldStyled, { endAdornment: _jsx(ArrowIcon, __assign({ disabled: disabled }, { children: getEndAdornment() })), value: date ? formateDate(date) : '', placeholder: DATE_FORMAT, onClick:
|
|
109
|
+
return (_jsxs(Container, __assign({ disabled: disabled, id: 'arabic-container-calendar' }, { children: [_jsx(InputFieldStyled, { endAdornment: _jsx(ArrowIcon, __assign({ disabled: disabled }, { children: getEndAdornment() })), value: date ? formateDate(date) : '', placeholder: DATE_FORMAT, onClick: function (e) {
|
|
110
|
+
if (!disabled)
|
|
111
|
+
toggleCalender(e);
|
|
112
|
+
}, startAdornment: calenderIcon, disabled: disabled, readOnly: readOnly, dir: dir }), _jsxs(Collapse, __assign({ in: openCalender }, { children: [_jsx(Calendar, __assign({ calendar: arabic, locale: dir === 'rtl' ? arabic_ar : arabic_en, maxDate: rest.maxDate || defaultMax, minDate: defaultMin, format: DATE_FORMAT, onChange: handleOnDateChange, value: date || (isDob ? new Date(getEighteenYearsAgo()) : undefined), className: 'custom-container' }, rest)), _jsx(Divider, {})] }))] })));
|
|
110
113
|
};
|
|
111
114
|
export default memo(DatePicker);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
var arabic_ar = {
|
|
2
|
+
name: 'arabic_ar',
|
|
3
|
+
months: [
|
|
4
|
+
['محرم', 'محرم'],
|
|
5
|
+
['صفر', 'صفر'],
|
|
6
|
+
['ربیع الاول', 'ربیع الاول'],
|
|
7
|
+
['ربیع الثانی', 'ربیع الثانی'],
|
|
8
|
+
['جمادی الاول', 'جمادی الاول'],
|
|
9
|
+
['جمادی الثانی', 'جمادی الثانی'],
|
|
10
|
+
['رجب', 'رجب'],
|
|
11
|
+
['شعبان', 'شعبان'],
|
|
12
|
+
['رمضان', 'رمضان'],
|
|
13
|
+
['شوال', 'شوال'],
|
|
14
|
+
['ذی القعده ', 'ذی القعده'],
|
|
15
|
+
['ذی الحجه', 'ذی الحجه']
|
|
16
|
+
],
|
|
17
|
+
weekDays: [
|
|
18
|
+
['السّبت', 'سب'],
|
|
19
|
+
['الأحد', 'اح'],
|
|
20
|
+
['الإثنينِ', 'ثن'],
|
|
21
|
+
['الثلاثاء', 'ثل'],
|
|
22
|
+
['الأربعاء', 'ار'],
|
|
23
|
+
['الخميس', 'خم'],
|
|
24
|
+
['الجمعة', 'جم']
|
|
25
|
+
],
|
|
26
|
+
digits: ['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'],
|
|
27
|
+
meridiems: [
|
|
28
|
+
['قبل الظهر', 'ق.ظ'],
|
|
29
|
+
['بعد الظهر', 'ب.ظ']
|
|
30
|
+
]
|
|
31
|
+
};
|
|
32
|
+
export default arabic_ar;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
var arabic_en = {
|
|
2
|
+
name: 'arabic_en',
|
|
3
|
+
months: [
|
|
4
|
+
['Muharram', 'Mu'],
|
|
5
|
+
['Safar', 'Sa'],
|
|
6
|
+
['Rabi`al-Awwal', 'RI'],
|
|
7
|
+
['Rabi`ath-Thani', 'RII'],
|
|
8
|
+
['Jumada l-Ula', 'JI'],
|
|
9
|
+
['Jumada t-Tania', 'JII'],
|
|
10
|
+
['Rajab', 'Ra'],
|
|
11
|
+
['Sha`ban', 'Sh'],
|
|
12
|
+
['Ramadan', 'Ra'],
|
|
13
|
+
['Shawwal', 'Sh'],
|
|
14
|
+
['Dhu l-Qa`da ', 'DhQ'],
|
|
15
|
+
['Dhu l-Hijja', 'DhH']
|
|
16
|
+
],
|
|
17
|
+
weekDays: [
|
|
18
|
+
['as-sabt', 'Sab'],
|
|
19
|
+
["al-'ahad", 'Aha'],
|
|
20
|
+
["al-'ithnayn", 'Ith'],
|
|
21
|
+
['ath-thalatha', 'Tha'],
|
|
22
|
+
["al-'arb`a'", 'Arb'],
|
|
23
|
+
['al-khamis', 'Kha'],
|
|
24
|
+
['al-jum`a', 'Jum']
|
|
25
|
+
],
|
|
26
|
+
digits: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'],
|
|
27
|
+
meridiems: [
|
|
28
|
+
['AM', 'am'],
|
|
29
|
+
['PM', 'pm']
|
|
30
|
+
]
|
|
31
|
+
};
|
|
32
|
+
export default arabic_en;
|
|
@@ -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, "className" | "style" | "color" | "direction" | "translate" | "slot" | "title" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "
|
|
5
|
+
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<SlideProps, "className" | "style" | "color" | "direction" | "translate" | "slot" | "title" | "children" | "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" | "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;
|
package/build/constants/app.d.ts
CHANGED
|
@@ -21,108 +21,36 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
21
21
|
notification: any;
|
|
22
22
|
};
|
|
23
23
|
token: string;
|
|
24
|
-
}, VerifyLeadTokenProps, {
|
|
25
|
-
state?: unknown;
|
|
26
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
27
|
-
extra?: unknown;
|
|
28
|
-
rejectValue?: unknown;
|
|
29
|
-
serializedErrorType?: unknown;
|
|
30
|
-
pendingMeta?: unknown;
|
|
31
|
-
fulfilledMeta?: unknown;
|
|
32
|
-
rejectedMeta?: unknown;
|
|
33
|
-
}>;
|
|
24
|
+
}, VerifyLeadTokenProps, {}>;
|
|
34
25
|
export declare const resendOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
35
26
|
data: any;
|
|
36
|
-
}, void, {
|
|
37
|
-
state?: unknown;
|
|
38
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
39
|
-
extra?: unknown;
|
|
40
|
-
rejectValue?: unknown;
|
|
41
|
-
serializedErrorType?: unknown;
|
|
42
|
-
pendingMeta?: unknown;
|
|
43
|
-
fulfilledMeta?: unknown;
|
|
44
|
-
rejectedMeta?: unknown;
|
|
45
|
-
}>;
|
|
27
|
+
}, void, {}>;
|
|
46
28
|
export declare const verifyBankLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
47
29
|
data: any;
|
|
48
30
|
formData: OTPFormValues;
|
|
49
|
-
}, OTPFormValues, {
|
|
50
|
-
state?: unknown;
|
|
51
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
52
|
-
extra?: unknown;
|
|
53
|
-
rejectValue?: unknown;
|
|
54
|
-
serializedErrorType?: unknown;
|
|
55
|
-
pendingMeta?: unknown;
|
|
56
|
-
fulfilledMeta?: unknown;
|
|
57
|
-
rejectedMeta?: unknown;
|
|
58
|
-
}>;
|
|
31
|
+
}, OTPFormValues, {}>;
|
|
59
32
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
60
33
|
flows: any;
|
|
61
|
-
}, void, {
|
|
62
|
-
state?: unknown;
|
|
63
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
64
|
-
extra?: unknown;
|
|
65
|
-
rejectValue?: unknown;
|
|
66
|
-
serializedErrorType?: unknown;
|
|
67
|
-
pendingMeta?: unknown;
|
|
68
|
-
fulfilledMeta?: unknown;
|
|
69
|
-
rejectedMeta?: unknown;
|
|
70
|
-
}>;
|
|
34
|
+
}, void, {}>;
|
|
71
35
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
72
36
|
data: any;
|
|
73
|
-
}, string, {
|
|
74
|
-
state?: unknown;
|
|
75
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
76
|
-
extra?: unknown;
|
|
77
|
-
rejectValue?: unknown;
|
|
78
|
-
serializedErrorType?: unknown;
|
|
79
|
-
pendingMeta?: unknown;
|
|
80
|
-
fulfilledMeta?: unknown;
|
|
81
|
-
rejectedMeta?: unknown;
|
|
82
|
-
}>;
|
|
37
|
+
}, string, {}>;
|
|
83
38
|
export declare const createBankAccount: import("@reduxjs/toolkit").AsyncThunk<{
|
|
84
39
|
data: any;
|
|
85
40
|
formData: BankFormValues;
|
|
86
|
-
}, AsyncThunkParams<BankFormValues>, {
|
|
87
|
-
state?: unknown;
|
|
88
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
89
|
-
extra?: unknown;
|
|
90
|
-
rejectValue?: unknown;
|
|
91
|
-
serializedErrorType?: unknown;
|
|
92
|
-
pendingMeta?: unknown;
|
|
93
|
-
fulfilledMeta?: unknown;
|
|
94
|
-
rejectedMeta?: unknown;
|
|
95
|
-
}>;
|
|
41
|
+
}, AsyncThunkParams<BankFormValues>, {}>;
|
|
96
42
|
export declare const checkIbanBank: import("@reduxjs/toolkit").AsyncThunk<{
|
|
97
43
|
data: any;
|
|
98
44
|
}, {
|
|
99
45
|
iban: string;
|
|
100
46
|
cancelToken: CancelToken;
|
|
101
47
|
onSuccess?: (() => void) | undefined;
|
|
102
|
-
}, {
|
|
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
|
-
}>;
|
|
48
|
+
}, {}>;
|
|
112
49
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
113
50
|
response: any;
|
|
114
51
|
formData: void;
|
|
115
|
-
} | undefined, void, {
|
|
116
|
-
|
|
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
|
-
}>;
|
|
125
|
-
type VerifyData = {
|
|
52
|
+
} | undefined, void, {}>;
|
|
53
|
+
declare type VerifyData = {
|
|
126
54
|
token: string;
|
|
127
55
|
};
|
|
128
56
|
export interface BankData {
|
|
@@ -140,7 +68,7 @@ export declare const bankSlice: import("@reduxjs/toolkit").Slice<BankState, {
|
|
|
140
68
|
resetOTPScreen: (state: BankState) => void;
|
|
141
69
|
bankStatementUploadingStatus: (state: BankState, action: ActionState<boolean>) => void;
|
|
142
70
|
}, "bank/store">;
|
|
143
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
71
|
+
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>;
|
|
144
72
|
declare const _default: import("redux").Reducer<BankState, import("redux").AnyAction>;
|
|
145
73
|
export default _default;
|
|
146
74
|
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
|
};
|
|
23
23
|
salesChannels: 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
|
individualData: any;
|
|
@@ -61,54 +43,18 @@ export declare const verifyBrandLeadOTP: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
61
43
|
};
|
|
62
44
|
salesChannels: 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 retrieveSegmentDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
75
48
|
segmentLocation: any;
|
|
76
49
|
segmentProfit: any;
|
|
77
50
|
segmentTech: any;
|
|
78
|
-
}, void, {
|
|
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
|
-
}>;
|
|
51
|
+
}, void, {}>;
|
|
88
52
|
export declare const retrieveBoardStatus: import("@reduxjs/toolkit").AsyncThunk<{
|
|
89
53
|
flows: any;
|
|
90
|
-
}, void, {
|
|
91
|
-
state?: unknown;
|
|
92
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
93
|
-
extra?: unknown;
|
|
94
|
-
rejectValue?: unknown;
|
|
95
|
-
serializedErrorType?: unknown;
|
|
96
|
-
pendingMeta?: unknown;
|
|
97
|
-
fulfilledMeta?: unknown;
|
|
98
|
-
rejectedMeta?: unknown;
|
|
99
|
-
}>;
|
|
54
|
+
}, void, {}>;
|
|
100
55
|
export declare const retrieveBoardDetails: import("@reduxjs/toolkit").AsyncThunk<{
|
|
101
56
|
data: any;
|
|
102
|
-
}, string, {
|
|
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
|
-
}>;
|
|
57
|
+
}, string, {}>;
|
|
112
58
|
export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").AsyncThunk<{
|
|
113
59
|
response: any;
|
|
114
60
|
formData: {
|
|
@@ -118,16 +64,7 @@ export declare const checkBrandNameAvailability: import("@reduxjs/toolkit").Asyn
|
|
|
118
64
|
name: string;
|
|
119
65
|
cancelToken: CancelToken;
|
|
120
66
|
onSuccess?: (() => void) | undefined;
|
|
121
|
-
}, {
|
|
122
|
-
state?: unknown;
|
|
123
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
124
|
-
extra?: unknown;
|
|
125
|
-
rejectValue?: unknown;
|
|
126
|
-
serializedErrorType?: unknown;
|
|
127
|
-
pendingMeta?: unknown;
|
|
128
|
-
fulfilledMeta?: unknown;
|
|
129
|
-
rejectedMeta?: unknown;
|
|
130
|
-
}>;
|
|
67
|
+
}, {}>;
|
|
131
68
|
export declare const updateBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
132
69
|
data: any;
|
|
133
70
|
formData: Omit<BrandFormValues, "termAndConditionChecked" | "selectedBrandItem">;
|
|
@@ -135,83 +72,29 @@ export declare const updateBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
|
135
72
|
segmentLocationList: any;
|
|
136
73
|
segmentProfitList: any;
|
|
137
74
|
segmentTechList: any;
|
|
138
|
-
}, AsyncThunkParams<Omit<BrandFormValues, "termAndConditionChecked" | "selectedBrandItem">>, {
|
|
139
|
-
state?: unknown;
|
|
140
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
141
|
-
extra?: unknown;
|
|
142
|
-
rejectValue?: unknown;
|
|
143
|
-
serializedErrorType?: unknown;
|
|
144
|
-
pendingMeta?: unknown;
|
|
145
|
-
fulfilledMeta?: unknown;
|
|
146
|
-
rejectedMeta?: unknown;
|
|
147
|
-
}>;
|
|
75
|
+
}, AsyncThunkParams<Omit<BrandFormValues, "termAndConditionChecked" | "selectedBrandItem">>, {}>;
|
|
148
76
|
export declare const updateSegmentBrand: import("@reduxjs/toolkit").AsyncThunk<{
|
|
149
77
|
data: any;
|
|
150
78
|
formData: BrandSegmentFormValues;
|
|
151
|
-
}, AsyncThunkParams<BrandSegmentFormValues>, {
|
|
152
|
-
state?: unknown;
|
|
153
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
154
|
-
extra?: unknown;
|
|
155
|
-
rejectValue?: unknown;
|
|
156
|
-
serializedErrorType?: unknown;
|
|
157
|
-
pendingMeta?: unknown;
|
|
158
|
-
fulfilledMeta?: unknown;
|
|
159
|
-
rejectedMeta?: unknown;
|
|
160
|
-
}>;
|
|
79
|
+
}, AsyncThunkParams<BrandSegmentFormValues>, {}>;
|
|
161
80
|
export declare const retrieveEntityList: import("@reduxjs/toolkit").AsyncThunk<any, {
|
|
162
81
|
leadId: string;
|
|
163
|
-
}, {
|
|
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
|
-
}>;
|
|
82
|
+
}, {}>;
|
|
173
83
|
export declare const updateBrandActivities: import("@reduxjs/toolkit").AsyncThunk<{
|
|
174
84
|
data: any;
|
|
175
85
|
formData: BrandActivitiesFormValues;
|
|
176
|
-
}, AsyncThunkParams<BrandActivitiesFormValues>, {
|
|
177
|
-
state?: unknown;
|
|
178
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
179
|
-
extra?: unknown;
|
|
180
|
-
rejectValue?: unknown;
|
|
181
|
-
serializedErrorType?: unknown;
|
|
182
|
-
pendingMeta?: unknown;
|
|
183
|
-
fulfilledMeta?: unknown;
|
|
184
|
-
rejectedMeta?: unknown;
|
|
185
|
-
}>;
|
|
86
|
+
}, AsyncThunkParams<BrandActivitiesFormValues>, {}>;
|
|
186
87
|
export declare const retrieveDataList: import("@reduxjs/toolkit").AsyncThunk<{
|
|
187
88
|
customerBases: any;
|
|
188
89
|
expectedSales: any;
|
|
189
90
|
expectedCustomerSales: any;
|
|
190
91
|
countryISO2: string;
|
|
191
|
-
}, void, {
|
|
192
|
-
state?: unknown;
|
|
193
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
194
|
-
extra?: unknown;
|
|
195
|
-
rejectValue?: unknown;
|
|
196
|
-
serializedErrorType?: unknown;
|
|
197
|
-
pendingMeta?: unknown;
|
|
198
|
-
fulfilledMeta?: unknown;
|
|
199
|
-
rejectedMeta?: unknown;
|
|
200
|
-
}>;
|
|
92
|
+
}, void, {}>;
|
|
201
93
|
export declare const updateBoardSuccess: import("@reduxjs/toolkit").AsyncThunk<{
|
|
202
94
|
response: any;
|
|
203
95
|
formData: void;
|
|
204
|
-
} | undefined, void, {
|
|
205
|
-
|
|
206
|
-
dispatch?: import("redux").Dispatch<import("redux").AnyAction> | undefined;
|
|
207
|
-
extra?: unknown;
|
|
208
|
-
rejectValue?: unknown;
|
|
209
|
-
serializedErrorType?: unknown;
|
|
210
|
-
pendingMeta?: unknown;
|
|
211
|
-
fulfilledMeta?: unknown;
|
|
212
|
-
rejectedMeta?: unknown;
|
|
213
|
-
}>;
|
|
214
|
-
type VerifyData = {
|
|
96
|
+
} | undefined, void, {}>;
|
|
97
|
+
declare type VerifyData = {
|
|
215
98
|
token: string;
|
|
216
99
|
};
|
|
217
100
|
export interface BrandData {
|
|
@@ -234,7 +117,7 @@ export declare const brandSlice: import("@reduxjs/toolkit").Slice<BrandState, {
|
|
|
234
117
|
uploadingBrandLogoStatus: (state: BrandState, action: ActionState<boolean>) => void;
|
|
235
118
|
clearBrandLogo: (state: BrandState) => void;
|
|
236
119
|
}, "brand/store">;
|
|
237
|
-
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<
|
|
120
|
+
export declare const clearError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, stopLoader: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, resetOTPScreen: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>, uploadingBrandLogoStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, clearBrandLogo: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<string>;
|
|
238
121
|
declare const _default: import("redux").Reducer<BrandState, import("redux").AnyAction>;
|
|
239
122
|
export default _default;
|
|
240
123
|
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]) {
|