@leavittsoftware/lg-core-typescript 2.133.0 → 2.135.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.js.map +1 -1
- package/api3.leavitt.com.ts +99 -6
- package/lg.net.dynamics.js +8851 -0
- package/lg.net.dynamics.js.map +1 -0
- package/lg.net.dynamics.ts +10387 -0
- package/package.json +4 -1
package/api3.leavitt.com.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AAu9DA,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IAClB,2CAAQ,CAAA;IACR,uDAAc,CAAA;IACd,mEAAoB,CAAA;IACpB,mDAAY,CAAA;AAChB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAID,MAAM,CAAN,IAAY,aAMX;AAND,WAAY,aAAa;IACrB,qDAAU,CAAA;IACV,yDAAY,CAAA;IACZ,uEAAmB,CAAA;IACnB,qDAAU,CAAA;IACV,mEAAiB,CAAA;AACrB,CAAC,EANW,aAAa,KAAb,aAAa,QAMxB;AAID,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACpB,+DAAgB,CAAA;IAChB,mDAAU,CAAA;IACV,6CAAO,CAAA;AACX,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB;AAID,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,yEAAkB,CAAA;IAClB,iEAAc,CAAA;IACd,iFAAsB,CAAA;AAC1B,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
|
package/api3.leavitt.com.ts
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
// generated using a custom program
|
|
4
4
|
// </auto-generated>
|
|
5
5
|
// ----------------------
|
|
6
|
+
import { new_AccountTypeString,Opportunity_new_LineofBusinessString,Opportunity_new_LineofCoverageString } from './lg.net.dynamics'
|
|
6
7
|
import { IDatabaseAttachment } from './lg.net.system'
|
|
7
8
|
import { AutoDriver,AutoVehicle,EducationTypeString,OccupantTypeString,HomeStyleString,ResidenceTypeString,CoApplicantRelationshipToInsuredString,ConstructionTypeString,FoundationTypeString,NumberOfStoriesString,HeatTypeString,RoofTypeString,OverallQualityString,PersonalPropertyLastPageVisitedString,PersonalPropertyLineOfBusinessString,PersonalPropertySiteSeedString,LifeQuoteRequestStatusString,GenderTypeString,ProductTypeString,TobaccoTypeString,HealthRatingTypeString } from './lg.net.leavittlink'
|
|
8
9
|
import { ManualEntryBudget,ManualEntryGeneralLedger,ManualEntryProduction } from './lg.net.ams360datawarehouse'
|
|
@@ -266,13 +267,10 @@ export interface Ams360EmpCodesDto {
|
|
|
266
267
|
|
|
267
268
|
export interface Ams360PersonRoleDto {
|
|
268
269
|
EmpCodeId: number;
|
|
270
|
+
FirstName: string | null;
|
|
269
271
|
InstanceId: number;
|
|
270
272
|
IsManual: boolean;
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
export interface Ams360ProducerCodeTypeDto {
|
|
274
|
-
Id: number;
|
|
275
|
-
Name: string | null;
|
|
273
|
+
LastName: string | null;
|
|
276
274
|
}
|
|
277
275
|
|
|
278
276
|
export interface Ams360SupplementalCodeDto {
|
|
@@ -280,8 +278,8 @@ export interface Ams360SupplementalCodeDto {
|
|
|
280
278
|
Id: number;
|
|
281
279
|
InstanceId: number;
|
|
282
280
|
Name: string | null;
|
|
283
|
-
ProducerCodeType: Partial<Ams360ProducerCodeTypeDto> | null;
|
|
284
281
|
ProducerCodeTypeId: number;
|
|
282
|
+
ProducerCodeTypeName: string | null;
|
|
285
283
|
}
|
|
286
284
|
|
|
287
285
|
export interface Ams360UpsertDto {
|
|
@@ -843,6 +841,7 @@ export interface PersonalPropertyGettingStartedStepTwoDto {
|
|
|
843
841
|
City: string | null;
|
|
844
842
|
County: string | null;
|
|
845
843
|
EmailAddress: string | null;
|
|
844
|
+
IsBundled: boolean | null;
|
|
846
845
|
PhoneNumber: string | null;
|
|
847
846
|
State: string | null;
|
|
848
847
|
Street1: string | null;
|
|
@@ -1537,6 +1536,100 @@ export interface SearchDto {
|
|
|
1537
1536
|
Zip: string | null;
|
|
1538
1537
|
}
|
|
1539
1538
|
|
|
1539
|
+
export interface AccountActivityOverviewDto {
|
|
1540
|
+
NewProspects: number;
|
|
1541
|
+
NewProspectsYtd: number;
|
|
1542
|
+
NewSuspects: number;
|
|
1543
|
+
NewSuspectsYtd: number;
|
|
1544
|
+
PhoneCallDetails: Array<Partial<OverviewPhoneCallDetailsDto>> | null;
|
|
1545
|
+
PhoneCalls: number;
|
|
1546
|
+
PhoneCallsYtd: number;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
export interface AccountDto {
|
|
1550
|
+
AccountType: new_AccountTypeString;
|
|
1551
|
+
Id: string;
|
|
1552
|
+
Name: string | null;
|
|
1553
|
+
Opportunities: Array<Partial<OpportunityDto>> | null;
|
|
1554
|
+
OwnerId: string | null;
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
export interface AccountSizeReportDto {
|
|
1558
|
+
AverageAccountSize: Partial<number>;
|
|
1559
|
+
MinSizeGoal: Partial<number>;
|
|
1560
|
+
NumberOfAccounts: number;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
export interface AccountStageReportDto {
|
|
1564
|
+
Clients: number;
|
|
1565
|
+
Leads: number;
|
|
1566
|
+
Prospects: number;
|
|
1567
|
+
Suspects: number;
|
|
1568
|
+
}
|
|
1569
|
+
|
|
1570
|
+
export interface ActivityGoalAppointmentDetailsDto {
|
|
1571
|
+
AccountName: string | null;
|
|
1572
|
+
Details: string | null;
|
|
1573
|
+
InitialAppointmentOn: string | null;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
export interface ActivityGoalConversationDetailsDto {
|
|
1577
|
+
AccountName: string | null;
|
|
1578
|
+
Details: string | null;
|
|
1579
|
+
InitialConversationOn: string | null;
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
export interface ActivityGoalsDto {
|
|
1583
|
+
AppointmentDetails: Array<Partial<ActivityGoalAppointmentDetailsDto>> | null;
|
|
1584
|
+
ConversationDetails: Array<Partial<ActivityGoalConversationDetailsDto>> | null;
|
|
1585
|
+
InitialAppointmentsGoalAnnual: number;
|
|
1586
|
+
InitialAppointmentsGoalWeekly: number;
|
|
1587
|
+
InitialAppointmentsGoalYTD: number;
|
|
1588
|
+
InitialAppointmentsPeriod: number;
|
|
1589
|
+
InitialAppointmentsPeriodGoal: number;
|
|
1590
|
+
InitialAppointmentsYTD: number;
|
|
1591
|
+
InitialConversationsGoalAnnual: number;
|
|
1592
|
+
InitialConversationsGoalWeekly: number;
|
|
1593
|
+
InitialConversationsGoalYTD: number;
|
|
1594
|
+
InitialConversationsPeriod: number;
|
|
1595
|
+
InitialConversationsPeriodGoal: number;
|
|
1596
|
+
InitialConversationsYTD: number;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
export interface OpportunityDto {
|
|
1600
|
+
AccountId: string;
|
|
1601
|
+
ActivityDate: string | null;
|
|
1602
|
+
Commission: Partial<number> | null;
|
|
1603
|
+
CommissionFee: Partial<number> | null;
|
|
1604
|
+
Id: string;
|
|
1605
|
+
IsSponsored: boolean;
|
|
1606
|
+
IsSponsored2: boolean;
|
|
1607
|
+
LineOfBusiness: Opportunity_new_LineofBusinessString;
|
|
1608
|
+
LineOfCoverage: Opportunity_new_LineofCoverageString;
|
|
1609
|
+
Name: string | null;
|
|
1610
|
+
Other: string | null;
|
|
1611
|
+
Premium: Partial<number> | null;
|
|
1612
|
+
TotalRevenue: Partial<number> | null;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
export interface OverviewPhoneCallDetailsDto {
|
|
1616
|
+
AccountName: string | null;
|
|
1617
|
+
Details: string | null;
|
|
1618
|
+
MostRecentCall: string | null;
|
|
1619
|
+
NumberOfCallsMade: number;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
export interface PotentialDto {
|
|
1623
|
+
OpenPotential: Partial<number>;
|
|
1624
|
+
PeriodPotential: Partial<number>;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
export interface RevenueReportDto {
|
|
1628
|
+
Bor: Partial<number>;
|
|
1629
|
+
Goal: Partial<number>;
|
|
1630
|
+
Total: Partial<number>;
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1540
1633
|
export interface GetOverallServiceUsageDto {
|
|
1541
1634
|
ImplementationSuccessRate: Partial<number>;
|
|
1542
1635
|
ServicesImplemented: number;
|