@tap-payments/os-micro-frontend-shared 0.0.222-test.13 → 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,10 +128,10 @@ 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
- }> | Record<string, boolean>;
134
+ }>;
135
135
  export type IColumnFilter = ({
136
136
  onConfirm?: (filterValues: ColumnFilterValues) => void;
137
137
  onClear: (apiKeys: string[]) => void;
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.13",
5
- "testVersion": 13,
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",