update API report for backend system changes
Co-authored-by: Johan Haals <johan.haals@gmail.com> Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -47,7 +47,6 @@ import { Readable } from 'stream';
|
||||
import { ResourcePermission } from '@backstage/plugin-permission-common';
|
||||
import { Router } from 'express';
|
||||
import { ScmIntegrationRegistry } from '@backstage/integration';
|
||||
import { ServiceRef } from '@backstage/backend-plugin-api';
|
||||
import { TokenManager } from '@backstage/backend-common';
|
||||
import { UrlReader } from '@backstage/backend-common';
|
||||
import { Validators } from '@backstage/catalog-model';
|
||||
@@ -228,15 +227,6 @@ export interface CatalogProcessingEngine {
|
||||
stop(): Promise<void>;
|
||||
}
|
||||
|
||||
// @alpha (undocumented)
|
||||
export interface CatalogProcessingInitApi {
|
||||
// (undocumented)
|
||||
addProcessor(processor: CatalogProcessor): void;
|
||||
}
|
||||
|
||||
// @alpha (undocumented)
|
||||
export const catalogProcessingInitApiRef: ServiceRef<CatalogProcessingInitApi>;
|
||||
|
||||
export { CatalogProcessor };
|
||||
|
||||
export { CatalogProcessorCache };
|
||||
|
||||
@@ -12,6 +12,8 @@ import { ServiceRef } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @alpha (undocumented)
|
||||
export interface CatalogProcessingExtensionPoint {
|
||||
// (undocumented)
|
||||
addEntityProvider(provider: EntityProvider): void;
|
||||
// (undocumented)
|
||||
addProcessor(processor: CatalogProcessor): void;
|
||||
}
|
||||
|
||||
@@ -545,9 +545,7 @@ export type RunCommandOptions = {
|
||||
};
|
||||
|
||||
// @alpha
|
||||
export const scaffolderCatalogExtension: (
|
||||
option: unknown,
|
||||
) => BackendRegistrable;
|
||||
export const scaffolderCatalogModule: (option: unknown) => BackendRegistrable;
|
||||
|
||||
// @public (undocumented)
|
||||
export class ScaffolderEntitiesProcessor implements CatalogProcessor {
|
||||
|
||||
Reference in New Issue
Block a user