chore: updating api-report for scaffolder backend
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -32,7 +32,6 @@ import { Writable } from 'stream';
|
||||
|
||||
// @public
|
||||
export type ActionContext<Input extends JsonObject> = {
|
||||
baseUrl?: string;
|
||||
logger: Logger;
|
||||
logStream: Writable;
|
||||
secrets?: TaskSecrets;
|
||||
@@ -43,9 +42,6 @@ export type ActionContext<Input extends JsonObject> = {
|
||||
templateInfo?: TemplateInfo;
|
||||
};
|
||||
|
||||
// @public @deprecated
|
||||
export type CompletedTaskState = TaskCompletionState;
|
||||
|
||||
// @public
|
||||
export const createBuiltinActions: (
|
||||
options: CreateBuiltInActionsOptions,
|
||||
@@ -359,9 +355,6 @@ export type DatabaseTaskStoreOptions = {
|
||||
database: Knex;
|
||||
};
|
||||
|
||||
// @public @deprecated
|
||||
export type DispatchResult = TaskBrokerDispatchResult;
|
||||
|
||||
// @public
|
||||
export const executeShellCommand: (options: RunCommandOptions) => Promise<void>;
|
||||
|
||||
@@ -412,9 +405,6 @@ export interface RouterOptions {
|
||||
taskWorkers?: number;
|
||||
}
|
||||
|
||||
// @public @deprecated
|
||||
export const runCommand: (options: RunCommandOptions) => Promise<void>;
|
||||
|
||||
// @public (undocumented)
|
||||
export type RunCommandOptions = {
|
||||
command: string;
|
||||
@@ -456,9 +446,6 @@ export type SerializedTaskEvent = {
|
||||
createdAt: string;
|
||||
};
|
||||
|
||||
// @public @deprecated
|
||||
export type Status = TaskStatus;
|
||||
|
||||
// @public
|
||||
export interface TaskBroker {
|
||||
// (undocumented)
|
||||
@@ -537,9 +524,6 @@ export type TaskSecrets = Record<string, string> & {
|
||||
backstageToken?: string;
|
||||
};
|
||||
|
||||
// @public @deprecated
|
||||
export type TaskState = CurrentClaimedTask;
|
||||
|
||||
// @public
|
||||
export type TaskStatus =
|
||||
| 'open'
|
||||
|
||||
Reference in New Issue
Block a user