@tap-payments/os-micro-frontend-shared 0.1.76-test.2 → 0.1.76
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/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.76
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.76",
|
|
5
|
+
"testVersion": 1,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|
|
@@ -134,4 +134,4 @@
|
|
|
134
134
|
"publishConfig": {
|
|
135
135
|
"registry": "https://registry.npmjs.org/"
|
|
136
136
|
}
|
|
137
|
-
}
|
|
137
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const SEGMENT_TYPE_FILTERS_MAP: Record<string, string>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export const SEGMENT_TYPE_FILTERS_MAP = {
|
|
2
|
-
DEVELOPMENT_HOUSE: 'developmentHouseId',
|
|
3
|
-
PLATFORM: 'platformId',
|
|
4
|
-
BILLING_PLATFORM: 'platformId',
|
|
5
|
-
COMMERCE_PLATFORM: 'platformId',
|
|
6
|
-
APP_PLATFORM: 'platformId',
|
|
7
|
-
PAYMENT_TECHNOLOGY: 'paymentTechnology',
|
|
8
|
-
PAYMENT_FACILITATOR: 'paymentInstitution',
|
|
9
|
-
PAYMENT_ISSUER: 'paymentIssuerId',
|
|
10
|
-
PAYMENT_ACQUIRER: 'paymentInstitution',
|
|
11
|
-
};
|