@tap-payments/os-micro-frontend-shared 0.1.187 → 0.1.188

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.
@@ -60,6 +60,9 @@ export interface EntityDetails {
60
60
  provider: string;
61
61
  expiry_date: string;
62
62
  issuing_date: string;
63
+ additional_info?: {
64
+ unified_number?: string;
65
+ };
63
66
  };
64
67
  taxable: boolean;
65
68
  documents: {
@@ -145,6 +145,9 @@ export interface BusinessMerchant {
145
145
  country: string;
146
146
  license: {
147
147
  number: string;
148
+ additional_info?: {
149
+ unified_number?: string;
150
+ };
148
151
  };
149
152
  tax_status: MerchantStatus;
150
153
  };
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.187",
4
+ "version": "0.1.188",
5
5
  "testVersion": 2,
6
6
  "type": "module",
7
7
  "main": "build/index.js",