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
+3 -3
View File
@@ -3,9 +3,9 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { StackOverflowDocument as StackOverflowDocument_2 } from '@backstage/plugin-search-backend-module-stack-overflow';
import { StackOverflowQuestionsCollatorFactory as StackOverflowQuestionsCollatorFactory_2 } from '@backstage/plugin-search-backend-module-stack-overflow';
import { StackOverflowQuestionsRequestParams as StackOverflowQuestionsRequestParams_2 } from '@backstage/plugin-search-backend-module-stack-overflow';
import { StackOverflowDocument as StackOverflowDocument_2 } from '@backstage/plugin-search-backend-module-stack-overflow-collator';
import { StackOverflowQuestionsCollatorFactory as StackOverflowQuestionsCollatorFactory_2 } from '@backstage/plugin-search-backend-module-stack-overflow-collator';
import { StackOverflowQuestionsRequestParams as StackOverflowQuestionsRequestParams_2 } from '@backstage/plugin-search-backend-module-stack-overflow-collator';
// @public @deprecated (undocumented)
export type StackOverflowDocument = StackOverflowDocument_2;
+1 -1
View File
@@ -34,7 +34,7 @@
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/plugin-search-backend-module-stack-overflow": "workspace:^",
"@backstage/plugin-search-backend-module-stack-overflow-collator": "workspace:^",
"@backstage/plugin-search-common": "workspace:^",
"node-fetch": "^2.6.7",
"qs": "^6.9.4",
+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;