From 5171b45f96f60b7def102ca2e7c91afc849911d7 Mon Sep 17 00:00:00 2001 From: mo Date: Wed, 4 May 2022 14:21:55 -0500 Subject: [PATCH] generated api-report.md files Signed-off-by: mo --- plugins/azure-devops-common/api-report.md | 12 ++++++++++++ plugins/azure-devops/api-report.md | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/plugins/azure-devops-common/api-report.md b/plugins/azure-devops-common/api-report.md index 308fd54c61..bdb4cc424d 100644 --- a/plugins/azure-devops-common/api-report.md +++ b/plugins/azure-devops-common/api-report.md @@ -98,6 +98,18 @@ export interface DashboardPullRequest { title?: string; } +// Warning: (ae-missing-release-tag) "GitTag" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export type GitTag = { + objectId?: string; + peeledObjectId?: string; + name?: string; + createdBy?: string; + link: string; + commitLink: string; +}; + // Warning: (ae-missing-release-tag) "Policy" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented) diff --git a/plugins/azure-devops/api-report.md b/plugins/azure-devops/api-report.md index eaba90664b..9760340771 100644 --- a/plugins/azure-devops/api-report.md +++ b/plugins/azure-devops/api-report.md @@ -136,6 +136,11 @@ export type CreatedByUserFilter = BaseFilter & } ); +// Warning: (ae-missing-release-tag) "EntityAzureGitTagsContent" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const EntityAzureGitTagsContent: () => JSX.Element; + // Warning: (ae-missing-release-tag) "EntityAzurePipelinesContent" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented)