@keycloak/keycloak-admin-client 16.0.0-dev.61 → 16.0.0-dev.62

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.
@@ -120,6 +120,8 @@ export declare class Realms extends Resource {
120
120
  getRealmLocalizationTexts: (payload?: {
121
121
  realm: string;
122
122
  selectedLocale: string;
123
+ first?: number | undefined;
124
+ max?: number | undefined;
123
125
  } | undefined) => Promise<Record<string, string>>;
124
126
  addLocalization: (query: {
125
127
  realm: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keycloak/keycloak-admin-client",
3
- "version": "16.0.0-dev.61",
3
+ "version": "16.0.0-dev.62",
4
4
  "description": "keycloak admin client",
5
5
  "main": "lib/index.js",
6
6
  "files": [