updated api-report.md
Signed-off-by: Thorsten Hake <mail@thorsten-hake.com>
This commit is contained in:
@@ -13,10 +13,8 @@ import { PlaceholderResolverParams } from '@backstage/plugin-catalog-backend';
|
||||
import { ScmIntegrations } from '@backstage/integration';
|
||||
import { UrlReader } from '@backstage/backend-common';
|
||||
|
||||
// @public (undocumented)
|
||||
export function openApiPlaceholderResolver(
|
||||
params: PlaceholderResolverParams,
|
||||
): Promise<JsonValue>;
|
||||
// @public @deprecated (undocumented)
|
||||
export const openApiPlaceholderResolver: typeof refPlaceholderResolver;
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
export class OpenApiRefProcessor implements CatalogProcessor {
|
||||
@@ -39,5 +37,10 @@ export class OpenApiRefProcessor implements CatalogProcessor {
|
||||
preProcessEntity(entity: Entity, location: LocationSpec): Promise<Entity>;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export function refPlaceholderResolver(
|
||||
params: PlaceholderResolverParams,
|
||||
): Promise<JsonValue>;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user