mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Add missing query parameters "archived", "active" to Groups|Projects.all (#3778)
This commit is contained in:
parent
8d8379b03c
commit
4e28908f81
@ -88,6 +88,8 @@ export type AllGroupsOptions = {
|
||||
minAccessLevel?: Exclude<AccessLevel, AccessLevel.ADMIN>;
|
||||
topLevelOnly?: boolean;
|
||||
markedForDeletionOn?: string;
|
||||
active?: boolean;
|
||||
archived?: boolean;
|
||||
};
|
||||
|
||||
export type AllGroupProjectsOptions = {
|
||||
|
||||
@ -233,6 +233,7 @@ export type AllProjectsOptions = {
|
||||
updatedBefore?: string;
|
||||
updatedAfter?: string;
|
||||
markedForDeletionOn?: string;
|
||||
active?: boolean;
|
||||
};
|
||||
|
||||
export type CreateProjectOptions = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user