waldur-js-client 8.0.10-dev.10 → 8.0.10-dev.11
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 +2 -2
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -8220,7 +8220,7 @@ export type GenerateSuggestionsResponse = {
|
|
|
8220
8220
|
source_used: string;
|
|
8221
8221
|
suggestions: Array<string>;
|
|
8222
8222
|
};
|
|
8223
|
-
export type GlauthGroupKind = 'project' | 'resource_role' | 'resource_project_role';
|
|
8223
|
+
export type GlauthGroupKind = 'project' | 'resource_role' | 'resource_project_role' | 'personal';
|
|
8224
8224
|
export type GlauthTree = {
|
|
8225
8225
|
offering: GlauthTreeOffering;
|
|
8226
8226
|
groups: Array<GlauthTreeGroup>;
|
|
@@ -8261,7 +8261,7 @@ export type GlauthTreeScope = {
|
|
|
8261
8261
|
slug?: string | null;
|
|
8262
8262
|
resource_uuid?: string | null;
|
|
8263
8263
|
};
|
|
8264
|
-
export type GlauthTreeScopeTypeEnum = 'resource' | 'resource_project' | 'project';
|
|
8264
|
+
export type GlauthTreeScopeTypeEnum = 'resource' | 'resource_project' | 'project' | 'user';
|
|
8265
8265
|
export type GlauthTreeUser = {
|
|
8266
8266
|
username: string;
|
|
8267
8267
|
uidnumber: number | null;
|