@leavittsoftware/lg-core-typescript 2.0.376 → 2.0.377

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.
@@ -87,11 +87,6 @@ export var Opportunity_new_LineofCoverage;
87
87
  Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PlanDocAdminWork"] = 100000055] = "PlanDocAdminWork";
88
88
  Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Package"] = 100000056] = "Package";
89
89
  })(Opportunity_new_LineofCoverage || (Opportunity_new_LineofCoverage = {}));
90
- export var AddressTypes;
91
- (function (AddressTypes) {
92
- AddressTypes[AddressTypes["Business"] = 0] = "Business";
93
- AddressTypes[AddressTypes["Home"] = 1] = "Home";
94
- })(AddressTypes || (AddressTypes = {}));
95
90
  export var HttpStatusCode;
96
91
  (function (HttpStatusCode) {
97
92
  HttpStatusCode[HttpStatusCode["Continue"] = 100] = "Continue";
@@ -148,4 +143,9 @@ export var LessonAttemptStatus;
148
143
  LessonAttemptStatus[LessonAttemptStatus["Fail"] = 1] = "Fail";
149
144
  LessonAttemptStatus[LessonAttemptStatus["InProgress"] = 2] = "InProgress";
150
145
  })(LessonAttemptStatus || (LessonAttemptStatus = {}));
146
+ export var AddressTypes;
147
+ (function (AddressTypes) {
148
+ AddressTypes[AddressTypes["Business"] = 0] = "Business";
149
+ AddressTypes[AddressTypes["Home"] = 1] = "Home";
150
+ })(AddressTypes || (AddressTypes = {}));
151
151
  //# sourceMappingURL=api2.leavitt.com.js.map
@@ -4,7 +4,7 @@
4
4
  // </auto-generated>
5
5
  // ----------------------
6
6
  import { BenefitPointCustomer,Ams360Customer } from './elasticsearch'
7
- import { Ams360PersonRole,Ams360SupplementalCode,Ams360EmpCode,EmploymentTypeString,Person,CrmAccount,Tv,PreferredContactMethodTypeString,ConferenceAttendeePersonRole,Conference,ConferenceSponsorship,PhoneNumberTypesString,CompanyOwnership,TemplateContact,TimelineContact,GlobalTask,TemplateTask,TemplateServiceTask,TimelineDocumentPage,TimelineServiceTask,TimelineEnabledPage,TimelineTaskToTimelineContactAssignee,TaskReminder,TaskStatusTypeString,TimelineTaskToTimelineContactWatcher,TemplateTaskToTemplateContactAssignee,TemplateTaskToTemplateContactWatcher,TimelineTemplateToCompany,ApplicationToApplicationTag,PermissionToApplication,ProducerCommissionRate,DifferedCompensation,Expectation,FailReason,GuidingPrinciple } from './lg.core'
7
+ import { Ams360PersonRole,Ams360SupplementalCode,Ams360EmpCode,EmploymentTypeString,Person,CrmAccount,Tv,PreferredContactMethodTypeString,ConferenceAttendeePersonRole,Conference,ConferenceSponsorship,CompanyOwnership,TemplateContact,TimelineContact,GlobalTask,TemplateTask,TemplateServiceTask,TimelineDocumentPage,TimelineServiceTask,TimelineEnabledPage,TimelineTaskToTimelineContactAssignee,TaskReminder,TaskStatusTypeString,TimelineTaskToTimelineContactWatcher,TemplateTaskToTemplateContactAssignee,TemplateTaskToTemplateContactWatcher,TimelineTemplateToCompany,ApplicationToApplicationTag,PermissionToApplication,ProducerCommissionRate,DifferedCompensation,Expectation,FailReason,GuidingPrinciple,PhoneNumberTypesString } from './lg.core'
8
8
 
