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

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.
@@ -131,7 +131,7 @@ export interface IVirtualTable<R = any> {
131
131
  export type ColumnFilterValues = Record<string, string | string[] | {
132
132
  phone: string;
133
133
  country: Country | undefined;
134
- }>;
134
+ }> | Record<string, boolean>;
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.12",
5
- "testVersion": 12,
4
+ "version": "0.0.222-test.13",
5
+ "testVersion": 13,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",