@tap-payments/os-micro-frontend-shared 0.1.240 → 0.1.241-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/ActionMenu/style.d.ts +1 -1
- package/build/components/AppWindowWrapper/AppWindow/style.d.ts +2 -2
- package/build/components/Calender/style.d.ts +4 -4
- package/build/components/Chip/style.d.ts +1 -2
- package/build/components/ColorPicker/style.d.ts +2 -2
- package/build/components/ConfirmDialog/styles.d.ts +1 -1
- package/build/components/CountBadge/style.d.ts +1 -2
- package/build/components/CountryFlag/CountryFlag.js +1 -1
- package/build/components/Dialog/style.d.ts +1 -2
- package/build/components/DropdownButton/constants.d.ts +2 -2
- package/build/components/DropdownButton/style.d.ts +2 -2
- package/build/components/ErrorBoundary/style.d.ts +1 -1
- package/build/components/FileUpload/style.d.ts +1 -1
- package/build/components/FlippingCard/style.d.ts +1 -2
- package/build/components/ImageWrapper/ImageWrapper.d.ts +1 -2
- package/build/components/InputBase/SelectBase/style.d.ts +1 -1
- package/build/components/Inputs/FileInput/style.d.ts +1 -1
- package/build/components/JSONViewer/style.d.ts +2 -3
- package/build/components/LeftPeekRightExpandingChip/style.d.ts +3 -4
- package/build/components/MultiSelectStatusButton/style.d.ts +1 -1
- package/build/components/RangeCalender/components/QuickFilters/style.d.ts +1 -1
- package/build/components/RangeCalender/components/RangeDatepicker/style.d.ts +1 -1
- package/build/components/RangeCalender/style.d.ts +3 -3
- package/build/components/RightLeftExpandingCenterChip/style.d.ts +13 -14
- package/build/components/SearchButton/styles.d.ts +4 -5
- package/build/components/StatusButton/style.d.ts +2 -2
- package/build/components/StatusIcons/AuthIcons/style.d.ts +2 -3
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +1 -2
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +6 -7
- package/build/components/StatusIcons/SourceIcons/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +1 -1
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +2 -3
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +2 -3
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +5 -6
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +5 -6
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +5 -6
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +2 -3
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +5 -6
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +2 -3
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +1 -2
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +6 -7
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +5 -6
- package/build/components/TableCells/CustomCells/style.d.ts +1 -2
- package/build/components/VirtualTables/components/ColumnFilter/Inputs/style.d.ts +1 -1
- package/build/components/VirtualTables/components/ColumnFilter/style.d.ts +2 -2
- package/build/components/VirtualTables/components/ErrorList/styles.d.ts +1 -1
- package/build/components/VirtualTables/components/style.d.ts +1 -2
- package/build/components/Window/style.d.ts +2 -2
- package/build/constants/assets.js +2 -2
- package/build/constants/table/cell/terminalsTableCellWidth.d.ts +3 -3
- package/build/constants/table/cell/terminalsTableCellWidth.js +3 -3
- package/build/types/apps.d.ts +2 -1
- package/build/types/brand.d.ts +1 -1
- package/build/types/column.d.ts +1 -1
- package/build/types/common.d.ts +7 -0
- package/build/types/common.js +1 -0
- package/build/types/entity.d.ts +20 -2
- package/build/types/index.d.ts +1 -0
- package/build/types/index.js +1 -0
- package/build/types/user.d.ts +1 -4
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/build/types/entity.d.ts
CHANGED
|
@@ -1,8 +1,26 @@
|
|
|
1
1
|
import { Merchant } from './merchant';
|
|
2
|
-
import { TextAndLang } from './
|
|
2
|
+
import { TextAndLang, LangMap } from './common';
|
|
3
3
|
export interface Branch {
|
|
4
4
|
id: string;
|
|
5
|
-
|
|
5
|
+
business_entity_id: string;
|
|
6
|
+
virtual?: boolean;
|
|
7
|
+
address?: Partial<{
|
|
8
|
+
country: string;
|
|
9
|
+
city: string;
|
|
10
|
+
area: string;
|
|
11
|
+
block: string;
|
|
12
|
+
avenue: string;
|
|
13
|
+
street: string;
|
|
14
|
+
building: string;
|
|
15
|
+
floor: string;
|
|
16
|
+
unit: string;
|
|
17
|
+
line1: string;
|
|
18
|
+
line2: string;
|
|
19
|
+
postal_code: string;
|
|
20
|
+
primary: boolean;
|
|
21
|
+
}>;
|
|
22
|
+
brands?: string[];
|
|
23
|
+
name?: LangMap;
|
|
6
24
|
}
|
|
7
25
|
export interface Entity {
|
|
8
26
|
id: string;
|
package/build/types/index.d.ts
CHANGED
package/build/types/index.js
CHANGED
package/build/types/user.d.ts
CHANGED
|
@@ -3,10 +3,7 @@ import { Brand } from './brand';
|
|
|
3
3
|
import { Entity } from './entity';
|
|
4
4
|
import { Merchant } from './merchant';
|
|
5
5
|
import { Country } from './appConfig';
|
|
6
|
-
|
|
7
|
-
lang: string;
|
|
8
|
-
text: string;
|
|
9
|
-
}
|
|
6
|
+
import { TextAndLang } from './common';
|
|
10
7
|
export interface SegmentCountry {
|
|
11
8
|
id: string;
|
|
12
9
|
code: 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.241-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
|
+
}
|