@tap-payments/os-micro-frontend-shared 0.1.29 → 0.1.30

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.
@@ -17,6 +17,7 @@ export interface HttpMethodFilters {
17
17
  keyword?: string;
18
18
  merchants?: string[];
19
19
  merchantIds?: string[];
20
+ retailerIds?: string[];
20
21
  }
21
22
  export interface QueryConfig extends Omit<HttpMethodConfig, 'signal'> {
22
23
  }
@@ -129,7 +129,7 @@ export interface IVirtualTable<R = any> {
129
129
  dragControls?: DragControls;
130
130
  isSheetView?: boolean;
131
131
  }
132
- export type ColumnFilterValues = Record<string, string | string[] | Record<string, boolean> | {
132
+ export type ColumnFilterValues = Record<string, string | string[] | Record<string, boolean> | Record<string, string> | {
133
133
  phone: string;
134
134
  country: Country | undefined;
135
135
  }>;
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.1.29",
5
- "testVersion": 0,
4
+ "version": "0.1.30",
5
+ "testVersion": 2,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
@@ -131,4 +131,4 @@
131
131
  "publishConfig": {
132
132
  "registry": "https://registry.npmjs.org/"
133
133
  }
134
- }
134
+ }