@imj_media/tareas 1.5.49 → 1.5.50
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.
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
import { TFilters } from '../context/filtersLayout.context';
|
|
2
|
+
/**
|
|
3
|
+
* Para cargar opciones del select "Por campaña" no debe enviarse el proyecto ya filtrado:
|
|
4
|
+
* la API con justProjects devolvería solo esa campaña.
|
|
5
|
+
*/
|
|
6
|
+
export declare const withoutProjectFilter: (filters: Record<string, unknown>) => {
|
|
7
|
+
[x: string]: unknown;
|
|
8
|
+
};
|
|
2
9
|
export declare const addEstructureToFilters: (filters: TFilters) => any;
|
|
3
10
|
export declare const formatQueryFilters: <T>({ search, filters }: {
|
|
4
11
|
search: string;
|