@tap-payments/os-micro-frontend-shared 0.1.405 → 0.1.407

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.
@@ -117,6 +117,7 @@ export type MFWidgetBaseProps = {
117
117
  isBusinessSegment: boolean;
118
118
  isAnyMerchantHasMarketplace: boolean;
119
119
  isSegmentHasMoreThanOneMerchant: boolean;
120
+ marketplaceMerchantsCount: number;
120
121
  };
121
122
  segments: Segment[];
122
123
  selectedSegment: {
@@ -77,6 +77,7 @@ export interface Segment {
77
77
  };
78
78
  is_business_segment?: boolean;
79
79
  is_segment_has_more_than_one_merchant?: boolean;
80
+ marketplace_merchants_count?: number;
80
81
  }
81
82
  interface SegmentUserName {
82
83
  first: 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.405",
4
+ "version": "0.1.407",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",