deprecate EntityName, introduce CompoundEntityRef

deprecate getEntityName, introduce getCompoundEntityRef

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-03-02 21:26:22 +01:00
parent 80d2674a31
commit 36aa63022b
84 changed files with 393 additions and 268 deletions
@@ -16,7 +16,7 @@
import {
Entity,
EntityName,
CompoundEntityRef,
RELATION_OWNED_BY,
} from '@backstage/catalog-model';
import {
@@ -56,7 +56,7 @@ type FossaRow = {
resolved: {
name: string;
ownedByRelationsTitle?: string;
ownedByRelations: EntityName[];
ownedByRelations: CompoundEntityRef[];
loading: boolean;
details?: FindingSummary;
};