@leavittsoftware/lg-core-typescript 2.0.327 → 2.0.328
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 +9 -18
- package/package.json +1 -1
package/api2.leavitt.com.ts
CHANGED
|
@@ -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,FailReason,ProducerCommissionRate,PreferredContactMethodTypeString,ConferenceAttendeePersonRole,Conference,ConferenceSponsorship,
|
|
7
|
+
import { Ams360PersonRole,Ams360SupplementalCode,Ams360EmpCode,EmploymentTypeString,Person,CrmAccount,Tv,FailReason,ProducerCommissionRate,PreferredContactMethodTypeString,ConferenceAttendeePersonRole,Conference,ConferenceSponsorship,PhoneNumberTypesString,CompanyOwnership,TemplateContact,TimelineContact,GlobalTask,TemplateTask,TemplateServiceTask,TimelineDocumentPage,TimelineServiceTask,TimelineEnabledPage,TimelineTaskToTimelineContactAssignee,TaskReminder,TaskStatusTypeString,TimelineTaskToTimelineContactWatcher,TemplateTaskToTemplateContactAssignee,TemplateTaskToTemplateContactWatcher,TimelineTemplateToCompany,PermissionToApplication,ApplicationToApplicationTag } from './lg.core'
|
|
8
8
|
|
|
9
9
|
export interface EventEmailDto {
|
|
10
10
|
Body: string | null;
|
|
@@ -551,6 +551,14 @@ export interface UserSurgesDto {
|
|
|
551
551
|
SurgeStartDate: string;
|
|
552
552
|
}
|
|
553
553
|
|
|
554
|
+
export interface ViewableUsersPersonDto {
|
|
555
|
+
FirstName: string | null;
|
|
556
|
+
LastName: string | null;
|
|
557
|
+
PeopleGroupName: string | null;
|
|
558
|
+
PersonId: number;
|
|
559
|
+
WaysIncluded: string | null;
|
|
560
|
+
}
|
|
561
|
+
|
|
554
562
|
export interface PhonesCrashReportDto {
|
|
555
563
|
Date: string;
|
|
556
564
|
Id: string | null;
|
|
@@ -1088,23 +1096,6 @@ export interface CLGamePlayerDto {
|
|
|
1088
1096
|
TotalPoints: Partial<number>;
|
|
1089
1097
|
}
|
|
1090
1098
|
|
|
1091
|
-
export interface ViewableUsersDTO {
|
|
1092
|
-
CustomAccess: Array<Partial<ViewableUsersPersonDTO>> | null;
|
|
1093
|
-
DefaultAccess: Array<Partial<Person>> | null;
|
|
1094
|
-
Id: number;
|
|
1095
|
-
People: Array<Partial<ViewableUsersPersonDTO>> | null;
|
|
1096
|
-
PeopleGroups: Array<Partial<PeopleGroup>> | null;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
export interface ViewableUsersPersonDTO {
|
|
1100
|
-
FirstName: string | null;
|
|
1101
|
-
LastName: string | null;
|
|
1102
|
-
LinkingId: number;
|
|
1103
|
-
PeopleGroupName: string | null;
|
|
1104
|
-
PersonId: number;
|
|
1105
|
-
WaysIncluded: string | null;
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
1099
|
export interface ITEmployeeLookupPhoneDto {
|
|
1109
1100
|
AreaCode: string | null;
|
|
1110
1101
|
LineNumber: string | null;
|