9
9
  export interface EventEmailDto {
10
10
  Body: string | null;
@@ -986,45 +986,6 @@ export interface CLGamePlayerDto {
986
986
  TotalPoints: Partial<number>;
987
987
  }
988
988
 
989
- export interface ITEmployeeLookupPhoneDto {
990
- AreaCode: string | null;
991
- LineNumber: string | null;
992
- PhoneNumberType: PhoneNumberTypesString;
993
- }
994
-
995
- export interface ITEmployeeLookupSummaryDto {
996
- ADAccountActive: boolean;
997
- ADDistinguishedName: string | null;
998
- AddressType: AddressTypesString | null;
999
- ADEmailAddresses: Array<string> | null;
1000
- ADHomeDirectory: string | null;
1001
- ADHomeDrive: string | null;
1002
- ADPeopleGroups: Array<string> | null;
1003
- ADProfilePath: string | null;
1004
- City: string | null;
1005
- CompanyId: number | null;
1006
- CompanyName: string | null;
1007
- Department: string | null;
1008
- EmailAddresses: Array<string> | null;
1009
- FirstName: string | null;
1010
- HasLdapAccount: boolean;
1011
- HireDate: string;
1012
- LastLogin: string | null;
1013
- LastName: string | null;
1014
- Licenses: Array<string> | null;
1015
- OtherPeopleGroups: Array<string> | null;
1016
- PhoneExtension: string | null;
1017
- Phones: Array<Partial<ITEmployeeLookupPhoneDto>> | null;
1018
- PhoneServer: string | null;
1019
- PwdLastSet: string | null;
1020
- State: string | null;
1021
- Street1: string | null;
1022
- Street2: string | null;
1023
- TerminatedDate: string | null;
1024
- Title: string | null;
1025
- Zip: string | null;
1026
- }
1027
-
1028
989
  export interface EventsRegisteredUserDto {
1029
990
  Description: string | null;
1030
991
  EventDate: string | null;
@@ -1466,6 +1427,65 @@ export interface ReorderEducationSequenceDto {
1466
1427
  NewOrder: Array<Partial<EducationSequenceDto>> | null;
1467
1428
  }
1468
1429
 
1430
+ export interface ITEmployeeLookupEmailDto {
1431
+ Address: string | null;
1432
+ IsPrimary: boolean;
1433
+ }
1434
+
1435
+ export interface ITEmployeeLookupPhoneDto {
1436
+ AreaCode: string | null;
1437
+ LineNumber: string | null;
1438
+ PhoneNumberType: PhoneNumberTypesString;
1439
+ }
1440
+
1441
+ export interface ITEmployeeLookupSummaryDto {
1442
+ ADAccountActive: boolean;
1443
+ ADDescription: string | null;
1444
+ ADDistinguishedName: string | null;
1445
+ AddressType: AddressTypesString | null;
1446
+ ADHomeDirectory: string | null;
1447
+ ADHomeDrive: string | null;
1448
+ ADPeopleGroups: Array<string> | null;
1449
+ City: string | null;
1450
+ CompanyId: number | null;
1451
+ CompanyName: string | null;
1452
+ Department: string | null;
1453
+ EmailAddresses: Array<Partial<ITEmployeeLookupEmailDto>> | null;
1454
+ EmployeeId: number | null;
1455
+ Extension1: string | null;
1456
+ Extension10: string | null;
1457
+ Extension11: string | null;
1458
+ Extension13: string | null;
1459
+ Extension14: string | null;
1460
+ Extension2: string | null;
1461
+ Extension3: string | null;
1462
+ Extension4: string | null;
1463
+ Extension5: string | null;
1464
+ Extension6: string | null;
1465
+ Extension7: string | null;
1466
+ Extension8: string | null;
1467
+ Extension9: string | null;
1468
+ FirstName: string | null;
1469
+ HasLdapAccount: boolean;
1470
+ HireDate: string;
1471
+ LastLogin: string | null;
1472
+ LastName: string | null;
1473
+ Licenses: Array<string> | null;
1474
+ OtherPeopleGroups: Array<string> | null;
1475
+ PhoneExtension: string | null;
1476
+ Phones: Array<Partial<ITEmployeeLookupPhoneDto>> | null;
1477
+ PhoneServer: string | null;
1478
+ PwdLastSet: string | null;
1479
+ SamAccountName: string | null;
1480
+ SID: string | null;
1481
+ State: string | null;
1482
+ Street1: string | null;
1483
+ Street2: string | null;
1484
+ TerminatedDate: string | null;
1485
+ Title: string | null;
1486
+ Zip: string | null;
1487
+ }
1488
+
1469
1489
  export interface IIdentity {
1470
1490
  Id: number;
1471
1491
  }
@@ -1569,13 +1589,6 @@ export enum Opportunity_new_LineofCoverage {
1569
1589
 
1570
1590
  export type Opportunity_new_LineofCoverageString = keyof typeof Opportunity_new_LineofCoverage;
1571
1591
 
1572
- export enum AddressTypes {
1573
- Business = 0,
1574
- Home = 1
1575
- }
1576
-
1577
- export type AddressTypesString = keyof typeof AddressTypes;
1578
-
1579
1592
  export enum HttpStatusCode {
1580
1593
  Continue = 100,
1581
1594
  SwitchingProtocols = 101,
@@ -1638,3 +1651,10 @@ export enum LessonAttemptStatus {
1638
1651
 
1639
1652
  export type LessonAttemptStatusString = keyof typeof LessonAttemptStatus;
1640
1653
 
1654
+ export enum AddressTypes {
1655
+ Business = 0,
1656
+ Home = 1
1657
+ }
1658
+
1659
+ export type AddressTypesString = keyof typeof AddressTypes;
1660
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.376",
3
+ "version": "2.0.377",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [