From 0886d7fba10f06626589df11e2f585e874a764b6 Mon Sep 17 00:00:00 2001 From: Lykke Axlin Date: Wed, 15 Sep 2021 08:17:14 +0200 Subject: [PATCH] new api-reports Signed-off-by: Lykke Axlin Co-authored-by: klaraab --- plugins/bazaar-backend/api-report.md | 56 ++++++++++++++-------------- plugins/bazaar/api-report.md | 56 ++++++++++++++++------------ 2 files changed, 61 insertions(+), 51 deletions(-) diff --git a/plugins/bazaar-backend/api-report.md b/plugins/bazaar-backend/api-report.md index 6d355461de..fee1bf92fd 100644 --- a/plugins/bazaar-backend/api-report.md +++ b/plugins/bazaar-backend/api-report.md @@ -1,27 +1,29 @@ -## API Report File for "@internal/plugin-bazaar-backend" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import { Config } from '@backstage/config'; -import express from 'express'; -import { Logger } from 'winston'; -import { PluginDatabaseManager } from '@backstage/backend-common'; - -// @public (undocumented) -export function createRouter(options: RouterOptions): Promise; - -// @public (undocumented) -export interface RouterOptions { - // (undocumented) - config: Config; - // (undocumented) - database?: PluginDatabaseManager; - // (undocumented) - logger: Logger; -} - -// (No @packageDocumentation comment for this package) - -``` +## API Report File for "@backstage/plugin-bazaar-backend" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts +import { Config } from '@backstage/config'; +import express from 'express'; +import { Logger as Logger_2 } from 'winston'; +import { PluginDatabaseManager } from '@backstage/backend-common'; + +// Warning: (ae-missing-release-tag) "createRouter" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export function createRouter(options: RouterOptions): Promise; + +// Warning: (ae-missing-release-tag) "RouterOptions" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export interface RouterOptions { + // (undocumented) + config: Config; + // (undocumented) + database?: PluginDatabaseManager; + // (undocumented) + logger: Logger_2; +} + +// (No @packageDocumentation comment for this package) +``` diff --git a/plugins/bazaar/api-report.md b/plugins/bazaar/api-report.md index 2ed1581a60..46d761e5ba 100644 --- a/plugins/bazaar/api-report.md +++ b/plugins/bazaar/api-report.md @@ -1,24 +1,32 @@ -## API Report File for "@backstage/plugin-bazaar" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -/// - -import * as _backstage_core_plugin_api from '@backstage/core-plugin-api'; - -// @public (undocumented) -export const BazaarPage: () => JSX.Element; - -// @public (undocumented) -export const bazaarPlugin: _backstage_core_plugin_api.BackstagePlugin<{ - root: _backstage_core_plugin_api.RouteRef; -}, {}>; - -// @public (undocumented) -export const EntityBazaarInfoCard: () => JSX.Element; - -// (No @packageDocumentation comment for this package) - -``` +## API Report File for "@backstage/plugin-bazaar" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts +/// + +import { BackstagePlugin } from '@backstage/core-plugin-api'; +import { RouteRef } from '@backstage/core-plugin-api'; + +// Warning: (ae-missing-release-tag) "BazaarPage" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const BazaarPage: () => JSX.Element; + +// Warning: (ae-missing-release-tag) "bazaarPlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const bazaarPlugin: BackstagePlugin< + { + root: RouteRef; + }, + {} +>; + +// Warning: (ae-missing-release-tag) "EntityBazaarInfoCard" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const EntityBazaarInfoCard: () => JSX.Element; + +// (No @packageDocumentation comment for this package) +```