chore: updating the api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-07 21:16:16 +00:00
parent 37027286a6
commit cabf951c37
-26
View File
@@ -399,8 +399,6 @@ export type ScaffolderTaskStatus =
// @public
export interface ScaffolderUseTemplateSecrets {
// @deprecated (undocumented)
setSecret: (input: Record<string, string>) => void;
// (undocumented)
setSecrets: (input: Record<string, string>) => 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)