@tap-payments/os-micro-frontend-shared 0.1.76-test.2 → 0.1.76-test.4

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.
@@ -11,3 +11,4 @@ export * from './currency';
11
11
  export * from './table';
12
12
  export * from './toggleOptions';
13
13
  export * from './payment';
14
+ export * from './segment';
@@ -11,3 +11,4 @@ export * from './currency';
11
11
  export * from './table';
12
12
  export * from './toggleOptions';
13
13
  export * from './payment';
14
+ export * from './segment';
@@ -1 +1,12 @@
1
- export declare const SEGMENT_TYPE_FILTERS_MAP: Record<string, string>;
1
+ export declare const SEGMENT_TYPE_FILTERS_MAP: {
2
+ DEVELOPMENT_HOUSE: string;
3
+ PLATFORM: string;
4
+ BILLING_PLATFORM: string;
5
+ COMMERCE_PLATFORM: string;
6
+ APP_PLATFORM: string;
7
+ PAYMENT_TECHNOLOGY: string;
8
+ PAYMENT_FACILITATOR: string;
9
+ PAYMENT_ISSUER: string;
10
+ PAYMENT_ACQUIRER: string;
11
+ };
12
+ export type SegmentFilterId = keyof typeof SEGMENT_TYPE_FILTERS_MAP;
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-test.2",
5
- "testVersion": 2,
4
+ "version": "0.1.76-test.4",
5
+ "testVersion": 4,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",