@tap-payments/os-micro-frontend-shared 0.1.229 → 0.1.231-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.
Files changed (45) hide show
  1. package/build/components/Chip/style.d.ts +0 -1
  2. package/build/components/CountBadge/style.d.ts +0 -1
  3. package/build/components/Dialog/style.d.ts +0 -1
  4. package/build/components/FlippingCard/style.d.ts +0 -1
  5. package/build/components/ImageWrapper/ImageWrapper.d.ts +0 -1
  6. package/build/components/JSONViewer/style.d.ts +0 -1
  7. package/build/components/LeftPeekRightExpandingChip/style.d.ts +0 -1
  8. package/build/components/RightLeftExpandingCenterChip/style.d.ts +0 -1
  9. package/build/components/SearchButton/styles.d.ts +0 -1
  10. package/build/components/StatusIcons/AuthIcons/style.d.ts +0 -1
  11. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +0 -1
  12. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +0 -1
  13. package/build/components/StatusIcons/SourceIcons/style.d.ts +0 -1
  14. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +0 -1
  15. package/build/components/TableCells/CustomCells/AmountCell/AmountCell.js +2 -1
  16. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +0 -1
  17. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +0 -1
  18. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +0 -1
  19. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +0 -1
  20. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +0 -1
  21. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +0 -1
  22. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +0 -1
  23. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +0 -1
  24. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +0 -1
  25. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +0 -1
  26. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +0 -1
  27. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +0 -1
  28. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +0 -1
  29. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +0 -1
  30. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +0 -1
  31. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +0 -1
  32. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +0 -1
  33. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +0 -1
  34. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +0 -1
  35. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +0 -1
  36. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +0 -1
  37. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +0 -1
  38. package/build/components/TableCells/CustomCells/style.d.ts +0 -1
  39. package/build/components/VirtualTables/SheetViewVirtualTable/features/resize/hooks/useColumnResizeWithPinned.d.ts +2 -2
  40. package/build/components/VirtualTables/components/style.d.ts +0 -1
  41. package/build/constants/api.d.ts +1 -1
  42. package/build/constants/api.js +1 -1
  43. package/build/types/merchant.d.ts +91 -89
  44. package/build/types/table.d.ts +1 -1
  45. 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 AgreementImageWrapper: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const DialogWrapper: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const Wrapper: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  declare const ImageWrapper: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const FOOTER_HEIGHT = 37;
4
3
  export declare const TITLE_BAR_HEIGHT = "32px";
5
4
  export declare const VIEWER_HEIGHT = 545;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  import type { SxProps, Theme } from '@mui/material/styles';
4
3
  export declare const CHIP_GAP = 3;
5
4
  export declare const DEFAULT_CHIP_MIN_WIDTH = 24;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  import type { SxProps, Theme } from '@mui/material/styles';
4
3
  export declare const CHIP_GAP = 3;
