From f7e53f9a619021c7a2a0a06ac22f8d33162465b5 Mon Sep 17 00:00:00 2001 From: nojaf Date: Tue, 20 Jan 2026 10:08:23 +0100 Subject: [PATCH] refactor(search-elasticsearch): remove redundant auth exports from index Signed-off-by: nojaf --- plugins/search-backend-module-elasticsearch/src/index.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/search-backend-module-elasticsearch/src/index.ts b/plugins/search-backend-module-elasticsearch/src/index.ts index f043e9fe5e..a6acf8cdc8 100644 --- a/plugins/search-backend-module-elasticsearch/src/index.ts +++ b/plugins/search-backend-module-elasticsearch/src/index.ts @@ -22,11 +22,6 @@ export { default } from './module'; export * from './module'; -export type { - ElasticSearchAuthProvider, - ElasticSearchAuthExtensionPoint, -} from './auth'; -export { elasticsearchAuthExtensionPoint } from './auth'; export { decodeElasticSearchPageCursor, ElasticSearchSearchEngine,