chore(catalog): add changesets; build api reports
Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/integration': minor
|
||||
---
|
||||
|
||||
Added support for limiting GithubAppCredentialsMux to specific apps
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-github': minor
|
||||
---
|
||||
|
||||
Added support for discovery by app
|
||||
@@ -669,7 +669,7 @@ export type GithubAppConfig = {
|
||||
|
||||
// @public
|
||||
export class GithubAppCredentialsMux {
|
||||
constructor(config: GithubIntegrationConfig);
|
||||
constructor(config: GithubIntegrationConfig, appIds?: number[]);
|
||||
// (undocumented)
|
||||
getAllInstallations(): Promise<
|
||||
RestEndpointMethodTypes['apps']['listInstallations']['response']['data']
|
||||
|
||||
Reference in New Issue
Block a user