@leavittsoftware/lg-core-typescript 2.69.0 → 2.72.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 +7 -0
- package/api3.leavitt.com.js.map +1 -1
- package/api3.leavitt.com.ts +113 -1
- package/lg.net.leavittlink.js +6 -6
- package/lg.net.leavittlink.js.map +1 -1
- package/lg.net.leavittlink.ts +53 -16
- package/package.json +1 -1
package/api3.leavitt.com.js
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
export var RaterTypes;
|
|
2
|
+
(function (RaterTypes) {
|
|
3
|
+
RaterTypes[RaterTypes["Life"] = 0] = "Life";
|
|
4
|
+
RaterTypes[RaterTypes["WidgetLife"] = 1] = "WidgetLife";
|
|
5
|
+
RaterTypes[RaterTypes["PersonalProperty"] = 2] = "PersonalProperty";
|
|
6
|
+
RaterTypes[RaterTypes["Hartford"] = 3] = "Hartford";
|
|
7
|
+
})(RaterTypes || (RaterTypes = {}));
|
|
1
8
|
export var AccountStatus;
|
|
2
9
|
(function (AccountStatus) {
|
|
3
10
|
AccountStatus[AccountStatus["Locked"] = 0] = "Locked";
|
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":"AAu5CA,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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
// </auto-generated>
|
|
5
5
|
// ----------------------
|
|
6
6
|
import { IDatabaseAttachment } from './lg.net.system'
|
|
7
|
-
import { PersonalPropertyLastPageVisitedString,PersonalPropertyLineOfBusinessString,PersonalPropertySiteSeedString,LifeQuoteRequestStatusString,GenderTypeString,ProductTypeString,TobaccoTypeString,HealthRatingTypeString } from './lg.net.leavittlink'
|
|
7
|
+
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
8
|
import { ApplicationToApplicationTag,Person,PermissionToApplication,EmploymentTypeString,CompanyAddress,JobRole,SignatureValue,SignatureTemplateToCompany,DocumentType,Document,ServiceToChampion,ServiceToCompany,ConnectedStatusString,Company,CompanyLogo,CompanyOwnership,CLGamePoint,CLGameSegment,CLGameScoreboardToPlayerGroup,CLGamePrize } from './lg.net.core'
|
|
9
9
|
|
|
10
10
|
export interface FruitHolderDto {
|
|
@@ -369,6 +369,18 @@ export interface CarrierLoginDto {
|
|
|
369
369
|
Username: string | null;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
|
+
export interface GetRatersDto {
|
|
373
|
+
CarrierCount: number;
|
|
374
|
+
CompanyId: number;
|
|
375
|
+
CompanyName: string | null;
|
|
376
|
+
QuoteRequestCount: number;
|
|
377
|
+
RaterId: number;
|
|
378
|
+
RaterName: string | null;
|
|
379
|
+
Status: string | null;
|
|
380
|
+
Type: RaterTypesString;
|
|
381
|
+
UniqueId: string | null;
|
|
382
|
+
}
|
|
383
|
+
|
|
372
384
|
export interface ProvisionedCompanyUnitDto {
|
|
373
385
|
Id: string | null;
|
|
374
386
|
Name: string | null;
|
|
@@ -407,6 +419,93 @@ export interface VertaforeLimitsDto {
|
|
|
407
419
|
Values: Array<string> | null;
|
|
408
420
|
}
|
|
409
421
|
|
|
422
|
+
export interface AutoNewPolicyDto {
|
|
423
|
+
AutoEffectiveDate: string | null;
|
|
424
|
+
AutoInjuryCoverageLimit: number | null;
|
|
425
|
+
AutoLiabilityCoverageLimit: number | null;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export interface AutoPreviousPolicyDto {
|
|
429
|
+
AutoExpirationDate: string | null;
|
|
430
|
+
AutoMonthsInsured: number | null;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
export interface AutoUpsertDriversDto {
|
|
434
|
+
Drivers: Array<Partial<AutoDriver>> | null;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
export interface AutoUpsertVehiclesDto {
|
|
438
|
+
Vehicles: Array<Partial<AutoVehicle>> | null;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
export interface DiscountsOneDto {
|
|
442
|
+
HouseholdDoesNotConsumeAlcohol: boolean | null;
|
|
443
|
+
IsEnrolledInDrivingProgram: boolean | null;
|
|
444
|
+
IsPaperless: boolean | null;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
export interface DiscountsTwoDto {
|
|
448
|
+
EducationLevel: EducationTypeString | null;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
export interface HomeOwnersRenovationsDto {
|
|
452
|
+
ElectricalRenovationYear: number | null;
|
|
453
|
+
HeatingRenovationYear: number | null;
|
|
454
|
+
PlumbingRenovationYear: number | null;
|
|
455
|
+
RoofRenovationYear: number | null;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
export interface HomeOwnersStepFiveDto {
|
|
459
|
+
ClaimsLast5Years: number | null;
|
|
460
|
+
HomeEstimatedValue: number | null;
|
|
461
|
+
OccupantType: OccupantTypeString | null;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
export interface HomeOwnersStepFourDto {
|
|
465
|
+
HasAutomaticSprinklers: boolean | null;
|
|
466
|
+
HasBurglarAlarm: boolean | null;
|
|
467
|
+
HasDeadBolts: boolean | null;
|
|
468
|
+
HasFireAlarm: boolean | null;
|
|
469
|
+
HasFireExtinguisher: boolean | null;
|
|
470
|
+
HasSmokeDetector: boolean | null;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
export interface HomeOwnersStepOneDto {
|
|
474
|
+
AcquisitionDate: string;
|
|
475
|
+
HomeStyle: HomeStyleString;
|
|
476
|
+
ResidenceType: ResidenceTypeString;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
export interface HomeOwnersStepSevenDto {
|
|
480
|
+
CoApplicantDateOfBirth: string | null;
|
|
481
|
+
CoApplicantFirstName: string | null;
|
|
482
|
+
CoApplicantLastName: string | null;
|
|
483
|
+
CoApplicantRelationshipToInsured: CoApplicantRelationshipToInsuredString | null;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export interface HomeOwnersStepSixDto {
|
|
487
|
+
HasCats: boolean | null;
|
|
488
|
+
HasDogs: boolean | null;
|
|
489
|
+
HasSwimmingPool: boolean | null;
|
|
490
|
+
HasTrampoline: boolean | null;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
export interface HomeOwnersStepThreeDto {
|
|
494
|
+
Baths: Partial<number> | null;
|
|
495
|
+
ConstructionType: ConstructionTypeString | null;
|
|
496
|
+
FoundationType: FoundationTypeString | null;
|
|
497
|
+
NumberOfBedrooms: number | null;
|
|
498
|
+
NumberOfStories: NumberOfStoriesString | null;
|
|
499
|
+
PrimaryHeatType: HeatTypeString | null;
|
|
500
|
+
RoofType: RoofTypeString | null;
|
|
501
|
+
SquareFootage: number | null;
|
|
502
|
+
YearBuilt: number | null;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
export interface HomeOwnersStepTwoDto {
|
|
506
|
+
OverallQuality: OverallQualityString | null;
|
|
507
|
+
}
|
|
508
|
+
|
|
410
509
|
export interface IsBundledDto {
|
|
411
510
|
IsBundled: boolean;
|
|
412
511
|
}
|
|
@@ -455,6 +554,7 @@ export interface PersonalPropertyRaterUpsertDto {
|
|
|
455
554
|
FooterEmailAddress: string | null;
|
|
456
555
|
Id: number | null;
|
|
457
556
|
IsActive: boolean;
|
|
557
|
+
IsDefault: boolean;
|
|
458
558
|
Name: string | null;
|
|
459
559
|
Phone: string | null;
|
|
460
560
|
RicochetCampaignId: number | null;
|
|
@@ -512,6 +612,7 @@ export interface LifeRaterUpsertDto {
|
|
|
512
612
|
FooterEmailAddress: string | null;
|
|
513
613
|
Id: number | null;
|
|
514
614
|
IsActive: boolean;
|
|
615
|
+
IsDefault: boolean;
|
|
515
616
|
Name: string | null;
|
|
516
617
|
Phone: string | null;
|
|
517
618
|
RicochetCampaignId: number | null;
|
|
@@ -558,6 +659,7 @@ export interface WidgetLifeRaterUpsertDto {
|
|
|
558
659
|
HeaderText: string | null;
|
|
559
660
|
Id: number | null;
|
|
560
661
|
IsActive: boolean;
|
|
662
|
+
IsDefault: boolean;
|
|
561
663
|
Name: string | null;
|
|
562
664
|
Phone: string | null;
|
|
563
665
|
RicochetCampaignId: number | null;
|
|
@@ -597,6 +699,7 @@ export interface HartfordRaterUpsertDto {
|
|
|
597
699
|
FooterEmailAddress: string | null;
|
|
598
700
|
Id: number | null;
|
|
599
701
|
IsActive: boolean;
|
|
702
|
+
IsDefault: boolean;
|
|
600
703
|
Name: string | null;
|
|
601
704
|
Phone: string | null;
|
|
602
705
|
RicochetCampaignId: number | null;
|
|
@@ -1326,6 +1429,15 @@ export interface CLGameTopPlayerGroupsDto {
|
|
|
1326
1429
|
Players: Array<Partial<CLGameTopPlayerDto>> | null;
|
|
1327
1430
|
}
|
|
1328
1431
|
|
|
1432
|
+
export enum RaterTypes {
|
|
1433
|
+
Life = 0,
|
|
1434
|
+
WidgetLife = 1,
|
|
1435
|
+
PersonalProperty = 2,
|
|
1436
|
+
Hartford = 3
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
export type RaterTypesString = keyof typeof RaterTypes;
|
|
1440
|
+
|
|
1329
1441
|
export enum AccountStatus {
|
|
1330
1442
|
Locked = 0,
|
|
1331
1443
|
Disabled = 1,
|
package/lg.net.leavittlink.js
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
export var LineOfBusiness;
|
|
2
|
-
(function (LineOfBusiness) {
|
|
3
|
-
LineOfBusiness[LineOfBusiness["HOMEOWNERS"] = 1] = "HOMEOWNERS";
|
|
4
|
-
LineOfBusiness[LineOfBusiness["PERSONAL_PACKAGE"] = 2] = "PERSONAL_PACKAGE";
|
|
5
|
-
LineOfBusiness[LineOfBusiness["PERSONAL_AUTO"] = 3] = "PERSONAL_AUTO";
|
|
6
|
-
})(LineOfBusiness || (LineOfBusiness = {}));
|
|
7
1
|
export var AutoAccidentType;
|
|
8
2
|
(function (AutoAccidentType) {
|
|
9
3
|
AutoAccidentType[AutoAccidentType["Speeding"] = 0] = "Speeding";
|
|
@@ -149,6 +143,12 @@ export var PersonalPropertyLastPageVisited;
|
|
|
149
143
|
PersonalPropertyLastPageVisited[PersonalPropertyLastPageVisited["Quotes"] = 17] = "Quotes";
|
|
150
144
|
PersonalPropertyLastPageVisited[PersonalPropertyLastPageVisited["SelectedQuote"] = 18] = "SelectedQuote";
|
|
151
145
|
})(PersonalPropertyLastPageVisited || (PersonalPropertyLastPageVisited = {}));
|
|
146
|
+
export var LineOfBusiness;
|
|
147
|
+
(function (LineOfBusiness) {
|
|
148
|
+
LineOfBusiness[LineOfBusiness["HOMEOWNERS"] = 1] = "HOMEOWNERS";
|
|
149
|
+
LineOfBusiness[LineOfBusiness["PERSONAL_PACKAGE"] = 2] = "PERSONAL_PACKAGE";
|
|
150
|
+
LineOfBusiness[LineOfBusiness["PERSONAL_AUTO"] = 3] = "PERSONAL_AUTO";
|
|
151
|
+
})(LineOfBusiness || (LineOfBusiness = {}));
|
|
152
152
|
export var NumberOfStories;
|
|
153
153
|
(function (NumberOfStories) {
|
|
154
154
|
NumberOfStories[NumberOfStories["One"] = 0] = "One";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lg.net.leavittlink.js","sourceRoot":"","sources":["lg.net.leavittlink.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lg.net.leavittlink.js","sourceRoot":"","sources":["lg.net.leavittlink.ts"],"names":[],"mappings":"AAkfA,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IACxB,+DAAY,CAAA;IACZ,qDAAO,CAAA;IACP,+DAAY,CAAA;IACZ,mFAAsB,CAAA;IACtB,qFAAuB,CAAA;IACvB,qFAAuB,CAAA;AAC3B,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAID,MAAM,CAAN,IAAY,iBAMX;AAND,WAAY,iBAAiB;IACzB,6DAAU,CAAA;IACV,iEAAY,CAAA;IACZ,+DAAW,CAAA;IACX,mEAAa,CAAA;IACb,yDAAQ,CAAA;AACZ,CAAC,EANW,iBAAiB,KAAjB,iBAAiB,QAM5B;AAID,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IACzB,6DAAU,CAAA;IACV,+DAAW,CAAA;IACX,mEAAa,CAAA;IACb,iEAAY,CAAA;IACZ,+DAAW,CAAA;IACX,+EAAmB,CAAA;AACvB,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B;AAID,MAAM,CAAN,IAAY,yBAMX;AAND,WAAY,yBAAyB;IACjC,yEAAQ,CAAA;IACR,6EAAU,CAAA;IACV,6EAAU,CAAA;IACV,2EAAS,CAAA;IACT,2EAAS,CAAA;AACb,CAAC,EANW,yBAAyB,KAAzB,yBAAyB,QAMpC;AAID,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IACxB,+DAAY,CAAA;IACZ,+DAAY,CAAA;AAChB,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B;AAID,MAAM,CAAN,IAAY,gCAOX;AAPD,WAAY,gCAAgC;IACxC,2FAAU,CAAA;IACV,6FAAW,CAAA;IACX,yFAAS,CAAA;IACT,2GAAkB,CAAA;IAClB,mHAAsB,CAAA;IACtB,2FAAU,CAAA;AACd,CAAC,EAPW,gCAAgC,KAAhC,gCAAgC,QAO3C;AAID,MAAM,CAAN,IAAY,gBAcX;AAdD,WAAY,gBAAgB;IACxB,yDAAS,CAAA;IACT,6EAAmB,CAAA;IACnB,6DAAW,CAAA;IACX,2EAAkB,CAAA;IAClB,6FAA2B,CAAA;IAC3B,6FAA2B,CAAA;IAC3B,+FAA4B,CAAA;IAC5B,2DAAU,CAAA;IACV,yFAAyB,CAAA;IACzB,+DAAY,CAAA;IACZ,0DAAU,CAAA;IACV,sEAAgB,CAAA;IAChB,gEAAa,CAAA;AACjB,CAAC,EAdW,gBAAgB,KAAhB,gBAAgB,QAc3B;AAID,MAAM,CAAN,IAAY,aAUX;AAVD,WAAY,aAAa;IACrB,yEAAoB,CAAA;IACpB,+DAAe,CAAA;IACf,iEAAgB,CAAA;IAChB,2EAAqB,CAAA;IACrB,yEAAoB,CAAA;IACpB,qEAAkB,CAAA;IAClB,yEAAoB,CAAA;IACpB,+CAAO,CAAA;IACP,iFAAwB,CAAA;AAC5B,CAAC,EAVW,aAAa,KAAb,aAAa,QAUxB;AAID,MAAM,CAAN,IAAY,cAOX;AAPD,WAAY,cAAc;IACtB,mDAAQ,CAAA;IACR,iEAAe,CAAA;IACf,2DAAY,CAAA;IACZ,mDAAQ,CAAA;IACR,2DAAY,CAAA;IACZ,qDAAS,CAAA;AACb,CAAC,EAPW,cAAc,KAAd,cAAc,QAOzB;AAID,MAAM,CAAN,IAAY,QAMX;AAND,WAAY,QAAQ;IAChB,+CAAY,CAAA;IACZ,qCAAO,CAAA;IACP,uCAAQ,CAAA;IACR,qCAAO,CAAA;IACP,yCAAS,CAAA;AACb,CAAC,EANW,QAAQ,KAAR,QAAQ,QAMnB;AAID,MAAM,CAAN,IAAY,SA4BX;AA5BD,WAAY,SAAS;IACjB,+CAAW,CAAA;IACX,2CAAS,CAAA;IACT,+CAAW,CAAA;IACX,iDAAY,CAAA;IACZ,+CAAW,CAAA;IACX,qDAAc,CAAA;IACd,mDAAa,CAAA;IACb,iDAAY,CAAA;IACZ,mDAAa,CAAA;IACb,yDAAgB,CAAA;IAChB,gDAAY,CAAA;IACZ,gEAAoB,CAAA;IACpB,4DAAkB,CAAA;IAClB,gEAAoB,CAAA;IACpB,oDAAc,CAAA;IACd,wDAAgB,CAAA;IAChB,gDAAY,CAAA;IACZ,8DAAmB,CAAA;IACnB,sDAAe,CAAA;IACf,8DAAmB,CAAA;IACnB,wDAAgB,CAAA;IAChB,kDAAa,CAAA;IACb,oDAAc,CAAA;IACd,4DAAkB,CAAA;IAClB,kEAAqB,CAAA;IACrB,8DAAmB,CAAA;IACnB,oEAAsB,CAAA;AAC1B,CAAC,EA5BW,SAAS,KAAT,SAAS,QA4BpB;AAID,MAAM,CAAN,IAAY,+BAoBX;AApBD,WAAY,+BAA+B;IACvC,2GAAmB,CAAA;IACnB,2GAAmB,CAAA;IACnB,2GAAmB,CAAA;IACnB,2GAAmB,CAAA;IACnB,2GAAmB,CAAA;IACnB,2GAAmB,CAAA;IACnB,2GAAmB,CAAA;IACnB,2GAAmB,CAAA;IACnB,uHAAyB,CAAA;IACzB,6GAAoB,CAAA;IACpB,kHAAuB,CAAA;IACvB,wGAAkB,CAAA;IAClB,sGAAiB,CAAA;IACjB,oGAAgB,CAAA;IAChB,sGAAiB,CAAA;IACjB,sGAAiB,CAAA;IACjB,sGAAiB,CAAA;IACjB,0FAAW,CAAA;IACX,wGAAkB,CAAA;AACtB,CAAC,EApBW,+BAA+B,KAA/B,+BAA+B,QAoB1C;AAID,MAAM,CAAN,IAAY,cAIX;AAJD,WAAY,cAAc;IACtB,+DAAc,CAAA;IACd,2EAAoB,CAAA;IACpB,qEAAiB,CAAA;AACrB,CAAC,EAJW,cAAc,KAAd,cAAc,QAIzB;AAID,MAAM,CAAN,IAAY,eAQX;AARD,WAAY,eAAe;IACvB,mDAAO,CAAA;IACP,qEAAgB,CAAA;IAChB,mDAAO,CAAA;IACP,qEAAgB,CAAA;IAChB,uDAAS,CAAA;IACT,yEAAkB,CAAA;IAClB,qDAAQ,CAAA;AACZ,CAAC,EARW,eAAe,KAAf,eAAe,QAQ1B;AAID,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACpB,iDAAS,CAAA;IACT,mDAAU,CAAA;AACd,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB;AAID,MAAM,CAAN,IAAY,cAIX;AAJD,WAAY,cAAc;IACtB,2DAAY,CAAA;IACZ,mDAAQ,CAAA;IACR,yDAAW,CAAA;AACf,CAAC,EAJW,cAAc,KAAd,cAAc,QAIzB;AAID,MAAM,CAAN,IAAY,8BAIX;AAJD,WAAY,8BAA8B;IACtC,+FAAc,CAAA;IACd,2GAAoB,CAAA;IACpB,qGAAiB,CAAA;AACrB,CAAC,EAJW,8BAA8B,KAA9B,8BAA8B,QAIzC;AAID,MAAM,CAAN,IAAY,aASX;AATD,WAAY,aAAa;IACrB,iFAAwB,CAAA;IACxB,mDAAS,CAAA;IACT,2DAAa,CAAA;IACb,6DAAc,CAAA;IACd,iDAAQ,CAAA;IACR,2DAAa,CAAA;IACb,yDAAY,CAAA;IACZ,mDAAS,CAAA;AACb,CAAC,EATW,aAAa,KAAb,aAAa,QASxB;AAID,MAAM,CAAN,IAAY,QAoCX;AApCD,WAAY,QAAQ;IAChB,iEAAqB,CAAA;IACrB,2EAA0B,CAAA;IAC1B,+CAAY,CAAA;IACZ,6DAAmB,CAAA;IACnB,uDAAgB,CAAA;IAChB,2DAAkB,CAAA;IAClB,mEAAsB,CAAA;IACtB,mGAAsC,CAAA;IACtC,yDAAiB,CAAA;IACjB,iEAAqB,CAAA;IACrB,4CAAW,CAAA;IACX,oDAAe,CAAA;IACf,wCAAS,CAAA;IACT,4CAAW,CAAA;IACX,0CAAU,CAAA;IACV,0DAAkB,CAAA;IAClB,wDAAiB,CAAA;IACjB,0CAAU,CAAA;IACV,8CAAY,CAAA;IACZ,4CAAW,CAAA;IACX,kFAA8B,CAAA;IAC9B,wCAAS,CAAA;IACT,4DAAmB,CAAA;IACnB,sDAAgB,CAAA;IAChB,0CAAU,CAAA;IACV,wDAAiB,CAAA;IACjB,gEAAqB,CAAA;IACrB,gFAA6B,CAAA;IAC7B,4DAAmB,CAAA;IACnB,wCAAS,CAAA;IACT,sCAAQ,CAAA;IACR,sEAAwB,CAAA;IACxB,sDAAgB,CAAA;IAChB,0DAAkB,CAAA;IAClB,oEAAuB,CAAA;AAC3B,CAAC,EApCW,QAAQ,KAAR,QAAQ,QAoCnB;AAID,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACvB,iEAAc,CAAA;IACd,qDAAQ,CAAA;AACZ,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAID,MAAM,CAAN,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAChC,uEAAQ,CAAA;IACR,uEAAQ,CAAA;AACZ,CAAC,EAHW,wBAAwB,KAAxB,wBAAwB,QAGnC;AAID,MAAM,CAAN,IAAY,UAIX;AAJD,WAAY,UAAU;IAClB,iDAAW,CAAA;IACX,2CAAQ,CAAA;IACR,+CAAU,CAAA;AACd,CAAC,EAJW,UAAU,KAAV,UAAU,QAIrB;AAID,MAAM,CAAN,IAAY,gBAMX;AAND,WAAY,gBAAgB;IACxB,6DAAW,CAAA;IACX,yEAAiB,CAAA;IACjB,iEAAa,CAAA;IACb,uEAAgB,CAAA;IAChB,+DAAY,CAAA;AAChB,CAAC,EANW,gBAAgB,KAAhB,gBAAgB,QAM3B;AAID,MAAM,CAAN,IAAY,WAUX;AAVD,WAAY,WAAW;IACnB,mDAAW,CAAA;IACX,uDAAa,CAAA;IACb,yDAAc,CAAA;IACd,yDAAc,CAAA;IACd,yDAAc,CAAA;IACd,yDAAc,CAAA;IACd,yDAAc,CAAA;IACd,yDAAc,CAAA;IACd,yDAAc,CAAA;AAClB,CAAC,EAVW,WAAW,KAAX,WAAW,QAUtB;AAID,MAAM,CAAN,IAAY,sBAMX;AAND,WAAY,sBAAsB;IAC9B,yFAAmB,CAAA;IACnB,+EAAc,CAAA;IACd,+FAAsB,CAAA;IACtB,uEAAU,CAAA;IACV,qFAAiB,CAAA;AACrB,CAAC,EANW,sBAAsB,KAAtB,sBAAsB,QAMjC;AAID,MAAM,CAAN,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,mDAAW,CAAA;IACX,2CAAO,CAAA;IACP,yCAAM,CAAA;AACV,CAAC,EAJW,WAAW,KAAX,WAAW,QAItB;AAID,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC1B,qEAAa,CAAA;IACb,mEAAY,CAAA;AAChB,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B;AAID,MAAM,CAAN,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAChC,qEAAO,CAAA;IACP,qFAAe,CAAA;AACnB,CAAC,EAHW,wBAAwB,KAAxB,wBAAwB,QAGnC"}
|
package/lg.net.leavittlink.ts
CHANGED
|
@@ -5,14 +5,50 @@
|
|
|
5
5
|
// ----------------------
|
|
6
6
|
import { IDatabaseAttachment } from './lg.net.system'
|
|
7
7
|
|
|
8
|
-
export interface
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
export interface VertaforeAutoLookup {
|
|
9
|
+
AirBagRear: boolean;
|
|
10
|
+
Alarm: boolean;
|
|
11
|
+
AntilockBrakes: boolean;
|
|
12
|
+
AntilockBrakes4Wheels: boolean;
|
|
13
|
+
AntiTheftDevice: boolean;
|
|
14
|
+
AutomaticSeatbelts: boolean;
|
|
15
|
+
BodyType: string | null;
|
|
16
|
+
CostNewCollSym: string | null;
|
|
17
|
+
CostNewCompSym: string | null;
|
|
18
|
+
CountryWidePerformance: string | null;
|
|
19
|
+
Cylinders: number;
|
|
20
|
+
DaytimeRunningLights: boolean;
|
|
21
|
+
EngineDisplacementCubicInches: number;
|
|
22
|
+
EngineSize: string | null;
|
|
23
|
+
EngineType: string | null;
|
|
24
|
+
FourWheelDrive: string | null;
|
|
25
|
+
FullModelName: string | null;
|
|
26
|
+
GVWWildCard: number;
|
|
27
|
+
ISOCollSym: string | null;
|
|
28
|
+
ISOCompSym: string | null;
|
|
29
|
+
ISOLiabilitySymbol: string | null;
|
|
30
|
+
ISOMedicalSymbol: string | null;
|
|
31
|
+
ISOPerformanceCd: string | null;
|
|
32
|
+
IsoSymbol: string | null;
|
|
33
|
+
Key: string | null;
|
|
34
|
+
ModelYear: string | null;
|
|
35
|
+
NumericSymbol: string | null;
|
|
36
|
+
PassiveAntiTheftDevice: boolean;
|
|
37
|
+
PassiveRestraintDriver: boolean;
|
|
38
|
+
PassiveRestraintPassenger: boolean;
|
|
39
|
+
Performance: string | null;
|
|
40
|
+
PLRMake: string | null;
|
|
41
|
+
PriceNewSym: string | null;
|
|
42
|
+
SideAirBags: boolean;
|
|
43
|
+
VehEngine: string | null;
|
|
44
|
+
VehId: string | null;
|
|
45
|
+
VehMake: string | null;
|
|
46
|
+
VehModel: string | null;
|
|
47
|
+
VehSymbol: string | null;
|
|
48
|
+
VehType: string | null;
|
|
49
|
+
VehVIN: string | null;
|
|
50
|
+
VINMasterVINPrefix: string | null;
|
|
51
|
+
VINPrefix: string | null;
|
|
16
52
|
}
|
|
17
53
|
|
|
18
54
|
export interface AutoAccident {
|
|
@@ -436,6 +472,7 @@ export interface Rater {
|
|
|
436
472
|
CompanyId: number;
|
|
437
473
|
Id: number;
|
|
438
474
|
IsActive: boolean;
|
|
475
|
+
IsDefault: boolean;
|
|
439
476
|
Name: string | null;
|
|
440
477
|
QuoteRequests: Array<Partial<QuoteRequest>> | null;
|
|
441
478
|
RicochetCampaignId: number | null;
|
|
@@ -459,14 +496,6 @@ export interface RaterCompanyMarkAttachment extends IDatabaseAttachment {
|
|
|
459
496
|
Company: Partial<RaterCompany> | null;
|
|
460
497
|
}
|
|
461
498
|
|
|
462
|
-
export enum LineOfBusiness {
|
|
463
|
-
HOMEOWNERS = 1,
|
|
464
|
-
PERSONAL_PACKAGE = 2,
|
|
465
|
-
PERSONAL_AUTO = 3
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
export type LineOfBusinessString = keyof typeof LineOfBusiness;
|
|
469
|
-
|
|
470
499
|
export enum AutoAccidentType {
|
|
471
500
|
Speeding = 0,
|
|
472
501
|
DWI = 1,
|
|
@@ -636,6 +665,14 @@ export enum PersonalPropertyLastPageVisited {
|
|
|
636
665
|
|
|
637
666
|
export type PersonalPropertyLastPageVisitedString = keyof typeof PersonalPropertyLastPageVisited;
|
|
638
667
|
|
|
668
|
+
export enum LineOfBusiness {
|
|
669
|
+
HOMEOWNERS = 1,
|
|
670
|
+
PERSONAL_PACKAGE = 2,
|
|
671
|
+
PERSONAL_AUTO = 3
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
export type LineOfBusinessString = keyof typeof LineOfBusiness;
|
|
675
|
+
|
|
639
676
|
export enum NumberOfStories {
|
|
640
677
|
One = 0,
|
|
641
678
|
OnePointFive = 1,
|