chore: Update types and API reports

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-11-30 16:25:29 +01:00
committed by blam
parent 48e1d3bfca
commit 8c337a480f
9 changed files with 55 additions and 30 deletions
@@ -23,7 +23,7 @@ import {
PluginEndpointDiscovery,
} from '@backstage/backend-common';
import {
BackstageIdentity,
BackstageIdentityResponse,
IdentityClient,
} from '@backstage/plugin-auth-backend';
import {
@@ -71,7 +71,7 @@ export interface RouterOptions {
const handleRequest = async (
{ id, resourceRef, ...request }: Identified<AuthorizeRequest>,
user: BackstageIdentity | undefined,
user: BackstageIdentityResponse | undefined,
policy: PermissionPolicy,
permissionIntegrationClient: PermissionIntegrationClient,
authHeader?: string,