chore: fix up the api reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-12-03 10:24:01 +01:00
parent 388fd9bb7f
commit a76dacda24
2 changed files with 14 additions and 7 deletions
+7
View File
@@ -288,6 +288,13 @@ export const createSamlProvider: (
options?: SamlProviderOptions | undefined,
) => AuthProviderFactory;
// Warning: (ae-missing-release-tag) "decorateWithIdentity" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public
export function decorateWithIdentity(
signInResolverResponse: Omit<BackstageIdentityResponse, 'identity'>,
): BackstageIdentityResponse;
// Warning: (ae-missing-release-tag) "factories" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)