@tap-payments/os-micro-frontend-shared 0.1.94 → 0.1.95

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.
@@ -8,5 +8,6 @@ export declare const SEGMENT_TYPE_FILTERS_MAP: {
8
8
  PAYMENT_FACILITATOR: string;
9
9
  PAYMENT_ISSUER: string;
10
10
  PAYMENT_ACQUIRER: string;
11
+ RETAIL_PLATFORM: string;
11
12
  };
12
13
  export type SegmentCode = keyof typeof SEGMENT_TYPE_FILTERS_MAP;
@@ -8,4 +8,5 @@ export const SEGMENT_TYPE_FILTERS_MAP = {
8
8
  PAYMENT_FACILITATOR: 'paymentInstitution',
9
9
  PAYMENT_ISSUER: 'paymentIssuerId',
10
10
  PAYMENT_ACQUIRER: 'paymentInstitution',
11
+ RETAIL_PLATFORM: 'platformId',
11
12
  };
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.94",
5
- "testVersion": 2,
4
+ "version": "0.1.95",
5
+ "testVersion": 3,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
@@ -136,4 +136,4 @@
136
136
  "publishConfig": {
137
137
  "registry": "https://registry.npmjs.org/"
138
138
  }
139
- }
139
+ }