@tap-payments/os-micro-frontend-shared 0.1.301-test.1 → 0.1.301-test.2
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/types/segment.d.ts +9 -0
- package/build/types/segment.js +10 -1
- package/package.json +2 -2
package/build/types/segment.d.ts
CHANGED
|
@@ -4,3 +4,12 @@ export interface SegmentData extends Segment {
|
|
|
4
4
|
defaultCountry?: SegmentCountry;
|
|
5
5
|
defaultEntity?: Entity;
|
|
6
6
|
}
|
|
7
|
+
export declare enum SEGMENTS_IDS {
|
|
8
|
+
BUSINESS = "BUSINESS",
|
|
9
|
+
PLATFORM = "PLATFORM",
|
|
10
|
+
DEVELOPMENT = "DEVELOPMENT",
|
|
11
|
+
PAYMENT_TECHNOLOGY = "PAYMENT_TECHNOLOGY",
|
|
12
|
+
PAYMENT_FACILITATOR = "PAYMENT_FACILITATOR",
|
|
13
|
+
PAYMENT_ACQUIRER = "PAYMENT_ACQUIRER",
|
|
14
|
+
PAYMENT_GATEWAY = "PAYMENT_GATEWAY"
|
|
15
|
+
}
|
package/build/types/segment.js
CHANGED
|
@@ -1 +1,10 @@
|
|
|
1
|
-
export
|
|
1
|
+
export var SEGMENTS_IDS;
|
|
2
|
+
(function (SEGMENTS_IDS) {
|
|
3
|
+
SEGMENTS_IDS["BUSINESS"] = "BUSINESS";
|
|
4
|
+
SEGMENTS_IDS["PLATFORM"] = "PLATFORM";
|
|
5
|
+
SEGMENTS_IDS["DEVELOPMENT"] = "DEVELOPMENT";
|
|
6
|
+
SEGMENTS_IDS["PAYMENT_TECHNOLOGY"] = "PAYMENT_TECHNOLOGY";
|
|
7
|
+
SEGMENTS_IDS["PAYMENT_FACILITATOR"] = "PAYMENT_FACILITATOR";
|
|
8
|
+
SEGMENTS_IDS["PAYMENT_ACQUIRER"] = "PAYMENT_ACQUIRER";
|
|
9
|
+
SEGMENTS_IDS["PAYMENT_GATEWAY"] = "PAYMENT_GATEWAY";
|
|
10
|
+
})(SEGMENTS_IDS || (SEGMENTS_IDS = {}));
|
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.301-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.301-test.2",
|
|
5
|
+
"testVersion": 2,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|