mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
merge with develop
This commit is contained in:
@@ -49,5 +49,6 @@ export type Config = {
|
||||
namespaceStrategy: string;
|
||||
loginInfoUrl: string;
|
||||
releaseFeedUrl: string;
|
||||
mailDomainName: string;
|
||||
_links: Links;
|
||||
};
|
||||
|
||||
@@ -27,7 +27,8 @@ import { Links } from "./hal";
|
||||
export type Me = {
|
||||
name: string;
|
||||
displayName: string;
|
||||
mail: string;
|
||||
mail?: string;
|
||||
fallbackMail?: string;
|
||||
groups: string[];
|
||||
_links: Links;
|
||||
};
|
||||
|
||||
@@ -27,13 +27,13 @@ import { Links } from "./hal";
|
||||
export type DisplayedUser = {
|
||||
id: string;
|
||||
displayName: string;
|
||||
mail: string;
|
||||
mail?: string;
|
||||
};
|
||||
|
||||
export type User = {
|
||||
displayName: string;
|
||||
name: string;
|
||||
mail: string;
|
||||
mail?: string;
|
||||
password: string;
|
||||
active: boolean;
|
||||
type?: string;
|
||||
|
||||
Reference in New Issue
Block a user