@tap-payments/os-micro-frontend-shared 0.1.154 → 0.1.155

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.
@@ -140,7 +140,7 @@ export interface IVirtualTable<R = any> {
140
140
  isSheetView?: boolean;
141
141
  isMinimized?: boolean;
142
142
  }
143
- export type ColumnFilterValues = Record<string, string | string[] | Record<string, boolean> | Record<string, string> | {
143
+ export type ColumnFilterValues = Record<string, boolean | string | string[] | Record<string, boolean> | Record<string, string> | {
144
144
  phone: string;
145
145
  country: Country | undefined;
146
146
  }>;
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.154",
4
+ "version": "0.1.155",
5
5
  "testVersion": 3,
6
6
  "type": "module",
7
7
  "main": "build/index.js",