@tap-payments/os-micro-frontend-shared 0.1.244 → 0.1.245

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.
@@ -147,6 +147,7 @@ export interface BusinessMerchant {
147
147
  country: string;
148
148
  license: {
149
149
  number: string;
150
+ type: string;
150
151
  additional_info?: {
151
152
  unified_number?: string;
152
153
  };
@@ -172,6 +173,11 @@ export interface BusinessMerchant {
172
173
  };
173
174
  };
174
175
  identification_id: string;
176
+ identification: {
177
+ id: string;
178
+ issued_country_code: string;
179
+ type: string;
180
+ };
175
181
  };
176
182
  individuals: {
177
183
  status: VerificationStatus;
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.244",
4
+ "version": "0.1.245",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",