@tap-payments/os-micro-frontend-shared 0.1.96-test.13 → 0.1.96-test.15

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.
@@ -97,14 +97,14 @@ export type MFWidgetBaseProps = {
97
97
  };
98
98
  navigation: {
99
99
  openAppService: (navigation: {
100
- id?: string;
100
+ appId?: string;
101
101
  appCode: string;
102
102
  serviceCode: string;
103
103
  }) => void;
104
104
  openApp: (app: {
105
105
  appCode: string;
106
106
  serviceCode: string;
107
- payload: AppDetails['payload'];
107
+ payload?: AppDetails['payload'];
108
108
  sandboxMode?: boolean;
109
109
  }) => void;
110
110
  };
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.96-test.13",
5
- "testVersion": 13,
4
+ "version": "0.1.96-test.15",
5
+ "testVersion": 15,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",