scaffolder: api report

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-03-07 22:43:47 +01:00
parent 7ebb4f4349
commit e676507491
+8 -8
View File
@@ -224,7 +224,7 @@ export function createGithubRepoCreateAction(options: {
requiredStatusCheckContexts?: string[] | undefined;
requireBranchesToBeUpToDate?: boolean | undefined;
requiredConversationResolution?: boolean | undefined;
repoVisibility?: 'internal' | 'private' | 'public' | undefined;
repoVisibility?: 'public' | 'private' | 'internal' | undefined;
collaborators?:
| (
| {
@@ -327,7 +327,7 @@ export function createPublishBitbucketAction(options: {
repoUrl: string;
description?: string | undefined;
defaultBranch?: string | undefined;
repoVisibility?: 'private' | 'public' | undefined;
repoVisibility?: 'public' | 'private' | undefined;
sourcePath?: string | undefined;
enableLFS?: boolean | undefined;
token?: string | undefined;
@@ -344,7 +344,7 @@ export function createPublishBitbucketCloudAction(options: {
repoUrl: string;
description?: string | undefined;
defaultBranch?: string | undefined;
repoVisibility?: 'private' | 'public' | undefined;
repoVisibility?: 'public' | 'private' | undefined;
sourcePath?: string | undefined;
token?: string | undefined;
}>;
@@ -357,7 +357,7 @@ export function createPublishBitbucketServerAction(options: {
repoUrl: string;
description?: string | undefined;
defaultBranch?: string | undefined;
repoVisibility?: 'private' | 'public' | undefined;
repoVisibility?: 'public' | 'private' | undefined;
sourcePath?: string | undefined;
enableLFS?: boolean | undefined;
token?: string | undefined;
@@ -441,7 +441,7 @@ export function createPublishGithubAction(options: {
requiredStatusCheckContexts?: string[] | undefined;
requireBranchesToBeUpToDate?: boolean | undefined;
requiredConversationResolution?: boolean | undefined;
repoVisibility?: 'internal' | 'private' | 'public' | undefined;
repoVisibility?: 'public' | 'private' | 'internal' | undefined;
collaborators?:
| (
| {
@@ -489,7 +489,7 @@ export function createPublishGitlabAction(options: {
}): TemplateAction_2<{
repoUrl: string;
defaultBranch?: string | undefined;
repoVisibility?: 'internal' | 'private' | 'public' | undefined;
repoVisibility?: 'public' | 'private' | 'internal' | undefined;
sourcePath?: string | undefined;
token?: string | undefined;
gitCommitMessage?: string | undefined;
@@ -510,7 +510,7 @@ export const createPublishGitlabMergeRequestAction: (options: {
sourcePath?: string | undefined;
targetPath?: string | undefined;
token?: string | undefined;
commitAction?: 'update' | 'delete' | 'create' | undefined;
commitAction?: 'create' | 'update' | 'delete' | undefined;
projectid?: string | undefined;
removeSourceBranch?: boolean | undefined;
assignee?: string | undefined;
@@ -657,7 +657,7 @@ export interface RouterOptions {
// (undocumented)
logger: Logger;
// (undocumented)
permissionApi: PermissionEvaluator;
permissionApi?: PermissionEvaluator;
// (undocumented)
reader: UrlReader;
// (undocumented)