From cabf951c3705bf89e474296984f97f2ade494366 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 7 Mar 2022 21:16:16 +0000 Subject: [PATCH] chore: updating the api-reports Signed-off-by: blam --- plugins/scaffolder/api-report.md | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/plugins/scaffolder/api-report.md b/plugins/scaffolder/api-report.md index cc6fc0f3df..d4a2344499 100644 --- a/plugins/scaffolder/api-report.md +++ b/plugins/scaffolder/api-report.md @@ -399,8 +399,6 @@ export type ScaffolderTaskStatus = // @public export interface ScaffolderUseTemplateSecrets { - // @deprecated (undocumented) - setSecret: (input: Record) => void; // (undocumented) setSecrets: (input: Record) => void; } @@ -413,30 +411,6 @@ export type TaskPageProps = { loadingText?: string; }; -// Warning: (ae-missing-release-tag) "TemplateList" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public @deprecated (undocumented) -export const TemplateList: ({ - TemplateCardComponent, - group, -}: TemplateListProps) => JSX.Element | null; - -// Warning: (ae-missing-release-tag) "TemplateListProps" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public @deprecated (undocumented) -export type TemplateListProps = { - TemplateCardComponent?: - | ComponentType<{ - template: TemplateEntityV1beta3; - }> - | undefined; - group?: { - title?: React_2.ReactNode; - titleComponent?: React_2.ReactNode; - filter: (entity: Entity) => boolean; - }; -}; - // Warning: (ae-missing-release-tag) "TemplateParameterSchema" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented)