update api-report

Signed-off-by: Ainhoa Larumbe <ainhoaL@users.noreply.github.com>
This commit is contained in:
Ainhoa Larumbe
2021-11-18 09:46:09 +00:00
parent eddb82ab7c
commit 000c12384e
+5
View File
@@ -32,6 +32,7 @@ import { Router } from 'express';
import { ScmIntegrationRegistry } from '@backstage/integration';
import { ScmIntegrations } from '@backstage/integration';
import { UrlReader } from '@backstage/backend-common';
import { UserEntity } from '@backstage/catalog-model';
import { Validators } from '@backstage/catalog-model';
// Warning: (ae-missing-release-tag) "AddLocationResult" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
@@ -764,6 +765,10 @@ export class DefaultCatalogCollator implements DocumentCollator {
},
): DefaultCatalogCollator;
// (undocumented)
protected getDocumentText(entity: Entity): string;
// (undocumented)
protected isUserEntity(entity: Entity): entity is UserEntity;
// (undocumented)
protected locationTemplate: string;
// (undocumented)
readonly type: string;