scaffolder-{backend,node}: update API reports + fixes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-08-15 16:39:13 +02:00
parent 349611126a
commit 6565eeb2d4
4 changed files with 164 additions and 110 deletions
@@ -71,7 +71,7 @@ export type TaskEventType = _TaskEventType;
export type SerializedTaskEvent = _SerializedTaskEvent;
/**
* The result of {@link TaskBroker.dispatch}
* The result of `TaskBroker.dispatch`.
*
* @public
* @deprecated Import from `@backstage/plugin-scaffolder-node` instead.
@@ -79,7 +79,7 @@ export type SerializedTaskEvent = _SerializedTaskEvent;
export type TaskBrokerDispatchResult = _TaskBrokerDispatchResult;
/**
* The options passed to {@link TaskBroker.dispatch}
* The options passed to `TaskBroker.dispatch`.
* Currently a spec and optional secrets
*
* @public