@keycloak/keycloak-admin-client 18.0.0-dev.6 → 18.0.0-dev.9

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<object>;
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<object>;
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<object>;
273
+ }) | undefined, options?: Pick<import("./agent").RequestArgs, "catchNotFound"> | undefined) => Promise<Record<string, unknown>>;
274
274
  addRealmScopeMappings: (query: {
275
275
  id: string;
276
276
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keycloak/keycloak-admin-client",
3
- "version": "18.0.0-dev.6",
3
+ "version": "18.0.0-dev.9",
4
4
  "description": "keycloak admin client",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -30,7 +30,6 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@faker-js/faker": "^6.0.0",
33
- "@types/axios": "^0.14.0",
34
33
  "@types/chai": "^4.2.14",
35
34
  "@types/lodash": "^4.14.165",
36
35
  "@types/mocha": "^9.0.0",