@leavittsoftware/lg-core-typescript 2.49.0 → 2.50.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 +41 -1
- package/package.json +1 -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":"AAkjCA,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,6 +4,7 @@
|
|
|
4
4
|
// </auto-generated>
|
|
5
5
|
// ----------------------
|
|
6
6
|
import { IDatabaseAttachment } from './lg.net.system'
|
|
7
|
+
import { LifeQuoteRequestStatusString,ProductTypeString,GenderTypeString,HealthRatingTypeString,TobaccoTypeString } from './lg.net.leavittlink'
|
|
7
8
|
import { ApplicationToApplicationTag,Person,PermissionToApplication,EmploymentTypeString,CompanyAddress,JobRole,SignatureValue,SignatureTemplateToCompany,DocumentType,Document,ServiceToChampion,ServiceToCompany,ConnectedStatusString,Company,CompanyLogo,CompanyOwnership,CLGameScoreboardToPlayerGroup,CLGamePrize } from './lg.net.core'
|
|
8
9
|
|
|
9
10
|
export interface FruitHolderDto {
|
|
@@ -379,7 +380,6 @@ export interface LifeGettingStartedStepOneDto {
|
|
|
379
380
|
LifeQuoteRequestId: number | null;
|
|
380
381
|
RaterUniqueId: string | null;
|
|
381
382
|
RecaptchaUserResponse: string | null;
|
|
382
|
-
ReferringUrl: string | null;
|
|
383
383
|
}
|
|
384
384
|
|
|
385
385
|
export interface LifeGettingStartedStepTwoDto {
|
|
@@ -391,6 +391,46 @@ export interface LifeGettingStartedStepTwoDto {
|
|
|
391
391
|
ZipCode: string | null;
|
|
392
392
|
}
|
|
393
393
|
|
|
394
|
+
export interface LifeLastPageVisitedDto {
|
|
395
|
+
LastPageVisited: LifeQuoteRequestStatusString;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
export interface LifePreferredInsuranceDto {
|
|
399
|
+
CoverageAmount: Partial<number>;
|
|
400
|
+
ProductType: ProductTypeString;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
export interface LifeSelectQuoteDto {
|
|
404
|
+
QuoteId: number;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
export interface LifeWidgetFulfillDto {
|
|
408
|
+
City: string | null;
|
|
409
|
+
CoverageAmount: Partial<number>;
|
|
410
|
+
DateOfBirth: string;
|
|
411
|
+
EmailAddress: string | null;
|
|
412
|
+
FirstName: string | null;
|
|
413
|
+
Gender: GenderTypeString | null;
|
|
414
|
+
HealthRating: HealthRatingTypeString;
|
|
415
|
+
LastName: string | null;
|
|
416
|
+
LifeQuoteRequestId: number | null;
|
|
417
|
+
MacuWealthManager: string | null;
|
|
418
|
+
MacuWealthManagerEmail: string | null;
|
|
419
|
+
PhoneNumber: string | null;
|
|
420
|
+
ProductType: ProductTypeString;
|
|
421
|
+
RaterUniqueId: string | null;
|
|
422
|
+
State: string | null;
|
|
423
|
+
Street1: string | null;
|
|
424
|
+
Tobacco: TobaccoTypeString;
|
|
425
|
+
ZipCode: string | null;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export interface LifeYourHealthDto {
|
|
429
|
+
Gender: GenderTypeString;
|
|
430
|
+
HealthRating: HealthRatingTypeString;
|
|
431
|
+
Tobacco: TobaccoTypeString;
|
|
432
|
+
}
|
|
433
|
+
|
|
394
434
|
export interface CampaignSummaryDto {
|
|
395
435
|
Attempted: number;
|
|
396
436
|
Completed: number;
|