@continuoussecuritytooling/keycloak-auditor
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -54,2 +54,3 @@ export interface AuditedClientRepresentation extends ClientRepresentation { | ||
description: string; | ||
type: string; | ||
rootUrl: string; | ||
@@ -56,0 +57,0 @@ adminUrl: string; |
/* tslint:disable */ | ||
/* eslint-disable */ | ||
// Generated using typescript-generator version 3.2.1263 on 2024-04-05 03:20:28. | ||
// Generated using typescript-generator version 3.2.1263 on 2024-06-12 11:05:34. | ||
export var ConfigConstants; | ||
@@ -5,0 +5,0 @@ (function (ConfigConstants) { |
{ | ||
"name": "@continuoussecuritytooling/keycloak-auditor", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "Auditing Tools for Keycloak", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts", |
/* tslint:disable */ | ||
/* eslint-disable */ | ||
// Generated using typescript-generator version 3.2.1263 on 2024-04-05 03:20:28. | ||
// Generated using typescript-generator version 3.2.1263 on 2024-06-12 11:05:34. | ||
@@ -58,2 +58,3 @@ export interface AuditedClientRepresentation extends ClientRepresentation { | ||
description: string; | ||
type: string; | ||
rootUrl: string; | ||
@@ -60,0 +61,0 @@ adminUrl: string; |
104725
2900