packages: regenerate all API reports with warnings

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-07-14 14:16:08 +02:00
parent d669e75d95
commit d9ce823b00
82 changed files with 3481 additions and 12 deletions
+16
View File
@@ -7,9 +7,13 @@ import { Config } from '@backstage/config';
import express from 'express';
import { Logger as Logger_2 } from 'winston';
// 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<express.Router>;
// Warning: (ae-missing-release-tag) "getRequestHeaders" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export function getRequestHeaders(
token: string,
@@ -19,6 +23,8 @@ export function getRequestHeaders(
};
};
// Warning: (ae-missing-release-tag) "RollbarApi" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export class RollbarApi {
constructor(accessToken: string, logger: Logger_2);
@@ -30,8 +36,12 @@ export class RollbarApi {
item_id?: number;
},
): Promise<RollbarItemCount[]>;
// Warning: (ae-forgotten-export) The symbol "RollbarProject" needs to be exported by the entry point index.d.ts
//
// (undocumented)
getAllProjects(): Promise<RollbarProject[]>;
// Warning: (ae-forgotten-export) The symbol "RollbarItemCount" needs to be exported by the entry point index.d.ts
//
// (undocumented)
getOccuranceCounts(
projectName: string,
@@ -42,8 +52,12 @@ export class RollbarApi {
): Promise<RollbarItemCount[]>;
// (undocumented)
getProject(projectName: string): Promise<RollbarProject>;
// Warning: (ae-forgotten-export) The symbol "RollbarItemsResponse" needs to be exported by the entry point index.d.ts
//
// (undocumented)
getProjectItems(projectName: string): Promise<RollbarItemsResponse>;
// Warning: (ae-forgotten-export) The symbol "RollbarTopActiveItem" needs to be exported by the entry point index.d.ts
//
// (undocumented)
getTopActiveItems(
projectName: string,
@@ -54,6 +68,8 @@ export class RollbarApi {
): Promise<RollbarTopActiveItem[]>;
}
// 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)