@keycloak/keycloak-admin-client 26.3.2 → 26.3.4

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.
@@ -114,6 +114,8 @@ export default interface RealmRepresentation {
114
114
  ssoSessionMaxLifespanRememberMe?: number;
115
115
  clientSessionIdleTimeout?: number;
116
116
  clientSessionMaxLifespan?: number;
117
+ clientOfflineSessionIdleTimeout?: number;
118
+ clientOfflineSessionMaxLifespan?: number;
117
119
  supportedLocales?: string[];
118
120
  userFederationMappers?: any[];
119
121
  userFederationProviders?: any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keycloak/keycloak-admin-client",
3
- "version": "26.3.2",
3
+ "version": "26.3.4",
4
4
  "description": "A client to interact with Keycloak's Administration API",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",