From f12bbe4a9431a7d72d1cd6907f886fa875bb5210 Mon Sep 17 00:00:00 2001 From: Casper Jensen Date: Mon, 28 Nov 2022 10:22:13 +0100 Subject: [PATCH] Removed changes to index.ts and updated the changeset. Signed-off-by: Casper Jensen --- .changeset/light-turtles-yawn.md | 2 +- plugins/catalog-backend/src/ingestion/index.ts | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.changeset/light-turtles-yawn.md b/.changeset/light-turtles-yawn.md index b199a7535f..3f42fb0524 100644 --- a/.changeset/light-turtles-yawn.md +++ b/.changeset/light-turtles-yawn.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-backend': patch --- -Removed deprecated types that are exported in plugins/catalog-backend/src/ingestion/index.ts. Also fixed deprecated use of substr into substring in the files plugins/catalog-backend/src/modules/core/PlaceholderProcessor.ts and plugins/catalog-backend/src/service/request/parseEntityFilterParams.ts. +Fixed deprecated use of `substr` into `substring`. diff --git a/plugins/catalog-backend/src/ingestion/index.ts b/plugins/catalog-backend/src/ingestion/index.ts index 0fc71f6785..0b00809043 100644 --- a/plugins/catalog-backend/src/ingestion/index.ts +++ b/plugins/catalog-backend/src/ingestion/index.ts @@ -15,6 +15,11 @@ */ export type { + AnalyzeLocationEntityField, + AnalyzeLocationExistingEntity, + AnalyzeLocationGenerateEntity, + AnalyzeLocationRequest, + AnalyzeLocationResponse, LocationAnalyzer, ScmLocationAnalyzer, AnalyzeOptions,