5
4
  export declare const CenterIconWrapper: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledInput: import("@emotion/styled").StyledComponent<{
4
3
  width?: string | number | undefined;
5
4
  height?: string | number | 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 BalanceCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | 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
  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;
@@ -10,6 +10,7 @@ var __rest = (this && this.__rest) || function (s, e) {
10
10
  return t;
11
11
  };
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ import { Box } from '@mui/material';
13
14
  import { TableCell } from '../../../TableCells';
14
15
  import Tooltip from '../../../Tooltip';
15
16
  import { CurrencyIcon } from '../../../index.js';
@@ -21,6 +22,6 @@ const tableMode = 'default';
21
22
  function AmountCell(_a) {
22
23
  var { conversionType, amount, currency, tooltipLabel, amountTooltipLabel } = _a, props = __rest(_a, ["conversionType", "amount", "currency", "tooltipLabel", "amountTooltipLabel"]);
23
24
  const icon = currency && _jsx(FlagIcon, { src: getCurrenciesIcon(currency), alt: "customer icon" });
24
- return (_jsx(TableCell, Object.assign({}, props, { children: _jsxs(AmountCellContainer, { children: [_jsx(Tooltip, Object.assign({ title: tooltipLabel || '' }, { children: _jsx(ConversionTypeLabel, { tableMode: tableMode, conversionType: conversionType }) })), _jsx(Tooltip, Object.assign({ title: _jsx(CurrencyIcon, { currency: currency }) }, { children: _jsx(FlagContainer, { children: icon }) })), _jsx(Tooltip, Object.assign({ title: amountTooltipLabel }, { children: _jsx(CurrencyInfo, { tableMode: tableMode, amount: amount, currency: currency }) }))] }) })));
25
+ return (_jsx(TableCell, Object.assign({}, props, { children: _jsxs(AmountCellContainer, { children: [_jsx(Tooltip, Object.assign({ title: tooltipLabel || '' }, { children: _jsx(Box, { children: _jsx(ConversionTypeLabel, { tableMode: tableMode, conversionType: conversionType }) }) })), _jsx(Tooltip, Object.assign({ title: _jsx(CurrencyIcon, { currency: currency }) }, { children: _jsx(FlagContainer, { children: icon }) })), _jsx(Tooltip, Object.assign({ title: amountTooltipLabel }, { children: _jsx(CurrencyInfo, { tableMode: tableMode, amount: amount, currency: currency }) }))] }) })));
25
26
  }
26
27
  export default AmountCell;
@@ -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 UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const BalanceCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | 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 DueDateCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const Button: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const ProductCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | 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 ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const RefundChargeCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const RefundCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | 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 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 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 MultiRefundIcon: import("@emotion/styled").StyledComponent<{
4
3
  width?: string | number | undefined;
5
4
  height?: string | number | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  id?: string | 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>, {}>;
@@ -22,7 +22,7 @@ export declare const useColumnResizeWithPinned: ({ pinnedStartColumnsData, pinne
22
22
  order?: number | undefined;
23
23
  pinned?: "start" | "end" | undefined;
24
24
  pinnable?: boolean | undefined;
25
- cellStyle?: import("react").CSSProperties | undefined;
25
+ cellStyle?: import("@mui/system").SxProps | undefined;
26
26
  headerStyle?: import("react").CSSProperties | undefined;
27
27
  filter?: ({
28
28
  onConfirm?: ((filterValues: import("../../../../../../types/index.js").ColumnFilterValues) => void) | undefined;
@@ -48,7 +48,7 @@ export declare const useColumnResizeWithPinned: ({ pinnedStartColumnsData, pinne
48
48
  order?: number | undefined;
49
49
  pinned?: "start" | "end" | undefined;
50
50
  pinnable?: boolean | undefined;
51
- cellStyle?: import("react").CSSProperties | undefined;
51
+ cellStyle?: import("@mui/system").SxProps | undefined;
52
52
  headerStyle?: import("react").CSSProperties | undefined;
53
53
  filter?: ({
54
54
  onConfirm?: ((filterValues: import("../../../../../../types/index.js").ColumnFilterValues) => void) | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  interface TableWrapperProps {
4
3
  showNoDataView?: boolean;
5
4
  }
@@ -46,7 +46,7 @@ export declare const API_LIST_CONSTANTS: {
46
46
  readonly page: 1;
47
47
  };
48
48
  readonly brands: {
49
- readonly limit: 20;
49
+ readonly limit: 50;
50
50
  };
51
51
  readonly MerchantsList: {
52
52
  readonly limit: 50;
@@ -46,7 +46,7 @@ export const API_LIST_CONSTANTS = {
46
46
  page: 1,
47
47
  },
48
48
  brands: {
49
- limit: 20,
49
+ limit: 50,
50
50
  },
51
51
  MerchantsList: {
52
52
  limit: API_BASE_LIMIT,
@@ -11,6 +11,95 @@ export interface Merchant {
11
11
  }
12
12
  export type VerificationStatus = 'incomplete' | 'complete' | 'reviewed' | 'verified';
13
13
  export type MerchantStatus = 'completed' | 'all' | 'country';
14
+ export interface MerchantDetails {
15
+ id: string;
16
+ status: MerchantStatus;
17
+ marketplace: boolean;
18
+ commerceplatform: {
19
+ id: string;
20
+ name: {
21
+ en: string;
22
+ };
23
+ logo: string;
24
+ operator_id: string;
25
+ };
26
+ platforms: Array<{
27
+ id: string;
28
+ segment: string;
29
+ brand: {
30
+ logo?: string;
31
+ name: Array<{
32
+ lang: string;
33
+ text: string;
34
+ }>;
35
+ };
36
+ }>;
37
+ wallet: {
38
+ id: string;
39
+ status: MerchantStatus;
40
+ bank_account: {
41
+ id: string;
42
+ status: MerchantStatus;
43
+ iban: string;
44
+ };
45
+ payout_status: string;
46
+ payout_status_control: string;
47
+ };
48
+ created: number;
49
+ country: string;
50
+ terminal: {
51
+ id: string;
52
+ authorizes: {
53
+ status: string;
54
+ status_message: string;
55
+ };
56
+ charges: {
57
+ status: string;
58
+ status_message: string;
59
+ };
60
+ refunds: {
61
+ status: string;
62
+ status_message: string;
63
+ };
64
+ virtual: boolean;
65
+ acceptance_status: string;
66
+ acceptance_status_control: string;
67
+ };
68
+ payout_status: 'enabled' | 'disabled';
69
+ acceptance_status: 'enabled' | 'disabled';
70
+ legacy_id: string;
71
+ base_currency: string;
72
+ payment_provider: {
73
+ technology_id: string;
74
+ settlement_by: string;
75
+ };
76
+ development_house: {
77
+ id: string;
78
+ name: {
79
+ ar: string | null;
80
+ en: string;
81
+ };
82
+ logo: string;
83
+ };
84
+ payment_provider_info: {
85
+ technology: {
86
+ id: string;
87
+ name: {
88
+ ar: string | null;
89
+ en: string;
90
+ };
91
+ logo: string;
92
+ };
93
+ settlement_by: {
94
+ id: string;
95
+ name: {
96
+ ar: string | null;
97
+ en: string;
98
+ };
99
+ logo: string;
100
+ };
101
+ };
102
+ }
14
103
  export interface BusinessMerchant {
15
104
  id: string;
16
105
  status: MerchantStatus;
@@ -53,95 +142,8 @@ export interface BusinessMerchant {
53
142
  legal_name: {
54
143
  en: string;
55
144
  };
56
- merchant: {
57
- id: string;
58
- status: MerchantStatus;
59
- marketplace: boolean;
60
- commerceplatform: {
61
- id: string;
62
- name: {
63
- en: string;
64
- };
65
- logo: string;
66
- operator_id: string;
67
- };
68
- platforms: Array<{
69
- id: string;
70
- segment: string;
71
- brand: {
72
- logo?: string;
73
- name: Array<{
74
- lang: string;
75
- text: string;
76
- }>;
77
- };
78
- }>;
79
- wallet: {
80
- id: string;
81
- status: MerchantStatus;
82
- bank_account: {
83
- id: string;
84
- status: MerchantStatus;
85
- iban: string;
86
- };
87
- payout_status: string;
88
- payout_status_control: string;
89
- };
90
- created: number;
91
- country: string;
92
- terminal: {
93
- id: string;
94
- authorizes: {
95
- status: string;
96
- status_message: string;
97
- };
98
- charges: {
99
- status: string;
100
- status_message: string;
101
- };
102
- refunds: {
103
- status: string;
104
- status_message: string;
105
- };
106
- virtual: boolean;
107
- acceptance_status: string;
108
- acceptance_status_control: string;
109
- };
110
- payout_status: 'enabled' | 'disabled';
111
- acceptance_status: 'enabled' | 'disabled';
112
- legacy_id: string;
113
- base_currency: string;
114
- payment_provider: {
115
- technology_id: string;
116
- settlement_by: string;
117
- };
118
- development_house: {
119
- id: string;
120
- name: {
121
- ar: string | null;
122
- en: string;
123
- };
124
- logo: string;
125
- };
126
- payment_provider_info: {
127
- technology: {
128
- id: string;
129
- name: {
130
- ar: string | null;
131
- en: string;
132
- };
133
- logo: string;
134
- };
135
- settlement_by: {
136
- id: string;
137
- name: {
138
- ar: string | null;
139
- en: string;
140
- };
141
- logo: string;
142
- };
143
- };
144
- };
145
+ merchant: MerchantDetails;
146
+ retailer: MerchantDetails;
145
147
  country: string;
146
148
  license: {
147
149
  number: string;
@@ -35,7 +35,7 @@ export interface IColumnProps<R = any> {
35
35
  order?: number;
36
36
  pinned?: 'start' | 'end';
37
37
  pinnable?: boolean;
38
- cellStyle?: React.CSSProperties;
38
+ cellStyle?: SxProps;
39
39
  headerStyle?: React.CSSProperties;
40
40
  filter?: IColumnFilter;
41
41
  isDefaultPinned?: boolean;
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.229",
5
- "testVersion": 0,
4
+ "version": "0.1.231-test.1",
5
+ "testVersion": 1,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
@@ -163,4 +163,4 @@
163
163
  "publishConfig": {
164
164
  "registry": "https://registry.npmjs.org/"
165
165
  }
166
- }
166
+ }