digicust_types 1.8.364 → 1.8.366
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,13 +2,13 @@
|
|
2
2
|
* Information about a user of Digicust
|
3
3
|
*/
|
4
4
|
export interface UserModel {
|
5
|
-
id
|
5
|
+
id?: string;
|
6
6
|
surname?: string;
|
7
7
|
givenName?: string;
|
8
8
|
displayName?: string;
|
9
9
|
jobTitle?: string;
|
10
10
|
mobilePhone?: string;
|
11
|
-
mail
|
11
|
+
mail?: string;
|
12
12
|
department?: string;
|
13
13
|
country?: string;
|
14
14
|
city?: string;
|