From 9f642dbdb8cd4052283c1e7adb421ce70dc176c0 Mon Sep 17 00:00:00 2001 From: Julien Date: Fri, 25 Oct 2024 13:17:13 +0200 Subject: [PATCH] chore: generate api-reports Signed-off-by: Julien --- plugins/catalog/report.api.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/catalog/report.api.md b/plugins/catalog/report.api.md index d817118e3a..9eeae32fb2 100644 --- a/plugins/catalog/report.api.md +++ b/plugins/catalog/report.api.md @@ -181,6 +181,13 @@ export const CatalogTable: { } | undefined, ): TableColumn; + createDisplayNameColumn( + options?: + | { + hidden?: boolean | undefined; + } + | undefined, + ): TableColumn; createLabelColumn( key: string, options?: