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,