From 71c1c639d6cb3814e72a90557e40cad42be1a513 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Wed, 28 Jun 2023 22:09:56 +0530 Subject: [PATCH] catalog-import: api reports Signed-off-by: Himanshu Mishra --- plugins/catalog-import/api-report.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/plugins/catalog-import/api-report.md b/plugins/catalog-import/api-report.md index b4c8e854aa..7fd3bd9dd6 100644 --- a/plugins/catalog-import/api-report.md +++ b/plugins/catalog-import/api-report.md @@ -244,11 +244,7 @@ export type PreparePullRequestFormProps< export type PrepareResult = | { type: 'locations'; - locations: Array<{ - exists?: boolean; - target: string; - entities: CompoundEntityRef[]; - }>; + locations: NewLocations; } | { type: 'repository'; @@ -364,4 +360,5 @@ export interface StepPrepareCreatePullRequestProps { // Warnings were encountered during analysis: // // src/api/CatalogImportApi.d.ts:25:5 - (ae-forgotten-export) The symbol "PartialEntity" needs to be exported by the entry point index.d.ts +// src/components/useImportState.d.ts:21:5 - (ae-forgotten-export) The symbol "NewLocations" needs to be exported by the entry point index.d.ts ```