chore: rebuild api-report now I fixed some issues

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-12-03 14:10:00 +01:00
parent e0f5814037
commit e847694fbb
-2
View File
@@ -288,8 +288,6 @@ 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'>,