Update api report for #24889

Signed-off-by: Hghtwr <johannes.sonner@outlook.com>
This commit is contained in:
Hghtwr
2024-05-28 09:46:45 +02:00
committed by Johannes Sonner
parent 8f34253b90
commit f79798be04
@@ -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