@leavittsoftware/lg-core-typescript 5.459.0 → 5.460.0
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/api3.leavitt.com.ts +2 -2
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { new_AccountTypeString, Opportunity_new_LineofBusinessString, Opportunit
|
|
|
9
9
|
import { IDatabaseAttachment } from './lg.net.system'
|
|
10
10
|
import { LogEntryLevelString, LogEntryTypeString } from './lg.net.automation'
|
|
11
11
|
import { ManualEntryBudget, ManualEntryGeneralLedger, ManualEntryProduction } from './lg.net.ams360datawarehouse'
|
|
12
|
-
import { Tv, TvSlide, TvSlideShow, TvTv, SurveyQuestionResponseV2, SurveyQuestionTypeV2String, SurveyQuestionV2, V2Surge, V2SurgePlayerPointCache, V2SurgePrizeTypeString, StationeryPrice, Stationery, TaskStatusTypeString, TimelineEnabledPage, AgencyLOBPercentage, Company, CandidateSourceTypeString, RecruitingCandidateCustomProperty, RecruitingCandidateStage, RecruitingProjectCustomProperty, RecruitingProjectStage, CompanyGradeString, ProducerQuestionAnswerOption, ProducerQuestionResponse, ProducerCenterQuestionTypeString, AutoDriver, AutoVehicle, ConstructionTypeString, FoundationTypeString, NumberOfStoriesString, OccupantTypeString, HeatTypeString, ResidenceTypeString, RoofTypeString, QuoteRequestContactMethodString, PersonalPropertyQuoteTypeString, PersonalPropertyQuoteRequest, ApplicationToApplicationTag, Person, PermissionToApplication, PolicyTypeString, ProducerCommissionRate, FailReason, DifferedCompensation, Expectation, SalesExpectationStatusTypeString, LifestyleEnhancement, TangibleGift, MessagesCampaignTypeString, DripCampaignTemplateTypeString, LogoHeightTypeString, GenderTypeString, HealthRatingTypeString, ProductTypeString, TobaccoTypeString, LifeQuoteRequest, PersonalPropertyLineOfBusinessString, PersonalPropertySiteSeedString, HartfordQuoteRequest, HartfordLastPageVisitedString, ShippingTypeString, ItemStatusTypeString, LandlordTypeString, LeaseTypeString, LeasePreExpirationNotificationOptionsString, PhoneNumberTypeString,
|
|
12
|
+
import { Tv, TvSlide, TvSlideShow, TvTv, SurveyQuestionResponseV2, SurveyQuestionTypeV2String, SurveyQuestionV2, V2Surge, V2SurgePlayerPointCache, V2SurgePrizeTypeString, StationeryPrice, Stationery, TaskStatusTypeString, TimelineEnabledPage, AgencyLOBPercentage, Company, CandidateSourceTypeString, RecruitingCandidateCustomProperty, RecruitingCandidateStage, RecruitingProjectCustomProperty, RecruitingProjectStage, CompanyGradeString, ProducerQuestionAnswerOption, ProducerQuestionResponse, ProducerCenterQuestionTypeString, AutoDriver, AutoVehicle, ConstructionTypeString, FoundationTypeString, NumberOfStoriesString, OccupantTypeString, HeatTypeString, ResidenceTypeString, RoofTypeString, QuoteRequestContactMethodString, PersonalPropertyQuoteTypeString, PersonalPropertyQuoteRequest, ApplicationToApplicationTag, Person, PermissionToApplication, PolicyTypeString, ProducerCommissionRate, FailReason, DifferedCompensation, Expectation, SalesExpectationStatusTypeString, LifestyleEnhancement, TangibleGift, MessagesCampaignTypeString, DripCampaignTemplateTypeString, LogoHeightTypeString, GenderTypeString, HealthRatingTypeString, ProductTypeString, TobaccoTypeString, LifeQuoteRequest, PersonalPropertyLineOfBusinessString, PersonalPropertySiteSeedString, HartfordQuoteRequest, HartfordLastPageVisitedString, ShippingTypeString, ItemStatusTypeString, LandlordTypeString, LeaseTypeString, LeasePreExpirationNotificationOptionsString, PhoneNumberTypeString, FormQuestionTypeString, FormQuestionResponse, FormToAudiencePerson, FormToAudiencePeopleGroup, FormToCompany, FormQuestion, ExpenseCashItem, EmailTemplateRecipient, EmailTemplateLog, JobRoleAssignmentTypeString, EmailAddressTypesString, UserRoleTypeString, Department, EmploymentTypeString, CompanyAddress, ItEquipmentNeedsTypeString, AddressTypeString, PersonEmailAddress, PersonPhoneNumber, ProfilePictureAttachment, SignatureValue, SignatureTemplateToCompany, LessonAttemptStatusString, EducationCourseImage, EducationCourseCertificate, EducationQuestion, EducationCourseCategoryImage, LeadStatusCodeTypeString, AccountStatusCodeTypeString, DocumentType, Document, FiscalYearEndString, CompanyAddressImage, CultureClubBannerLocationString, ConnectedStatusString, ChampionMeetingTypeString, ServiceToChampion, ServiceToCompany, CompanyLogo, CompanyOwnership, GamePointAnswer, CLGamePoint, CLGameSegment, GamePointQuestionTypeString, GamePointTypeString, CLGameRankedPrize, GameWrittenRewardCriteria, CLGamePointTypeString, CLGameScoreboardToPlayerGroup, CLGame, Ams360PolicyFieldsTypeString, Ams360CustomerFieldsTypeString, Ams360PolicyStatusTypeString, AnneOLeavittAwardSiteBanner, AnneOLeavittAwardBannerLocationString } from './lg.net.core'
|
|
13
13
|
|
|
14
14
|
export interface PersonLimitedDataDto {
|
|
15
15
|
FullName: string | null;
|
|
@@ -2823,7 +2823,7 @@ export interface ITEmployeeLookupSummaryDto {
|
|
|
2823
2823
|
ADAccountActive: boolean;
|
|
2824
2824
|
ADDescription: string | null;
|
|
2825
2825
|
ADDistinguishedName: string | null;
|
|
2826
|
-
AddressType:
|
|
2826
|
+
AddressType: string;
|
|
2827
2827
|
ADPeopleGroups: Array<string>;
|
|
2828
2828
|
City: string | null;
|
|
2829
2829
|
CompanyId: number | null;
|