@leavittsoftware/lg-core-typescript 2.62.0 → 2.65.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 +57 -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":"AA4vCA,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 { LastPageVisitedString,LifeQuoteRequestStatusString,GenderTypeString,ProductTypeString,TobaccoTypeString,HealthRatingTypeString } from './lg.net.leavittlink'
|
|
7
|
+
import { LastPageVisitedString,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 {
|
|
@@ -121,6 +121,10 @@ export interface PLGameDivisionReorderDto {
|
|
|
121
121
|
Divisions: Array<Partial<SequenceDto>> | null;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
+
export interface PLGameVideoReorderDto {
|
|
125
|
+
Videos: Array<Partial<SequenceDto>> | null;
|
|
126
|
+
}
|
|
127
|
+
|
|
124
128
|
export interface PLGameBreakdownDto {
|
|
125
129
|
Divisions: Array<Partial<PLGameDivisionBreakdownDto>> | null;
|
|
126
130
|
}
|
|
@@ -325,6 +329,14 @@ export interface NaicsSummaryDto {
|
|
|
325
329
|
TotalPremiums: number;
|
|
326
330
|
}
|
|
327
331
|
|
|
332
|
+
export interface CarrierLoginDto {
|
|
333
|
+
AgencyCode: string | null;
|
|
334
|
+
CarrierId: number;
|
|
335
|
+
Id: number | null;
|
|
336
|
+
Password: string | null;
|
|
337
|
+
Username: string | null;
|
|
338
|
+
}
|
|
339
|
+
|
|
328
340
|
export interface BopQuoteDto {
|
|
329
341
|
BusinessStartYear: number;
|
|
330
342
|
City: string | null;
|
|
@@ -407,6 +419,33 @@ export interface PersonalPropertyLastPageVisitedDto {
|
|
|
407
419
|
LastPageVisited: LastPageVisitedString;
|
|
408
420
|
}
|
|
409
421
|
|
|
422
|
+
export interface PersonalPropertyRaterToCarrierUpsertDto {
|
|
423
|
+
CarrierLoginId: number;
|
|
424
|
+
CompanyUnitKey: number;
|
|
425
|
+
LineOfBusiness: PersonalPropertyLineOfBusinessString;
|
|
426
|
+
State: string | null;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
export interface PersonalPropertyRaterUpsertDto {
|
|
430
|
+
AdobeAnalyticUrl: string | null;
|
|
431
|
+
AppAccentColor: string | null;
|
|
432
|
+
AppPrimaryColor: string | null;
|
|
433
|
+
AppSecondaryColor: string | null;
|
|
434
|
+
Carriers: Array<Partial<PersonalPropertyRaterToCarrierUpsertDto>> | null;
|
|
435
|
+
CompanyId: number;
|
|
436
|
+
Disclaimer: string | null;
|
|
437
|
+
EloquaCampaign: string | null;
|
|
438
|
+
EnableBundling: boolean;
|
|
439
|
+
FooterEmailAddress: string | null;
|
|
440
|
+
Id: number | null;
|
|
441
|
+
IsActive: boolean;
|
|
442
|
+
Name: string | null;
|
|
443
|
+
Phone: string | null;
|
|
444
|
+
RicochetCampaignId: number | null;
|
|
445
|
+
SiteSeed: PersonalPropertySiteSeedString;
|
|
446
|
+
ToolbarTitle: string | null;
|
|
447
|
+
}
|
|
448
|
+
|
|
410
449
|
export interface LifeGettingStartedStepOneDto {
|
|
411
450
|
DateOfBirth: string;
|
|
412
451
|
FirstName: string | null;
|
|
@@ -511,6 +550,23 @@ export interface CampaignSummaryDto {
|
|
|
511
550
|
Name: string | null;
|
|
512
551
|
}
|
|
513
552
|
|
|
553
|
+
export interface HartfordRaterUpsertDto {
|
|
554
|
+
AdobeAnalyticUrl: string | null;
|
|
555
|
+
AppAccentColor: string | null;
|
|
556
|
+
AppPrimaryColor: string | null;
|
|
557
|
+
AppSecondaryColor: string | null;
|
|
558
|
+
Carriers: Array<Partial<LifeRaterToCarrierUpsertDto>> | null;
|
|
559
|
+
CompanyId: number;
|
|
560
|
+
Disclaimer: string | null;
|
|
561
|
+
FooterEmailAddress: string | null;
|
|
562
|
+
Id: number | null;
|
|
563
|
+
IsActive: boolean;
|
|
564
|
+
Name: string | null;
|
|
565
|
+
Phone: string | null;
|
|
566
|
+
RicochetCampaignId: number | null;
|
|
567
|
+
ToolbarTitle: string | null;
|
|
568
|
+
}
|
|
569
|
+
|
|
514
570
|
export interface SmallBusinessSummaryDto {
|
|
515
571
|
BopQuotes: number;
|
|
516
572
|
BopQuotesWithError: number;
|