Update api report for #24889
Signed-off-by: Hghtwr <johannes.sonner@outlook.com>
This commit is contained in:
@@ -98,6 +98,7 @@ export class GitlabOrgDiscoveryEntityProvider implements EntityProvider {
|
||||
export type GitlabProviderConfig = {
|
||||
host: string;
|
||||
group: string;
|
||||
restrictUsersToGroup?: boolean;
|
||||
id: string;
|
||||
branch?: string;
|
||||
fallbackBranch: string;
|
||||
@@ -122,6 +123,7 @@ export type GitLabUser = {
|
||||
avatar_url: string;
|
||||
groups?: GitLabGroup[];
|
||||
group_saml_identity?: GitLabGroupSamlIdentity;
|
||||
is_using_seat?: boolean;
|
||||
};
|
||||
|
||||
// @public
|
||||
|
||||
Reference in New Issue
Block a user