ran yarn build:api-reports
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
import { AnalyzeLocationExistingEntity } from '@backstage/plugin-catalog-common';
|
||||
import { AnalyzeLocationRequest } from '@backstage/plugin-catalog-common';
|
||||
import { AnalyzeLocationResponse } from '@backstage/plugin-catalog-common';
|
||||
import { BackstageCredentials } from '@backstage/backend-plugin-api';
|
||||
import { CompoundEntityRef } from '@backstage/catalog-model';
|
||||
import { Entity } from '@backstage/catalog-model';
|
||||
import { JsonValue } from '@backstage/types';
|
||||
@@ -172,7 +173,7 @@ export type EntityRelationSpec = {
|
||||
export type LocationAnalyzer = {
|
||||
analyzeLocation(
|
||||
location: AnalyzeLocationRequest,
|
||||
credentials: BackstageCredentials
|
||||
credentials: BackstageCredentials,
|
||||
): Promise<AnalyzeLocationResponse>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user