Files
backstage/.changeset/tasty-eagles-retire.md
T
Fredrik Adelöw fd311bfce5 patchy
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-11 16:40:36 +01:00

485 B

@backstage/catalog-client
@backstage/catalog-client
patch

Deprecated the following types used by the catalog client, and created new corresponding types to make them more consistent:

  • CatalogEntitiesRequest -> GetEntitiesRequest
  • CatalogListResponse was removed and generally replaced with GetEntitiesResponse (which does not use a type parameter argument)
  • CatalogEntityAncestorsRequest-> GetEntityAncestorsRequest
  • CatalogEntityAncestorsResponse -> GetEntityAncestorsResponse