added populateHierarchy to types (#32201)
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
1df779e710
commit
be766c751a
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ interface PaginatedQuery {
|
|||
|
||||
interface SummarizedQuery {
|
||||
briefRepresentation?: boolean;
|
||||
populateHierarchy?: boolean;
|
||||
}
|
||||
|
||||
export type GroupQuery = Query & PaginatedQuery & SummarizedQuery;
|
||||
|
@ -42,6 +43,7 @@ export class Groups extends Resource<{ realm?: string }> {
|
|||
"q",
|
||||
"exact",
|
||||
"briefRepresentation",
|
||||
"populateHierarchy",
|
||||
"first",
|
||||
"max",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue