docs: add api-reports

Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>
This commit is contained in:
Alisson Fabiano
2022-08-15 13:19:20 +01:00
parent 90b8958204
commit 0cec11b6e8
3 changed files with 45 additions and 1 deletions
+13
View File
@@ -16,6 +16,8 @@ import { GitTag } from '@backstage/plugin-azure-devops-common';
import { IdentityApi } from '@backstage/core-plugin-api';
import { PullRequest } from '@backstage/plugin-azure-devops-common';
import { PullRequestOptions } from '@backstage/plugin-azure-devops-common';
import { Readme } from '@backstage/plugin-azure-devops-common';
import { ReadmeConfig } from '@backstage/plugin-azure-devops-common';
import { RepoBuild } from '@backstage/plugin-azure-devops-common';
import { RepoBuildOptions } from '@backstage/plugin-azure-devops-common';
import { SvgIconProps } from '@material-ui/core';
@@ -101,6 +103,8 @@ export interface AzureDevOpsApi {
items: PullRequest[];
}>;
// (undocumented)
getReadme(opts: ReadmeConfig): Promise<Readme | undefined>;
// (undocumented)
getRepoBuilds(
projectName: string,
repoName: string,
@@ -156,6 +160,8 @@ export class AzureDevOpsClient implements AzureDevOpsApi {
items: PullRequest[];
}>;
// (undocumented)
getReadme: (opts: ReadmeConfig) => Promise<Readme | undefined>;
// (undocumented)
getRepoBuilds(
projectName: string,
repoName: string,
@@ -271,6 +277,13 @@ export const EntityAzurePullRequestsContent: ({
defaultLimit?: number | undefined;
}) => JSX.Element;
// Warning: (ae-missing-release-tag) "EntityAzureReadmeCard" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const EntityAzureReadmeCard: (props: {
maxHeight?: number | undefined;
}) => JSX.Element;
// Warning: (ae-missing-release-tag) "Filter" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)