From 1210f9cb09e4bcf066673e37b5250360ffaa20d7 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Thu, 24 Feb 2022 10:41:26 +0100 Subject: [PATCH] Update API report Signed-off-by: Johan Haals --- plugins/catalog-react/api-report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/catalog-react/api-report.md b/plugins/catalog-react/api-report.md index 7e6b80bd19..33580ae40a 100644 --- a/plugins/catalog-react/api-report.md +++ b/plugins/catalog-react/api-report.md @@ -488,12 +488,12 @@ export const MockEntityListContextProvider: ({ value?: Partial> | undefined; }>) => JSX.Element; -// @public (undocumented) +// @public @deprecated (undocumented) export function reduceCatalogFilters( filters: EntityFilter[], ): Record; -// @public (undocumented) +// @public @deprecated (undocumented) export function reduceEntityFilters( filters: EntityFilter[], ): (entity: Entity) => boolean;