chore(scaffolder): fix api-report
Signed-off-by: Frank Kong <frkong@redhat.com>
This commit is contained in:
@@ -479,8 +479,6 @@ export interface RouterOptions {
|
||||
lifecycle?: LifecycleService;
|
||||
// (undocumented)
|
||||
logger: Logger;
|
||||
// Warning: (ae-forgotten-export) The symbol "ScaffolderPermissionRuleInput" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// (undocumented)
|
||||
permissionRules?: Array<ScaffolderPermissionRuleInput>;
|
||||
// (undocumented)
|
||||
@@ -501,6 +499,12 @@ export type RunCommandOptions = ExecuteShellCommandOptions;
|
||||
// @public @deprecated
|
||||
export const ScaffolderEntitiesProcessor: typeof ScaffolderEntitiesProcessor_2;
|
||||
|
||||
// @public (undocumented)
|
||||
export type ScaffolderPermissionRuleInput =
|
||||
| TemplatePermissionRuleInput
|
||||
| ActionPermissionRuleInput
|
||||
| TaskPermissionRuleInput;
|
||||
|
||||
// @public @deprecated
|
||||
export type SerializedTask = SerializedTask_2;
|
||||
|
||||
|
||||
@@ -104,7 +104,11 @@ import {
|
||||
} from '@backstage/plugin-auth-node';
|
||||
import { InternalTaskSecrets } from '../scaffolder/tasks/types';
|
||||
|
||||
type ScaffolderPermissionRuleInput =
|
||||
/**
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
export type ScaffolderPermissionRuleInput =
|
||||
| TemplatePermissionRuleInput
|
||||
| ActionPermissionRuleInput
|
||||
| TaskPermissionRuleInput;
|
||||
|
||||
Reference in New Issue
Block a user