changed to use the right query (#30252)

fixes: #30049

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
Erik Jan de Wit 2024-06-08 21:09:48 +02:00 committed by GitHub
parent 0bfadacffd
commit 86101b3d1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@ type DeleteFunctions =
| keyof Pick<Roles, "delCompositeRoles">;
type ListEffectiveFunction =
| keyof Pick<Clients, "listCompositeRealmScopeMappings">
| keyof Pick<Groups, "listRoleMappings" | "listAvailableRealmRoleMappings">
| keyof Pick<
ClientScopes,
@ -65,7 +66,7 @@ const clientFunctions: FunctionMapping = {
delete: ["delClientScopeMappings", "delRealmScopeMappings"],
listEffective: [
"listScopeMappings",
"listAvailableRealmScopeMappings",
"listCompositeRealmScopeMappings",
"listCompositeClientScopeMappings",
],
listAvailable: [