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