From 2c9615a386698e9e654b86a1d7150db5d7d882c7 Mon Sep 17 00:00:00 2001 From: John Redwood Date: Tue, 28 May 2024 02:46:18 +0000 Subject: [PATCH] api-reports Signed-off-by: John Redwood --- .../scaffolder-backend-module-gitlab/api-report.md | 12 ++++++------ plugins/scaffolder-backend/api-report.md | 7 ++----- plugins/scaffolder/api-report.md | 4 ++-- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/plugins/scaffolder-backend-module-gitlab/api-report.md b/plugins/scaffolder-backend-module-gitlab/api-report.md index 34a63cdb0f..e30961c939 100644 --- a/plugins/scaffolder-backend-module-gitlab/api-report.md +++ b/plugins/scaffolder-backend-module-gitlab/api-report.md @@ -29,8 +29,8 @@ export const createGitlabIssueAction: (options: { }) => TemplateAction< { title: string; - projectId: number; repoUrl: string; + projectId: number; labels?: string | undefined; description?: string | undefined; token?: string | undefined; @@ -57,8 +57,8 @@ export const createGitlabProjectAccessTokenAction: (options: { integrations: ScmIntegrationRegistry; }) => TemplateAction< { - projectId: string | number; repoUrl: string; + projectId: string | number; name?: string | undefined; token?: string | undefined; expiresAt?: string | undefined; @@ -76,8 +76,8 @@ export const createGitlabProjectDeployTokenAction: (options: { }) => TemplateAction< { name: string; - projectId: string | number; repoUrl: string; + projectId: string | number; token?: string | undefined; username?: string | undefined; scopes?: string[] | undefined; @@ -95,8 +95,8 @@ export const createGitlabProjectVariableAction: (options: { { key: string; value: string; - projectId: string | number; repoUrl: string; + projectId: string | number; variableType: string; raw?: boolean | undefined; token?: string | undefined; @@ -207,8 +207,8 @@ export const createTriggerGitlabPipelineAction: (options: { }) => TemplateAction< { branch: string; - projectId: number; repoUrl: string; + projectId: number; tokenDescription: string; token?: string | undefined; }, @@ -222,8 +222,8 @@ export const editGitlabIssueAction: (options: { integrations: ScmIntegrationRegistry; }) => TemplateAction< { - projectId: number; repoUrl: string; + projectId: number; issueIid: number; title?: string | undefined; labels?: string | undefined; diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md index 0ae5d9ebba..ed9e0074df 100644 --- a/plugins/scaffolder-backend/api-report.md +++ b/plugins/scaffolder-backend/api-report.md @@ -145,8 +145,8 @@ export function createFetchCatalogEntityAction(options: { entityRefs?: string[] | undefined; }, { - entities?: any[] | undefined; entity?: any; + entities?: any[] | undefined; } >; @@ -287,10 +287,7 @@ export const createPublishGithubPullRequestAction: ( commitMessage?: string | undefined; update?: boolean | undefined; forceFork?: boolean | undefined; - gitAuthorName?: string | undefined - /** - * @public @deprecated use import from \@backstage/plugin-scaffolder-backend-module-azure instead - */; + gitAuthorName?: string | undefined; gitAuthorEmail?: string | undefined; }, JsonObject diff --git a/plugins/scaffolder/api-report.md b/plugins/scaffolder/api-report.md index 28e1eb92cb..dc5f36403e 100644 --- a/plugins/scaffolder/api-report.md +++ b/plugins/scaffolder/api-report.md @@ -410,8 +410,8 @@ export const RepoUrlPickerFieldExtension: FieldExtensionComponent_2< azure?: string[] | undefined; github?: string[] | undefined; bitbucket?: string[] | undefined; - gerrit?: string[] | undefined; gitlab?: string[] | undefined; + gerrit?: string[] | undefined; gitea?: string[] | undefined; } | undefined; @@ -437,8 +437,8 @@ export const RepoUrlPickerFieldSchema: FieldSchema< azure?: string[] | undefined; github?: string[] | undefined; bitbucket?: string[] | undefined; - gerrit?: string[] | undefined; gitlab?: string[] | undefined; + gerrit?: string[] | undefined; gitea?: string[] | undefined; } | undefined;