@keycloak/keycloak-admin-client 18.0.0-dev.7 → 18.0.0-dev.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -256,21 +256,21 @@ export declare class Clients extends Resource<{
|
|
|
256
256
|
userId: string;
|
|
257
257
|
} & {
|
|
258
258
|
realm?: string | undefined;
|
|
259
|
-
}) | undefined, options?: Pick<import("./agent").RequestArgs, "catchNotFound"> | undefined) => Promise<
|
|
259
|
+
}) | undefined, options?: Pick<import("./agent").RequestArgs, "catchNotFound"> | undefined) => Promise<Record<string, unknown>>;
|
|
260
260
|
evaluateGenerateUserInfo: (payload?: ({
|
|
261
261
|
id: string;
|
|
262
262
|
scope: string;
|
|
263
263
|
userId: string;
|
|
264
264
|
} & {
|
|
265
265
|
realm?: string | undefined;
|
|
266
|
-
}) | undefined, options?: Pick<import("./agent").RequestArgs, "catchNotFound"> | undefined) => Promise<
|
|
266
|
+
}) | undefined, options?: Pick<import("./agent").RequestArgs, "catchNotFound"> | undefined) => Promise<Record<string, unknown>>;
|
|
267
267
|
evaluateGenerateIdToken: (payload?: ({
|
|
268
268
|
id: string;
|
|
269
269
|
scope: string;
|
|
270
270
|
userId: string;
|
|
271
271
|
} & {
|
|
272
272
|
realm?: string | undefined;
|
|
273
|
-
}) | undefined, options?: Pick<import("./agent").RequestArgs, "catchNotFound"> | undefined) => Promise<
|
|
273
|
+
}) | undefined, options?: Pick<import("./agent").RequestArgs, "catchNotFound"> | undefined) => Promise<Record<string, unknown>>;
|
|
274
274
|
addRealmScopeMappings: (query: {
|
|
275
275
|
id: string;
|
|
276
276
|
} & {
|