From 8cf89aab389fb5ffd6a5b1adc6dd01580b06e63c Mon Sep 17 00:00:00 2001 From: Iain Billett Date: Mon, 15 Nov 2021 19:40:22 +0000 Subject: [PATCH] Api docs Signed-off-by: Iain Billett --- plugins/tech-insights-backend/api-report.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/tech-insights-backend/api-report.md b/plugins/tech-insights-backend/api-report.md index 826789dd1d..2ed5919484 100644 --- a/plugins/tech-insights-backend/api-report.md +++ b/plugins/tech-insights-backend/api-report.md @@ -24,6 +24,14 @@ export const buildTechInsightsContext: < options: TechInsightsOptions, ) => Promise>; +// Warning: (ae-forgotten-export) The symbol "Options" needs to be exported by the entry point index.d.ts +// Warning: (ae-missing-release-tag) "createCatalogFactRetriever" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const createCatalogFactRetriever: ({ + annotations, +}?: Options) => FactRetriever; + // @public export function createFactRetrieverRegistration( cadence: string,