From a021b247991bfe8a74c6934396e60fa89bbe57fe Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Sat, 11 Feb 2023 15:05:30 -0600 Subject: [PATCH] Updated API Report Signed-off-by: Andre Wanlin --- plugins/linguist-backend/api-report.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/linguist-backend/api-report.md b/plugins/linguist-backend/api-report.md index 484998b099..c11296b0b3 100644 --- a/plugins/linguist-backend/api-report.md +++ b/plugins/linguist-backend/api-report.md @@ -3,7 +3,6 @@ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts -import { EntitiesOverview } from '@backstage/plugin-linguist-common'; import { EntityResults } from '@backstage/plugin-linguist-common'; import express from 'express'; import { HumanDuration } from '@backstage/types'; @@ -35,13 +34,9 @@ export class LinguistBackendApi { useSourceLocation?: boolean, ); // (undocumented) - getEntitiesOverview(): Promise; - // (undocumented) getEntityLanguages(entityRef: string): Promise; // (undocumented) processEntities(): Promise; - // (undocumented) - processEntity(entityRef: string, url: string): Promise; } // @public (undocumented)