From 9f92b0adc1c4503e79bbd633ba85ec8cc4908ac7 Mon Sep 17 00:00:00 2001 From: secustor Date: Tue, 27 Feb 2024 22:44:55 +0100 Subject: [PATCH] chore: fix api report Signed-off-by: secustor --- plugins/techdocs-node/api-report.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/techdocs-node/api-report.md b/plugins/techdocs-node/api-report.md index 5203d30faa..1010eeef73 100644 --- a/plugins/techdocs-node/api-report.md +++ b/plugins/techdocs-node/api-report.md @@ -72,6 +72,7 @@ export class Generators implements GeneratorBuilder { options: { logger: Logger; containerRunner: ContainerRunner; + customGenerator?: TechdocsGenerator; }, ): Promise; get(entity: Entity): GeneratorBase; @@ -272,6 +273,11 @@ export class TechdocsGenerator implements GeneratorBase { run(options: GeneratorRunOptions): Promise; } +// Warning: (ae-forgotten-export) The symbol "TechdocsGeneratorExtensionPoint" needs to be exported by the entry point index.d.ts +// +// @public +export const techdocsGeneratorExtensionPoint: ExtensionPoint; + // @public export type TechDocsMetadata = { site_name: string;