@leavittsoftware/lg-core-typescript 2.0.339 → 2.0.340
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api2.leavitt.com.ts +6 -0
- package/package.json +1 -1
package/api2.leavitt.com.ts
CHANGED
|
@@ -1062,11 +1062,13 @@ export interface ITEmployeeLookupSummaryDto {
|
|
|
1062
1062
|
ADAccountActive: boolean;
|
|
1063
1063
|
ADDistinguishedName: string | null;
|
|
1064
1064
|
AddressType: AddressTypesString | null;
|
|
1065
|
+
ADEmailAddresses: Array<string> | null;
|
|
1065
1066
|
ADHomeDirectory: string | null;
|
|
1066
1067
|
ADHomeDrive: string | null;
|
|
1067
1068
|
ADPeopleGroups: Array<string> | null;
|
|
1068
1069
|
ADProfilePath: string | null;
|
|
1069
1070
|
City: string | null;
|
|
1071
|
+
CompanyId: number | null;
|
|
1070
1072
|
CompanyName: string | null;
|
|
1071
1073
|
Department: string | null;
|
|
1072
1074
|
EmailAddresses: Array<string> | null;
|
|
@@ -1075,8 +1077,12 @@ export interface ITEmployeeLookupSummaryDto {
|
|
|
1075
1077
|
HireDate: string;
|
|
1076
1078
|
LastLogin: string | null;
|
|
1077
1079
|
LastName: string | null;
|
|
1080
|
+
Licenses: Array<string> | null;
|
|
1078
1081
|
OtherPeopleGroups: Array<string> | null;
|
|
1082
|
+
PhoneExtension: string | null;
|
|
1079
1083
|
Phones: Array<Partial<ITEmployeeLookupPhoneDto>> | null;
|
|
1084
|
+
PhoneServer: string | null;
|
|
1085
|
+
PwdLastSet: string | null;
|
|
1080
1086
|
State: string | null;
|
|
1081
1087
|
Street1: string | null;
|
|
1082
1088
|
Street2: string | null;
|