update api report

Signed-off-by: Antonio Ereiz <antonio.ereiz@gmail.com>
This commit is contained in:
Antonio Ereiz
2025-10-01 20:42:46 +02:00
parent 5d7d3ea152
commit 9110d7b7e4
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -188,6 +188,7 @@ export interface CodeSnippetProps {
showCopyCodeButton?: boolean;
showLineNumbers?: boolean;
text: string;
wrapLongLines?: boolean;
}
// Warning: (ae-forgotten-export) The symbol "Props_12" needs to be exported by the entry point index.d.ts
+3 -3
View File
@@ -92,12 +92,12 @@ export const catalogReactTranslationRef: TranslationRef<
readonly 'entityTableColumnTitle.title': 'Title';
readonly 'entityTableColumnTitle.description': 'Description';
readonly 'entityTableColumnTitle.domain': 'Domain';
readonly 'entityTableColumnTitle.system': 'System';
readonly 'entityTableColumnTitle.tags': 'Tags';
readonly 'entityTableColumnTitle.namespace': 'Namespace';
readonly 'entityTableColumnTitle.lifecycle': 'Lifecycle';
readonly 'entityTableColumnTitle.owner': 'Owner';
readonly 'entityTableColumnTitle.system': 'System';
readonly 'entityTableColumnTitle.targets': 'Targets';
readonly 'entityTableColumnTitle.tags': 'Tags';
}
>;
@@ -533,8 +533,8 @@ export const EntityTableColumnTitle: ({
translationKey,
}: EntityTableColumnTitleProps) =>
| 'Title'
| 'Domain'
| 'System'
| 'Domain'
| 'Lifecycle'
| 'Namespace'
| 'Owner'