@tap-payments/os-micro-frontend-shared 0.0.222-test.12 → 0.0.222-test.14

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.
@@ -128,7 +128,7 @@ export interface IVirtualTable<R = any> {
128
128
  dragControls?: DragControls;
129
129
  isSheetView?: boolean;
130
130
  }
131
- export type ColumnFilterValues = Record<string, string | string[] | {
131
+ export type ColumnFilterValues = Record<string, string | string[] | boolean | {
132
132
  phone: string;
133
133
  country: Country | undefined;
134
134
  }>;
package/package.json CHANGED
@@ -1,8 +1,8 @@
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.0.222-test.12",
5
- "testVersion": 12,
4
+ "version": "0.0.222-test.14",
5
+ "testVersion": 14,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",