@leavittsoftware/lg-core-typescript 2.53.1 → 2.54.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 +37 -0
- 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":"AAqpCA,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
|
@@ -410,6 +410,28 @@ export interface LifePreferredInsuranceDto {
|
|
|
410
410
|
Tobacco: TobaccoTypeString;
|
|
411
411
|
}
|
|
412
412
|
|
|
413
|
+
export interface LifeRaterToCarrierUpsertDto {
|
|
414
|
+
CarrierId: number;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
export interface LifeRaterUpsertDto {
|
|
418
|
+
AppAccentColor: string | null;
|
|
419
|
+
AppPrimaryColor: string | null;
|
|
420
|
+
AppSecondaryColor: string | null;
|
|
421
|
+
Carriers: Array<Partial<LifeRaterToCarrierUpsertDto>> | null;
|
|
422
|
+
CompanyId: number;
|
|
423
|
+
Disclaimer: string | null;
|
|
424
|
+
EloquaCampaign: string | null;
|
|
425
|
+
EnableTawkChat: boolean;
|
|
426
|
+
FooterEmailAddress: string | null;
|
|
427
|
+
Id: number | null;
|
|
428
|
+
IsActive: boolean;
|
|
429
|
+
Phone: string | null;
|
|
430
|
+
RicochetCampaignEndpoint: number | null;
|
|
431
|
+
TawkChatId: string | null;
|
|
432
|
+
ToolbarTitle: string | null;
|
|
433
|
+
}
|
|
434
|
+
|
|
413
435
|
export interface LifeSelectQuoteDto {
|
|
414
436
|
QuoteId: number;
|
|
415
437
|
}
|
|
@@ -439,6 +461,21 @@ export interface LifeYourHealthDto {
|
|
|
439
461
|
HealthRating: HealthRatingTypeString;
|
|
440
462
|
}
|
|
441
463
|
|
|
464
|
+
export interface WidgetLifeRaterUpsertDto {
|
|
465
|
+
AppPrimaryColor: string | null;
|
|
466
|
+
AppSecondaryColor: string | null;
|
|
467
|
+
Carriers: Array<Partial<LifeRaterToCarrierUpsertDto>> | null;
|
|
468
|
+
CompanyId: number;
|
|
469
|
+
EloquaCampaign: string | null;
|
|
470
|
+
FooterEmailAddress: string | null;
|
|
471
|
+
HeaderText: string | null;
|
|
472
|
+
Id: number | null;
|
|
473
|
+
IsActive: boolean;
|
|
474
|
+
Phone: string | null;
|
|
475
|
+
RicochetCampaignEndpoint: number | null;
|
|
476
|
+
ShowWealthManagementFields: boolean;
|
|
477
|
+
}
|
|
478
|
+
|
|
442
479
|
export interface CampaignSummaryDto {
|
|
443
480
|
Attempted: number;
|
|
444
481
|
Completed: number;
|