Update the API reports

Signed-off-by: David Roberts <David.Roberts@orbis.com>
This commit is contained in:
David Roberts
2024-02-07 12:11:16 +00:00
parent 9fdb86a91f
commit 0081922e47
2 changed files with 6 additions and 0 deletions
@@ -124,6 +124,7 @@ export class AzureDevOpsApi {
org: string,
project: string,
repo: string,
path: string,
): Promise<{
url: string;
content: string;
@@ -16,6 +16,9 @@ export const AZURE_DEVOPS_HOST_ORG_ANNOTATION = 'dev.azure.com/host-org';
// @public (undocumented)
export const AZURE_DEVOPS_PROJECT_ANNOTATION = 'dev.azure.com/project';
// @public (undocumented)
export const AZURE_DEVOPS_README_ANNOTATION = 'dev.azure.com/readme-path';
// @public (undocumented)
export const AZURE_DEVOPS_REPO_ANNOTATION = 'dev.azure.com/project-repo';
@@ -228,6 +231,8 @@ export interface ReadmeConfig {
// (undocumented)
org?: string;
// (undocumented)
path?: string;
// (undocumented)
project: string;
// (undocumented)
repo: string;