@leavittsoftware/lg-core-typescript 4.94.0 → 4.95.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/lg.net.leavittlink.js +23 -12
- package/lg.net.leavittlink.js.map +1 -1
- package/lg.net.leavittlink.ts +66 -26
- package/package.json +1 -1
package/lg.net.leavittlink.js
CHANGED
|
@@ -7,6 +7,18 @@ export var AutoAccidentType;
|
|
|
7
7
|
AutoAccidentType[AutoAccidentType["OtherMinorViolation"] = 4] = "OtherMinorViolation";
|
|
8
8
|
AutoAccidentType[AutoAccidentType["OtherMajorViolation"] = 5] = "OtherMajorViolation";
|
|
9
9
|
})(AutoAccidentType || (AutoAccidentType = {}));
|
|
10
|
+
export var EducationType;
|
|
11
|
+
(function (EducationType) {
|
|
12
|
+
EducationType[EducationType["SOME_HIGH_SCHOOL"] = 0] = "SOME_HIGH_SCHOOL";
|
|
13
|
+
EducationType[EducationType["HIGH_SCHOOL"] = 1] = "HIGH_SCHOOL";
|
|
14
|
+
EducationType[EducationType["SOME_COLLEGE"] = 2] = "SOME_COLLEGE";
|
|
15
|
+
EducationType[EducationType["ASSOCIATES_DEGREE"] = 3] = "ASSOCIATES_DEGREE";
|
|
16
|
+
EducationType[EducationType["BACHELORS_DEGREE"] = 4] = "BACHELORS_DEGREE";
|
|
17
|
+
EducationType[EducationType["MASTERS_DEGREE"] = 5] = "MASTERS_DEGREE";
|
|
18
|
+
EducationType[EducationType["DOCTORATE_DEGREE"] = 6] = "DOCTORATE_DEGREE";
|
|
19
|
+
EducationType[EducationType["GED"] = 7] = "GED";
|
|
20
|
+
EducationType[EducationType["VOCATIONAL_TECHNICAL"] = 8] = "VOCATIONAL_TECHNICAL";
|
|
21
|
+
})(EducationType || (EducationType = {}));
|
|
10
22
|
export var LicenseStatusType;
|
|
11
23
|
(function (LicenseStatusType) {
|
|
12
24
|
LicenseStatusType[LicenseStatusType["Active"] = 0] = "Active";
|
|
@@ -62,18 +74,6 @@ export var ConstructionType;
|
|
|
62
74
|
ConstructionType[ConstructionType["MOBILE_HOME"] = 11] = "MOBILE_HOME";
|
|
63
75
|
ConstructionType[ConstructionType["LOG_HOME"] = 12] = "LOG_HOME";
|
|
64
76
|
})(ConstructionType || (ConstructionType = {}));
|
|
65
|
-
export var EducationType;
|
|
66
|
-
(function (EducationType) {
|
|
67
|
-
EducationType[EducationType["SOME_HIGH_SCHOOL"] = 0] = "SOME_HIGH_SCHOOL";
|
|
68
|
-
EducationType[EducationType["HIGH_SCHOOL"] = 1] = "HIGH_SCHOOL";
|
|
69
|
-
EducationType[EducationType["SOME_COLLEGE"] = 2] = "SOME_COLLEGE";
|
|
70
|
-
EducationType[EducationType["ASSOCIATES_DEGREE"] = 3] = "ASSOCIATES_DEGREE";
|
|
71
|
-
EducationType[EducationType["BACHELORS_DEGREE"] = 4] = "BACHELORS_DEGREE";
|
|
72
|
-
EducationType[EducationType["MASTERS_DEGREE"] = 5] = "MASTERS_DEGREE";
|
|
73
|
-
EducationType[EducationType["DOCTORATE_DEGREE"] = 6] = "DOCTORATE_DEGREE";
|
|
74
|
-
EducationType[EducationType["GED"] = 7] = "GED";
|
|
75
|
-
EducationType[EducationType["VOCATIONAL_TECHNICAL"] = 8] = "VOCATIONAL_TECHNICAL";
|
|
76
|
-
})(EducationType || (EducationType = {}));
|
|
77
77
|
export var FoundationType;
|
|
78
78
|
(function (FoundationType) {
|
|
79
79
|
FoundationType[FoundationType["SLAB"] = 0] = "SLAB";
|
|
@@ -170,12 +170,23 @@ export var OverallQuality;
|
|
|
170
170
|
OverallQuality[OverallQuality["High"] = 1] = "High";
|
|
171
171
|
OverallQuality[OverallQuality["Premium"] = 2] = "Premium";
|
|
172
172
|
})(OverallQuality || (OverallQuality = {}));
|
|
173
|
+
export var PersonalPropertyContactMethod;
|
|
174
|
+
(function (PersonalPropertyContactMethod) {
|
|
175
|
+
PersonalPropertyContactMethod[PersonalPropertyContactMethod["SMS"] = 0] = "SMS";
|
|
176
|
+
PersonalPropertyContactMethod[PersonalPropertyContactMethod["Call"] = 1] = "Call";
|
|
177
|
+
PersonalPropertyContactMethod[PersonalPropertyContactMethod["Email"] = 2] = "Email";
|
|
178
|
+
})(PersonalPropertyContactMethod || (PersonalPropertyContactMethod = {}));
|
|
173
179
|
export var PersonalPropertyLineOfBusiness;
|
|
174
180
|
(function (PersonalPropertyLineOfBusiness) {
|
|
175
181
|
PersonalPropertyLineOfBusiness[PersonalPropertyLineOfBusiness["HOMEOWNERS"] = 1] = "HOMEOWNERS";
|
|
176
182
|
PersonalPropertyLineOfBusiness[PersonalPropertyLineOfBusiness["PERSONAL_PACKAGE"] = 2] = "PERSONAL_PACKAGE";
|
|
177
183
|
PersonalPropertyLineOfBusiness[PersonalPropertyLineOfBusiness["PERSONAL_AUTO"] = 3] = "PERSONAL_AUTO";
|
|
178
184
|
})(PersonalPropertyLineOfBusiness || (PersonalPropertyLineOfBusiness = {}));
|
|
185
|
+
export var PersonalPropertyQuoteType;
|
|
186
|
+
(function (PersonalPropertyQuoteType) {
|
|
187
|
+
PersonalPropertyQuoteType[PersonalPropertyQuoteType["Home"] = 0] = "Home";
|
|
188
|
+
PersonalPropertyQuoteType[PersonalPropertyQuoteType["Car"] = 1] = "Car";
|
|
189
|
+
})(PersonalPropertyQuoteType || (PersonalPropertyQuoteType = {}));
|
|
179
190
|
export var ResidenceType;
|
|
180
191
|
(function (ResidenceType) {
|
|
181
192
|
ResidenceType[ResidenceType["SingleFamilyDwelling"] = 0] = "SingleFamilyDwelling";
|
|
@@ -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":"AA+tBA,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,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,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,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,6BAIX;AAJD,WAAY,6BAA6B;IACrC,+EAAO,CAAA;IACP,iFAAQ,CAAA;IACR,mFAAS,CAAA;AACb,CAAC,EAJW,6BAA6B,KAA7B,6BAA6B,QAIxC;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,yBAGX;AAHD,WAAY,yBAAyB;IACjC,yEAAQ,CAAA;IACR,uEAAO,CAAA;AACX,CAAC,EAHW,yBAAyB,KAAzB,yBAAyB,QAGpC;AAMD,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,uBAUX;AAVD,WAAY,uBAAuB;IAC/B,iFAAc,CAAA;IACd,iFAAc,CAAA;IACd,qFAAgB,CAAA;IAChB,mFAAe,CAAA;IACf,yEAAU,CAAA;IACV,+EAAa,CAAA;IACb,+EAAa,CAAA;IACb,yEAAU,CAAA;IACV,mEAAO,CAAA;AACX,CAAC,EAVW,uBAAuB,KAAvB,uBAAuB,QAUlC;AAID,MAAM,CAAN,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,uDAAO,CAAA;IACP,uEAAe,CAAA;AACnB,CAAC,EAHW,iBAAiB,KAAjB,iBAAiB,QAG5B"}
|
package/lg.net.leavittlink.ts
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
// generated using a custom program
|
|
4
4
|
// </auto-generated>
|
|
5
5
|
// ----------------------
|
|
6
|
+
import { UnionConcat } from './enum-helpers'
|
|
6
7
|
import { IDatabaseAttachment } from './lg.net.system'
|
|
7
8
|
|
|
8
9
|
export interface VertaforeAutoLookup {
|
|
@@ -197,7 +198,7 @@ export interface RicochetLead {
|
|
|
197
198
|
export interface AutoAccident {
|
|
198
199
|
AutoDriver: Partial<AutoDriver> | null;
|
|
199
200
|
AutoDriverId: number;
|
|
200
|
-
Date: string;
|
|
201
|
+
Date: string | null;
|
|
201
202
|
Id: number;
|
|
202
203
|
Type: AutoAccidentTypeString | null;
|
|
203
204
|
}
|
|
@@ -205,19 +206,20 @@ export interface AutoAccident {
|
|
|
205
206
|
export interface AutoDriver {
|
|
206
207
|
AutoAccidents: Array<Partial<AutoAccident>>;
|
|
207
208
|
AutoDriverToAutoVehicles: Array<Partial<AutoDriverToAutoVehicle>>;
|
|
208
|
-
DateOfBirth: string;
|
|
209
|
+
DateOfBirth: string | null;
|
|
210
|
+
EducationLevel: EducationTypeString | null;
|
|
209
211
|
FirstLicensedAge: number | null;
|
|
210
212
|
FirstLicensedDate: string | null;
|
|
211
|
-
FirstName: string;
|
|
212
|
-
Gender: string;
|
|
213
|
+
FirstName: string | null;
|
|
214
|
+
Gender: string | null;
|
|
213
215
|
Id: number;
|
|
214
|
-
LastName: string;
|
|
215
|
-
LicenseState: string;
|
|
216
|
-
LicenseStatus: LicenseStatusTypeString;
|
|
217
|
-
MaritalStatus: MaritalStatusTypeString;
|
|
216
|
+
LastName: string | null;
|
|
217
|
+
LicenseState: string | null;
|
|
218
|
+
LicenseStatus: LicenseStatusTypeString | null;
|
|
219
|
+
MaritalStatus: MaritalStatusTypeString | null;
|
|
218
220
|
PersonalPropertyQuoteRequest: Partial<PersonalPropertyQuoteRequest> | null;
|
|
219
221
|
PersonalPropertyQuoteRequestId: number;
|
|
220
|
-
RelationshipToInsured: RelationshipToInsuredTypeString;
|
|
222
|
+
RelationshipToInsured: RelationshipToInsuredTypeString | null;
|
|
221
223
|
}
|
|
222
224
|
|
|
223
225
|
export interface AutoDriverToAutoVehicle {
|
|
@@ -229,8 +231,8 @@ export interface AutoDriverToAutoVehicle {
|
|
|
229
231
|
}
|
|
230
232
|
|
|
231
233
|
export interface AutoVehicle {
|
|
232
|
-
AcquisitionDate: string;
|
|
233
|
-
AnnualMilesDriven: number;
|
|
234
|
+
AcquisitionDate: string | null;
|
|
235
|
+
AnnualMilesDriven: number | null;
|
|
234
236
|
AutoDriverToAutoVehicles: Array<Partial<AutoDriverToAutoVehicle>>;
|
|
235
237
|
CollisionDeductible: number | null;
|
|
236
238
|
ComprehensiveDeductible: number | null;
|
|
@@ -243,7 +245,8 @@ export interface AutoVehicle {
|
|
|
243
245
|
PrimaryDriverId: number | null;
|
|
244
246
|
TowingCoverageLimit: number | null;
|
|
245
247
|
TransportationExpense: string | null;
|
|
246
|
-
|
|
248
|
+
UninsuredMotoristLimit: number | null;
|
|
249
|
+
VehicleUsage: VehicleUsageTypeString | null;
|
|
247
250
|
VIN: string;
|
|
248
251
|
}
|
|
249
252
|
|
|
@@ -313,6 +316,14 @@ export interface PersonalPropertyCarrierLogo extends IDatabaseAttachment {
|
|
|
313
316
|
CarrierId: number;
|
|
314
317
|
}
|
|
315
318
|
|
|
319
|
+
export interface PersonalPropertyLiabilityLimit {
|
|
320
|
+
AutoInjuryCoverageLimit: number;
|
|
321
|
+
AutoLiabilityCoverageLimit: number;
|
|
322
|
+
Id: number;
|
|
323
|
+
PersonalPropertyQuoteRequest: Partial<PersonalPropertyQuoteRequest> | null;
|
|
324
|
+
PersonalPropertyQuoteRequestId: number;
|
|
325
|
+
}
|
|
326
|
+
|
|
316
327
|
export interface PersonalPropertyQuote {
|
|
317
328
|
Carrier: Partial<PersonalPropertyCarrier> | null;
|
|
318
329
|
CarrierId: number;
|
|
@@ -337,6 +348,8 @@ export interface PersonalPropertyQuoteRequest extends QuoteRequest {
|
|
|
337
348
|
AutoLiabilityCoverageLimit: number | null;
|
|
338
349
|
AutoMonthsInsured: number | null;
|
|
339
350
|
AutoVehicles: Array<Partial<AutoVehicle>>;
|
|
351
|
+
AvailableLiabilityLimits: Array<Partial<PersonalPropertyLiabilityLimit>>;
|
|
352
|
+
AvailableUninsuredLimits: Array<Partial<PersonalPropertyUninsuredLimit>>;
|
|
340
353
|
Baths: Partial<number> | null;
|
|
341
354
|
CarrierErrors: Array<Partial<PersonalPropertyCarrierError>>;
|
|
342
355
|
ClaimsLast5Years: number | null;
|
|
@@ -359,6 +372,7 @@ export interface PersonalPropertyQuoteRequest extends QuoteRequest {
|
|
|
359
372
|
FulfillStartDate: string | null;
|
|
360
373
|
HasAutomaticSprinklers: boolean | null;
|
|
361
374
|
HasBeenFulfilled: boolean;
|
|
375
|
+
HasBeenInsuredInLastFiveYears: boolean | null;
|
|
362
376
|
HasBurglarAlarm: boolean | null;
|
|
363
377
|
HasCats: boolean | null;
|
|
364
378
|
HasDeadBolts: boolean | null;
|
|
@@ -385,8 +399,10 @@ export interface PersonalPropertyQuoteRequest extends QuoteRequest {
|
|
|
385
399
|
PleaseAdviseMe: boolean | null;
|
|
386
400
|
PlRaterLaunchUrl: string | null;
|
|
387
401
|
PlumbingRenovationYear: number | null;
|
|
402
|
+
PreferredContactMethod: PersonalPropertyContactMethodString | null;
|
|
388
403
|
PrimaryHeatType: HeatTypeString | null;
|
|
389
404
|
Quotes: Array<Partial<PersonalPropertyQuote>>;
|
|
405
|
+
QuoteType: PersonalPropertyQuoteTypeString | null;
|
|
390
406
|
ResidenceType: ResidenceTypeString | null;
|
|
391
407
|
RoofRenovationYear: number | null;
|
|
392
408
|
RoofType: RoofTypeString | null;
|
|
@@ -434,6 +450,13 @@ export interface PersonalPropertyRaterToPersonalPropertyCarrier {
|
|
|
434
450
|
State: string;
|
|
435
451
|
}
|
|
436
452
|
|
|
453
|
+
export interface PersonalPropertyUninsuredLimit {
|
|
454
|
+
CombinedLimit: number;
|
|
455
|
+
Id: number;
|
|
456
|
+
PersonalPropertyQuoteRequest: Partial<PersonalPropertyQuoteRequest> | null;
|
|
457
|
+
PersonalPropertyQuoteRequestId: number;
|
|
458
|
+
}
|
|
459
|
+
|
|
437
460
|
export interface LifeCarrier extends Carrier {
|
|
438
461
|
IXNId: number;
|
|
439
462
|
LargeLogoUrl: string | null;
|
|
@@ -721,6 +744,20 @@ export enum AutoAccidentType {
|
|
|
721
744
|
|
|
722
745
|
export type AutoAccidentTypeString = keyof typeof AutoAccidentType;
|
|
723
746
|
|
|
747
|
+
export enum EducationType {
|
|
748
|
+
SOME_HIGH_SCHOOL = 0,
|
|
749
|
+
HIGH_SCHOOL = 1,
|
|
750
|
+
SOME_COLLEGE = 2,
|
|
751
|
+
ASSOCIATES_DEGREE = 3,
|
|
752
|
+
BACHELORS_DEGREE = 4,
|
|
753
|
+
MASTERS_DEGREE = 5,
|
|
754
|
+
DOCTORATE_DEGREE = 6,
|
|
755
|
+
GED = 7,
|
|
756
|
+
VOCATIONAL_TECHNICAL = 8
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
export type EducationTypeString = keyof typeof EducationType;
|
|
760
|
+
|
|
724
761
|
export enum LicenseStatusType {
|
|
725
762
|
Active = 0,
|
|
726
763
|
Canceled = 1,
|
|
@@ -788,20 +825,6 @@ export enum ConstructionType {
|
|
|
788
825
|
|
|
789
826
|
export type ConstructionTypeString = keyof typeof ConstructionType;
|
|
790
827
|
|
|
791
|
-
export enum EducationType {
|
|
792
|
-
SOME_HIGH_SCHOOL = 0,
|
|
793
|
-
HIGH_SCHOOL = 1,
|
|
794
|
-
SOME_COLLEGE = 2,
|
|
795
|
-
ASSOCIATES_DEGREE = 3,
|
|
796
|
-
BACHELORS_DEGREE = 4,
|
|
797
|
-
MASTERS_DEGREE = 5,
|
|
798
|
-
DOCTORATE_DEGREE = 6,
|
|
799
|
-
GED = 7,
|
|
800
|
-
VOCATIONAL_TECHNICAL = 8
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
export type EducationTypeString = keyof typeof EducationType;
|
|
804
|
-
|
|
805
828
|
export enum FoundationType {
|
|
806
829
|
SLAB = 0,
|
|
807
830
|
CRAWL_SPACE = 1,
|
|
@@ -914,6 +937,14 @@ export enum OverallQuality {
|
|
|
914
937
|
|
|
915
938
|
export type OverallQualityString = keyof typeof OverallQuality;
|
|
916
939
|
|
|
940
|
+
export enum PersonalPropertyContactMethod {
|
|
941
|
+
SMS = 0,
|
|
942
|
+
Call = 1,
|
|
943
|
+
Email = 2
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
export type PersonalPropertyContactMethodString = keyof typeof PersonalPropertyContactMethod;
|
|
947
|
+
|
|
917
948
|
export enum PersonalPropertyLineOfBusiness {
|
|
918
949
|
HOMEOWNERS = 1,
|
|
919
950
|
PERSONAL_PACKAGE = 2,
|
|
@@ -922,6 +953,15 @@ export enum PersonalPropertyLineOfBusiness {
|
|
|
922
953
|
|
|
923
954
|
export type PersonalPropertyLineOfBusinessString = keyof typeof PersonalPropertyLineOfBusiness;
|
|
924
955
|
|
|
956
|
+
export enum PersonalPropertyQuoteType {
|
|
957
|
+
Home = 0,
|
|
958
|
+
Car = 1
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
export type PersonalPropertyQuoteTypeDiscrete = 'Car';
|
|
962
|
+
export type PersonalPropertyQuoteTypeNonDiscrete = 'Home';
|
|
963
|
+
export type PersonalPropertyQuoteTypeString = UnionConcat<PersonalPropertyQuoteTypeDiscrete, ", "> | PersonalPropertyQuoteTypeNonDiscrete;
|
|
964
|
+
|
|
925
965
|
export enum ResidenceType {
|
|
926
966
|
SingleFamilyDwelling = 0,
|
|
927
967
|
Condo = 1,
|