waldur-js-client 1.0.4-dev.57 → 1.0.4-dev.58

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.
@@ -2774,6 +2774,10 @@ export type KeycloakUserGroupMembership = {
2774
2774
  readonly group_name: string;
2775
2775
  readonly group_role: string;
2776
2776
  readonly group_scope_type: string;
2777
+ /**
2778
+ * Get the name of the cluster or project
2779
+ */
2780
+ readonly group_scope_name: string | null;
2777
2781
  state: KeycloakUserGroupMembershipState;
2778
2782
  readonly created: string;
2779
2783
  readonly modified: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.57",
3
+ "version": "1.0.4-dev.58",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",