refactor: rename stack overflow backend module

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2023-10-14 12:08:57 +02:00
parent 46f0f1700e
commit 3c39045e2b
21 changed files with 117 additions and 50 deletions
+5 -5
View File
@@ -25,19 +25,19 @@ import {
StackOverflowQuestionsRequestParams as _StackOverflowQuestionsRequestParams,
StackOverflowQuestionsCollatorFactory as _StackOverflowQuestionsCollatorFactory,
StackOverflowQuestionsCollatorFactoryOptions as _StackOverflowQuestionsCollatorFactoryOptions,
} from '@backstage/plugin-search-backend-module-stack-overflow';
} from '@backstage/plugin-search-backend-module-stack-overflow-collator';
/**
* @public
* @deprecated
* Import from `@backstage/plugin-search-backend-module-stack-overflow` instead.
* Import from `@backstage/plugin-search-backend-module-stack-overflow-collator` instead.
*/
export type StackOverflowDocument = _StackOverflowDocument;
/**
* @public
* @deprecated
* Import from `@backstage/plugin-search-backend-module-stack-overflow` instead.
* Import from `@backstage/plugin-search-backend-module-stack-overflow-collator` instead.
*/
export type StackOverflowQuestionsRequestParams =
_StackOverflowQuestionsRequestParams;
@@ -45,7 +45,7 @@ export type StackOverflowQuestionsRequestParams =
/**
* @public
* @deprecated
* Import from `@backstage/plugin-search-backend-module-stack-overflow` instead.
* Import from `@backstage/plugin-search-backend-module-stack-overflow-collator` instead.
*/
export type StackOverflowQuestionsCollatorFactoryOptions =
_StackOverflowQuestionsCollatorFactory;
@@ -53,7 +53,7 @@ export type StackOverflowQuestionsCollatorFactoryOptions =
/**
* @public
* @deprecated
* Import from `@backstage/plugin-search-backend-module-stack-overflow` instead.
* Import from `@backstage/plugin-search-backend-module-stack-overflow-collator` instead.
*/
export const StackOverflowQuestionsCollatorFactory =
_StackOverflowQuestionsCollatorFactory;