@tap-payments/os-micro-frontend-shared 0.1.399 → 0.1.400

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.
@@ -121,6 +121,7 @@ export interface BusinessMerchant {
121
121
  };
122
122
  logo: string;
123
123
  };
124
+ legacy_id: string;
124
125
  };
125
126
  business: {
126
127
  id: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.399",
4
+ "version": "0.1.400",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",