@tap-payments/os-micro-frontend-shared 0.1.364 → 0.1.365-test.1
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/components/AnimatedSpinnerIcon/style.d.ts +0 -1
- package/build/components/Chip/style.d.ts +0 -1
- package/build/components/CountBadge/style.d.ts +0 -1
- package/build/components/Dialog/style.d.ts +0 -1
- package/build/components/FlippingCard/style.d.ts +0 -1
- package/build/components/ImageWrapper/ImageWrapper.d.ts +0 -1
- package/build/components/JSONViewer/style.d.ts +0 -1
- package/build/components/LeftPeekRightExpandingChip/style.d.ts +0 -1
- package/build/components/RightLeftExpandingCenterChip/style.d.ts +0 -1
- package/build/components/SearchButton/styles.d.ts +0 -1
- package/build/components/StatusIcons/AuthIcons/style.d.ts +0 -1
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +0 -1
- package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.js +11 -11
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +0 -1
- package/build/components/StatusIcons/SourceIcons/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/AgreementCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/PayoutReportCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +0 -1
- package/build/components/TableCells/CustomCells/style.d.ts +0 -1
- package/build/components/TableReports/components/DownloadButton/style.d.ts +0 -1
- package/build/components/TableReports/style.d.ts +0 -1
- package/build/components/VirtualTables/components/style.d.ts +0 -1
- package/build/constants/reports.d.ts +18 -1
- package/build/constants/reports.js +77 -27
- package/build/types/apps.d.ts +7 -8
- package/build/utils/navigation.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
import { GetSourceAnimationFunction } from './type';
|
|
4
3
|
export declare const ChipStyled: import("@emotion/styled").StyledComponent<import("react").RefAttributes<unknown> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
5
4
|
variant?: import("./type").ChipVariant | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -16,7 +16,7 @@ export function ChargeStatusIcon({ chargeStatus, gatewayTooltip, acquirerTooltip
|
|
|
16
16
|
const chargeTooltipTitle = chargeTooltip && (_jsx(_Fragment, { children: _jsx("div", { children: chargeTooltip }) }));
|
|
17
17
|
const acquirerTooltipTitle = acquirerTooltip && (_jsxs(_Fragment, { children: [_jsx("div", { children: "Acquirer" }), _jsx("div", { children: acquirerTooltip })] }));
|
|
18
18
|
const gatewayTooltipTitle = gatewayTooltip && (_jsxs(_Fragment, { children: [_jsx("div", { children: "Gateway" }), _jsx("div", { children: gatewayTooltip })] }));
|
|
19
|
-
const chargeIcon = chargeStatus && statusIcons[chargeStatus] && (_jsx(
|
|
19
|
+
const chargeIcon = chargeStatus && statusIcons[chargeStatus] && (_jsx("div", Object.assign({ "data-testid": "ChargeStatusIcon_ChargeIcon", style: Object.assign({ display: 'flex', alignItems: 'center', justifyContent: 'center', width: '16px', height: '16px', borderRadius: unCapturedStatusStyle ? '50%' : '' }, iconWrapperStyles) }, { children: _jsx(StatusIcon, { src: statusIcons[chargeStatus], alt: "charge-icon", "data-testid": "ChargeStatusIcon_StatusIcon", style: Object.assign({ borderRadius: unCapturedStatusStyle ? '50%' : '', width: '16px', height: '16px' }, iconStyles) }) })));
|
|
20
20
|
if (isSheetViewShown) {
|
|
21
21
|
return (_jsxs(TextViewWrapper, { children: [_jsxs(StatusChipWithCopy, Object.assign({ copyText: t(camelCase(chargeStatus)), chipIndex: chipIndex, selectionProps: selectionProps }, { children: [t(camelCase(chargeStatus)), " ", errorCode] })), unCapturedStatusStyle && (_jsxs(_Fragment, { children: [gatewayCode && (_jsxs(StatusChipWithCopy, Object.assign({ copyText: "Gateway", chipIndex: 1, selectionProps: selectionProps }, { children: ["Gateway ", gatewayCode] }))), acquirerCode && (_jsxs(StatusChipWithCopy, Object.assign({ copyText: "Acquirer", chipIndex: 2, selectionProps: selectionProps }, { children: ["Acquirer ", acquirerCode] })))] }))] }));
|
|
22
22
|
}
|
|
@@ -38,7 +38,7 @@ export function ChargeStatusIcon({ chargeStatus, gatewayTooltip, acquirerTooltip
|
|
|
38
38
|
border: '1px solid #F2F2F2',
|
|
39
39
|
borderRadius: '12px',
|
|
40
40
|
backgroundColor: '#fff',
|
|
41
|
-
})), unCapturedStyles) }, { children: [
|
|
41
|
+
})), unCapturedStyles) }, { children: [_jsx(UnCapturedBadge, Object.assign({ "data-testid": "ChargeStatusIcon_UnCapturedBadge", sx: {
|
|
42
42
|
borderRadius: '56px',
|
|
43
43
|
}, initial: {
|
|
44
44
|
background: 'transparent',
|
|
@@ -46,13 +46,13 @@ export function ChargeStatusIcon({ chargeStatus, gatewayTooltip, acquirerTooltip
|
|
|
46
46
|
animate: {
|
|
47
47
|
background: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.background,
|
|
48
48
|
},
|
|
49
|
-
} }, { children:
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
49
|
+
} }, { children: _jsx(Tooltip, Object.assign({ title: chargeTooltipTitle !== null && chargeTooltipTitle !== void 0 ? chargeTooltipTitle : t(camelCase(chargeStatus)) }, { children: _jsxs(_Fragment, { children: [chargeIcon, _jsx(ErrorCodeWrapper, Object.assign({ "data-testid": "ChargeStatusIcon_ErrorCodeWrapper", transition: {
|
|
50
|
+
animate: {
|
|
51
|
+
duration: 0.05,
|
|
52
|
+
},
|
|
53
|
+
}, variants: ErrorCodeLabelAnimationVariants, style: Object.assign({}, (errorCode && {
|
|
54
|
+
padding: '0 !important',
|
|
55
|
+
})) }, { children: _jsx(ErrorCodeLabel, Object.assign({ "data-testid": "ChargeStatusIcon_ErrorCodeLabel", sx: {
|
|
56
|
+
background: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.color,
|
|
57
|
+
}, transition: errorCodeLabelAnimation, variants: ErrorCodeVariants, initial: { opacity: 0 } }, { children: errorCode })) }))] }) })) })), _jsx(GatewaysContainer, Object.assign({ "data-testid": "ChargeStatusIcon_GatewaysContainer", transition: GatewayIconWrapperAnimationTransition, variants: GatewaysContainerAnimationVariants, style: gatewayContainerStyles, isVisible: !!gatewayTooltipTitle }, { children: gatewayTooltipTitle && (_jsx(Tooltip, Object.assign({ title: gatewayTooltipTitle }, { children: _jsx(GatewayIconWrapper, Object.assign({ "data-testid": "ChargeStatusIcon_GatewayIconWrapper", style: Object.assign({ background: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.background }, gatewayIconWrapperStyles) }, { children: _jsx(GateWayIcon, { src: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.gatewayIcon, alt: "gateway-icon", "data-testid": "ChargeStatusIcon_GatewayIcon", style: gateWayIconStyles }) })) }))) })), _jsx(GatewaysContainer, Object.assign({ "data-testid": "ChargeStatusIcon_GatewaysContainer", transition: GatewayIconWrapperAnimationTransition, variants: AcquirerContainerAnimationVariants, style: gatewayContainerStyles, isVisible: !!acquirerTooltipTitle }, { children: acquirerTooltipTitle && (_jsx(Tooltip, Object.assign({ title: acquirerTooltipTitle }, { children: _jsx(GatewayIconWrapper, Object.assign({ "data-testid": "ChargeStatusIcon_AcquirerIconWrapper", style: Object.assign({ background: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.background }, gatewayIconWrapperStyles) }, { children: _jsx(GateWayIcon, { src: unCapturedStatusStyle === null || unCapturedStatusStyle === void 0 ? void 0 : unCapturedStatusStyle.acquirerIcon, alt: "acquirer-icon", "data-testid": "ChargeStatusIcon_AcquirerIcon", style: gateWayIconStyles }) })) }))) }))] }))) : (_jsx(Tooltip, Object.assign({ title: chargeTooltipTitle !== null && chargeTooltipTitle !== void 0 ? chargeTooltipTitle : t(camelCase(chargeStatus)) }, { children: _jsx(StatusIconWrapper, { children: chargeIcon }) }))) })));
|
|
58
58
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
import { TableMode } from '../../../../types/index.js';
|
|
4
3
|
export declare const ActionCellContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
5
4
|
tableMode?: TableMode | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const AgreementCellContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const StyledAgreementCardIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const CardContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledAppsCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const AppsStatusContainer: import("@emotion/styled").StyledComponent<{
|
|
5
4
|
hidden?: boolean | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const AuthIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
4
3
|
export declare const AuthCellContainer: import("@emotion/styled").StyledComponent<{
|
|
5
4
|
hidden?: boolean | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledDownloadFileImageWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
4
3
|
isTextShown?: boolean | undefined;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
5
4
|
export declare const SalesChannelsContainer: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
4
3
|
export declare const ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
|
|
5
4
|
hidden?: boolean | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
2
|
export declare const GeographyBox: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
4
3
|
variant?: "Global" | "Regional" | "Local" | undefined;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -1,6 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Maps report **source codes** (app or service)
|
|
3
|
+
* to the corresponding **backend report filter types**.
|
|
4
|
+
*
|
|
5
|
+
* Used as a translation layer between UI report grouping
|
|
6
|
+
* and backend report filtering.
|
|
7
|
+
*
|
|
8
|
+
* - Key: App code or service code
|
|
9
|
+
* - Value: One or more backend filter types
|
|
10
|
+
*/
|
|
11
|
+
export declare const reportFilterTypesMap: {
|
|
2
12
|
[x: string]: string[];
|
|
3
13
|
};
|
|
14
|
+
/**
|
|
15
|
+
* Reports apps
|
|
16
|
+
*
|
|
17
|
+
* Defines apps shown in the reports app, with each service linked
|
|
18
|
+
* to its backend filter type (REPORT_FILTER_TYPES).
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
4
21
|
export declare const REPORTS_APPS: {
|
|
5
22
|
code: string;
|
|
6
23
|
name: string;
|
|
@@ -1,39 +1,89 @@
|
|
|
1
1
|
import { APP_CODES } from './apps';
|
|
2
2
|
import { acceptanceAppIcon, billingAppIcon, payoutsAppIcon, walletAppIcon } from './assets';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
3
|
+
/**
|
|
4
|
+
* Backend report filter types (used by reports APIs)
|
|
5
|
+
*
|
|
6
|
+
* Maps frontend report identifiers to the backend API filter types.
|
|
7
|
+
* Acts as the source of truth for all report types across apps/services
|
|
8
|
+
*/
|
|
9
|
+
const REPORT_FILTER_TYPES = {
|
|
10
|
+
// Acceptance
|
|
11
|
+
CHARGE: 'CHARGE',
|
|
12
|
+
AUTHORIZE: 'AUTHORIZE',
|
|
13
|
+
REFUND: 'REFUND',
|
|
14
|
+
CHARGEBACKS: 'CHARGEBACKS',
|
|
15
|
+
DESTINATIONS: 'DESTINATIONS',
|
|
16
|
+
// Wallet
|
|
17
|
+
STATEMENT: 'STATEMENT',
|
|
18
|
+
STATEMENT_SUMMARY: 'STATEMENT_SUMMARY',
|
|
19
|
+
// Billing
|
|
20
|
+
INVOICE: 'INVOICE',
|
|
21
|
+
// Payouts
|
|
22
|
+
PAYOUT: 'PAYOUT',
|
|
23
|
+
MERCHANT_PAYOUT: 'MERCHANT_PAYOUT',
|
|
24
|
+
RETAILER_PAYOUT: 'RETAILER_PAYOUT',
|
|
19
25
|
};
|
|
26
|
+
/**
|
|
27
|
+
* Maps report **source codes** (app or service)
|
|
28
|
+
* to the corresponding **backend report filter types**.
|
|
29
|
+
*
|
|
30
|
+
* Used as a translation layer between UI report grouping
|
|
31
|
+
* and backend report filtering.
|
|
32
|
+
*
|
|
33
|
+
* - Key: App code or service code
|
|
34
|
+
* - Value: One or more backend filter types
|
|
35
|
+
*/
|
|
36
|
+
export const reportFilterTypesMap = {
|
|
37
|
+
// Acceptance
|
|
38
|
+
[APP_CODES.acceptance.services.charges.code]: [REPORT_FILTER_TYPES.CHARGE],
|
|
39
|
+
[APP_CODES.acceptance.services.authorization.code]: [REPORT_FILTER_TYPES.AUTHORIZE],
|
|
40
|
+
[APP_CODES.acceptance.services.refunds.code]: [REPORT_FILTER_TYPES.REFUND],
|
|
41
|
+
[APP_CODES.acceptance.services.chargeback.code]: [REPORT_FILTER_TYPES.CHARGEBACKS],
|
|
42
|
+
[APP_CODES.acceptance.services.destinations.code]: [REPORT_FILTER_TYPES.DESTINATIONS],
|
|
43
|
+
[APP_CODES.acceptance.code]: [
|
|
44
|
+
REPORT_FILTER_TYPES.CHARGE,
|
|
45
|
+
REPORT_FILTER_TYPES.AUTHORIZE,
|
|
46
|
+
REPORT_FILTER_TYPES.REFUND,
|
|
47
|
+
REPORT_FILTER_TYPES.CHARGEBACKS,
|
|
48
|
+
REPORT_FILTER_TYPES.DESTINATIONS,
|
|
49
|
+
],
|
|
50
|
+
// Wallet
|
|
51
|
+
[APP_CODES.wallet.services.merchants.functions.statement.code]: [REPORT_FILTER_TYPES.STATEMENT],
|
|
52
|
+
[APP_CODES.wallet.services.merchants.functions.summary.code]: [REPORT_FILTER_TYPES.STATEMENT_SUMMARY],
|
|
53
|
+
[APP_CODES.wallet.code]: [REPORT_FILTER_TYPES.STATEMENT, REPORT_FILTER_TYPES.STATEMENT_SUMMARY],
|
|
54
|
+
// Billing
|
|
55
|
+
[APP_CODES.billing.services.invoices.code]: [REPORT_FILTER_TYPES.INVOICE],
|
|
56
|
+
[APP_CODES.billing.code]: [REPORT_FILTER_TYPES.INVOICE],
|
|
57
|
+
// Payouts
|
|
58
|
+
[APP_CODES.payouts.services.payouts.code]: [REPORT_FILTER_TYPES.PAYOUT],
|
|
59
|
+
[APP_CODES.payouts.services.merchantPayout.code]: [REPORT_FILTER_TYPES.MERCHANT_PAYOUT],
|
|
60
|
+
[APP_CODES.payouts.services.retailerPayout.code]: [REPORT_FILTER_TYPES.RETAILER_PAYOUT],
|
|
61
|
+
[APP_CODES.payouts.code]: [REPORT_FILTER_TYPES.PAYOUT, REPORT_FILTER_TYPES.MERCHANT_PAYOUT, REPORT_FILTER_TYPES.RETAILER_PAYOUT],
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Reports apps
|
|
65
|
+
*
|
|
66
|
+
* Defines apps shown in the reports app, with each service linked
|
|
67
|
+
* to its backend filter type (REPORT_FILTER_TYPES).
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
20
70
|
export const REPORTS_APPS = [
|
|
21
71
|
{
|
|
22
72
|
code: APP_CODES.billing.code,
|
|
23
73
|
name: 'Billing',
|
|
24
74
|
icon: billingAppIcon,
|
|
25
|
-
services: [{ name: 'Invoices', code:
|
|
75
|
+
services: [{ name: 'Invoices', code: REPORT_FILTER_TYPES.INVOICE }],
|
|
26
76
|
},
|
|
27
77
|
{
|
|
28
78
|
code: APP_CODES.acceptance.code,
|
|
29
79
|
name: 'Acceptance',
|
|
30
80
|
icon: acceptanceAppIcon,
|
|
31
81
|
services: [
|
|
32
|
-
{ name: 'Authorisations', code:
|
|
33
|
-
{ name: 'Charges', code:
|
|
34
|
-
{ name: 'Refunds', code:
|
|
35
|
-
{ name: 'Chargebacks', code:
|
|
36
|
-
{ name: 'Destinations', code:
|
|
82
|
+
{ name: 'Authorisations', code: REPORT_FILTER_TYPES.AUTHORIZE },
|
|
83
|
+
{ name: 'Charges', code: REPORT_FILTER_TYPES.CHARGE },
|
|
84
|
+
{ name: 'Refunds', code: REPORT_FILTER_TYPES.REFUND },
|
|
85
|
+
{ name: 'Chargebacks', code: REPORT_FILTER_TYPES.CHARGEBACKS },
|
|
86
|
+
{ name: 'Destinations', code: REPORT_FILTER_TYPES.DESTINATIONS },
|
|
37
87
|
],
|
|
38
88
|
},
|
|
39
89
|
{
|
|
@@ -41,8 +91,8 @@ export const REPORTS_APPS = [
|
|
|
41
91
|
name: 'Wallet',
|
|
42
92
|
icon: walletAppIcon,
|
|
43
93
|
services: [
|
|
44
|
-
{ name: 'Aggregated Statement', code:
|
|
45
|
-
{ name: 'Detailed Statement', code:
|
|
94
|
+
{ name: 'Aggregated Statement', code: REPORT_FILTER_TYPES.STATEMENT_SUMMARY },
|
|
95
|
+
{ name: 'Detailed Statement', code: REPORT_FILTER_TYPES.STATEMENT },
|
|
46
96
|
],
|
|
47
97
|
},
|
|
48
98
|
{
|
|
@@ -50,9 +100,9 @@ export const REPORTS_APPS = [
|
|
|
50
100
|
name: 'Payouts',
|
|
51
101
|
icon: payoutsAppIcon,
|
|
52
102
|
services: [
|
|
53
|
-
{ name: 'Payouts', code:
|
|
54
|
-
{ name: 'Merchant Payouts', code:
|
|
55
|
-
{ name: 'Retailer Payouts', code:
|
|
103
|
+
{ name: 'Payouts', code: REPORT_FILTER_TYPES.PAYOUT },
|
|
104
|
+
{ name: 'Merchant Payouts', code: REPORT_FILTER_TYPES.MERCHANT_PAYOUT },
|
|
105
|
+
{ name: 'Retailer Payouts', code: REPORT_FILTER_TYPES.RETAILER_PAYOUT },
|
|
56
106
|
],
|
|
57
107
|
},
|
|
58
108
|
];
|
package/build/types/apps.d.ts
CHANGED
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
import { ColumnsView } from './column';
|
|
2
2
|
import { Segment, SegmentCountry, SegmentUser, SelectedBrand, SelectedCountry, User } from './user';
|
|
3
|
-
import { BusinessMerchant } from './merchant';
|
|
4
3
|
import type { i18n } from 'i18next';
|
|
5
4
|
import { Theme } from '@mui/material';
|
|
6
5
|
import { CalenderMode } from './theme';
|
|
7
6
|
import { Timezone } from './appConfig';
|
|
8
7
|
import { Brand, Entity, TableMode } from './index.js';
|
|
9
8
|
import { TextAndLang } from './common';
|
|
10
|
-
export interface
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
selectedMerchant?: BusinessMerchant;
|
|
9
|
+
export interface AppPayload {
|
|
10
|
+
selectedService: string;
|
|
11
|
+
services: Record<string, ServicePayload>;
|
|
14
12
|
}
|
|
15
|
-
export interface
|
|
13
|
+
export interface ServicePayload {
|
|
16
14
|
columnFilters?: Record<string, any>;
|
|
17
15
|
filteredIds?: string[];
|
|
18
16
|
dateRange?: [Date, Date];
|
|
@@ -21,6 +19,7 @@ export interface AppPayload extends Partial<AccountAppPayload> {
|
|
|
21
19
|
isTextShown?: boolean;
|
|
22
20
|
tableViews?: ColumnsView[];
|
|
23
21
|
calendarTimezone?: number;
|
|
22
|
+
reportTypes?: string[];
|
|
24
23
|
}
|
|
25
24
|
export interface AppDetails {
|
|
26
25
|
id: string;
|
|
@@ -43,7 +42,7 @@ export interface AppDetails {
|
|
|
43
42
|
minWidth: number | string;
|
|
44
43
|
minHeight: number | string;
|
|
45
44
|
};
|
|
46
|
-
payload?: Record<string, any> &
|
|
45
|
+
payload?: Record<string, any> & ServicePayload;
|
|
47
46
|
toolbarIconUrl?: string;
|
|
48
47
|
hideMaximizedApp?: boolean;
|
|
49
48
|
hideMinimizeApp?: boolean;
|
|
@@ -99,7 +98,7 @@ export type MFWidgetBaseProps = {
|
|
|
99
98
|
hasHeader: boolean;
|
|
100
99
|
sandboxMode: boolean;
|
|
101
100
|
initialServiceCode?: string;
|
|
102
|
-
initialPayload?: Record<string, any> &
|
|
101
|
+
initialPayload?: Record<string, any> & ServicePayload;
|
|
103
102
|
};
|
|
104
103
|
user: User;
|
|
105
104
|
segment: {
|
|
@@ -6,7 +6,7 @@ export declare const openNewAppAttrs: ({ appCode, serviceCode, sandboxMode, payl
|
|
|
6
6
|
numberOfOpenedApps: number;
|
|
7
7
|
segmentId: string;
|
|
8
8
|
}) => {
|
|
9
|
-
payload?: (Record<string, any> & import("../types/index.js").
|
|
9
|
+
payload?: (Record<string, any> & import("../types/index.js").ServicePayload) | undefined;
|
|
10
10
|
segmentId: string;
|
|
11
11
|
appCode: string;
|
|
12
12
|
serviceCode: string;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tap-payments/os-micro-frontend-shared",
|
|
3
3
|
"description": "Shared components and utilities for Tap Payments micro frontends",
|
|
4
|
-
"version": "0.1.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.365-test.1",
|
|
5
|
+
"testVersion": 1,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"ts:build": "rm -rf build && tsc -p tsconfig.npm.json && tsc-alias -p tsconfig.npm.json",
|
|
64
64
|
"push:local": "yarn ts:build && yalc publish --push",
|
|
65
65
|
"push": "npm run ts:build && npm publish --access public",
|
|
66
|
-
"push:test": "
|
|
66
|
+
"push:test": " npm publish --access public --tag test && node scripts/restore-version.cjs",
|
|
67
67
|
"dev": "vite",
|
|
68
68
|
"build": "tsc -b && vite build ",
|
|
69
69
|
"prettier": "prettier --list-different \"src/**/*.{md,mdx,ts,js,tsx,jsx,json}\"",
|