diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md
index e30542aca7..e8e8697291 100644
--- a/plugins/scaffolder-backend/api-report.md
+++ b/plugins/scaffolder-backend/api-report.md
@@ -118,6 +118,15 @@ export const createTemplateAction: | undefined;
}>>(templateAction: TemplateAction) => TemplateAction;
+// @public (undocumented)
+export function fetchContents({ reader, integrations, baseUrl, fetchUrl, outputPath, }: {
+ reader: UrlReader;
+ integrations: ScmIntegrations;
+ baseUrl?: string;
+ fetchUrl?: JsonValue;
+ outputPath: string;
+}): Promise;
+
// @public (undocumented)
export interface RouterOptions {
// (undocumented)
@@ -138,6 +147,9 @@ export interface RouterOptions {
taskWorkers?: number;
}
+// @public (undocumented)
+export const runCommand: ({ command, args, logStream, }: RunCommandOptions) => Promise;
+
// @public (undocumented)
export type TemplateAction = {
id: string;