diff --git a/plugins/tech-insights/api-report.md b/plugins/tech-insights/api-report.md index 1e07c0fc69..5544299bf2 100644 --- a/plugins/tech-insights/api-report.md +++ b/plugins/tech-insights/api-report.md @@ -39,6 +39,7 @@ export type CheckResultRenderer = { type: string; component: (check: CheckResult) => React_2.ReactElement; description?: (check: CheckResult) => string | React_2.ReactElement; + isFailed?: (check: CheckResult) => boolean; }; // @public (undocumented) @@ -46,6 +47,7 @@ export const EntityTechInsightsScorecardCard: (props: { title: string; description?: string | undefined; checksId?: string[] | undefined; + onlyFailed?: boolean | undefined; }) => JSX_2.Element; // @public (undocumented) @@ -73,6 +75,7 @@ export const ScorecardInfo: (props: { checkResults: CheckResult[]; title: string; description?: string | undefined; + noWarning?: boolean | undefined; }) => JSX_2.Element; // @public (undocumented)