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.
- package/dist/types.gen.d.ts +4 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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;
|