From 9ff15a2b4a82c4e6b92568614a3ff724065b29af Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 21 May 2024 15:20:49 +0200 Subject: [PATCH] chore: update api -reports Signed-off-by: blam --- plugins/catalog-backend/api-report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/catalog-backend/api-report.md b/plugins/catalog-backend/api-report.md index 1c65abf83e..f4c10d01a2 100644 --- a/plugins/catalog-backend/api-report.md +++ b/plugins/catalog-backend/api-report.md @@ -39,6 +39,7 @@ import { EntityProviderConnection as EntityProviderConnection_2 } from '@backsta import { EntityProviderMutation as EntityProviderMutation_2 } from '@backstage/plugin-catalog-node'; import { EntityRelationSpec as EntityRelationSpec_2 } from '@backstage/plugin-catalog-node'; import { EventBroker } from '@backstage/plugin-events-node'; +import { EventsService } from '@backstage/plugin-events-node'; import { GetEntitiesRequest } from '@backstage/catalog-client'; import { HttpAuthService } from '@backstage/backend-plugin-api'; import { LocationAnalyzer as LocationAnalyzer_2 } from '@backstage/plugin-catalog-node'; @@ -166,7 +167,7 @@ export class CatalogBuilder { replaceProcessors(processors: CatalogProcessor_2[]): CatalogBuilder; setAllowedLocationTypes(allowedLocationTypes: string[]): CatalogBuilder; setEntityDataParser(parser: CatalogProcessorParser_2): CatalogBuilder; - setEventBroker(broker: EventBroker): CatalogBuilder; + setEventBroker(broker: EventBroker | EventsService): CatalogBuilder; setFieldFormatValidators(validators: Partial): CatalogBuilder; setLocationAnalyzer(locationAnalyzer: LocationAnalyzer_2): CatalogBuilder; setPlaceholderResolver(