updated yarn.lock and api-report.md

Signed-off-by: Thorsten Hake <mail@thorsten-hake.com>
This commit is contained in:
Thorsten Hake
2022-11-22 13:58:27 +01:00
parent 749e740154
commit db4089d33c
2 changed files with 6 additions and 6 deletions
@@ -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)
```