added API report

Signed-off-by: Phred <fearphage@gmail.com>
This commit is contained in:
Phred
2025-06-15 21:01:49 -05:00
committed by benjdlambert
parent f36bcf9086
commit 3312901cf2
@@ -247,8 +247,8 @@ export function createGithubRepoCreateAction(options: {
access: string;
}
| {
team: string;
access: string;
team: string;
}
)[]
| undefined;
@@ -406,8 +406,8 @@ export function createPublishGithubAction(options: {
access: string;
}
| {
team: string;
access: string;
team: string;
}
)[]
| undefined;
@@ -446,6 +446,7 @@ export const createPublishGithubPullRequestAction: (
branchName: string;
title: string;
description: string;
deletionMarker?: string | undefined;
targetBranchName?: string | undefined;
draft?: boolean | undefined;
sourcePath?: string | undefined;