mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Adding filtering support for marked for deletion on (#3609)
This commit is contained in:
parent
8cebefc35e
commit
fa54661ae6
@ -87,6 +87,7 @@ export type AllGroupsOptions = {
|
||||
owned?: boolean;
|
||||
minAccessLevel?: Exclude<AccessLevel, AccessLevel.ADMIN>;
|
||||
topLevelOnly?: boolean;
|
||||
markedForDeletionOn?: string;
|
||||
};
|
||||
|
||||
export type AllGroupProjectsOptions = {
|
||||
|
||||
@ -232,6 +232,7 @@ export type AllProjectsOptions = {
|
||||
withProgrammingLanguage?: string;
|
||||
updatedBefore?: string;
|
||||
updatedAfter?: string;
|
||||
markedForDeletionOn?: string;
|
||||
};
|
||||
|
||||
export type CreateProjectOptions = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user