refactor: rename stack overflow backend module
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user