@keycloak/keycloak-admin-client 17.0.0-dev.20 → 17.0.0-dev.21

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.
@@ -241,7 +241,7 @@ var Clients = (function (_super) {
241
241
  });
242
242
  _this.listCompositeClientScopeMappings = _this.makeRequest({
243
243
  method: 'GET',
244
- path: '/{id}/scope-mappings/clients/{client}/available',
244
+ path: '/{id}/scope-mappings/clients/{client}/composite',
245
245
  urlParamKeys: ['id', 'client']
246
246
  });
247
247
  _this.delClientScopeMappings = _this.makeUpdateRequest({
@@ -284,7 +284,7 @@ var Clients = (function (_super) {
284
284
  });
285
285
  _this.listCompositeRealmScopeMappings = _this.makeRequest({
286
286
  method: 'GET',
287
- path: '/{id}/scope-mappings/realm/available',
287
+ path: '/{id}/scope-mappings/realm/composite',
288
288
  urlParamKeys: ['id']
289
289
  });
290
290
  _this.delRealmScopeMappings = _this.makeUpdateRequest({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keycloak/keycloak-admin-client",
3
- "version": "17.0.0-dev.20",
3
+ "version": "17.0.0-dev.21",
4
4
  "description": "keycloak admin client",
5
5
  "main": "lib/index.js",
6
6
  "files": [