additional api-report.md after fixing my local tree

Signed-off-by: mo <mcassidy@hchb.com>
This commit is contained in:
mo
2022-05-04 15:10:36 -05:00
parent 5171b45f96
commit 0674f294e3
@@ -10,6 +10,7 @@ import { Config } from '@backstage/config';
import { DashboardPullRequest } from '@backstage/plugin-azure-devops-common';
import express from 'express';
import { GitRepository } from 'azure-devops-node-api/interfaces/GitInterfaces';
import { GitTag } from '@backstage/plugin-azure-devops-common';
import { Logger } from 'winston';
import { PullRequest } from '@backstage/plugin-azure-devops-common';
import { PullRequestOptions } from '@backstage/plugin-azure-devops-common';
@@ -61,6 +62,8 @@ export class AzureDevOpsApi {
repoName: string,
): Promise<GitRepository>;
// (undocumented)
getGitTags(projectName: string, repoName: string): Promise<GitTag[]>;
// (undocumented)
getPullRequests(
projectName: string,
repoName: string,