@leavittsoftware/lg-core-typescript 2.66.0 → 2.67.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 +31 -29
- 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":"AA2wCA,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
|
@@ -337,20 +337,6 @@ export interface CarrierLoginDto {
|
|
|
337
337
|
Username: string | null;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
-
export interface BopQuoteDto {
|
|
341
|
-
BusinessStartYear: number;
|
|
342
|
-
City: string | null;
|
|
343
|
-
ClassName: string | null;
|
|
344
|
-
IsTest: boolean;
|
|
345
|
-
Name: string | null;
|
|
346
|
-
PhoneNumber: string | null;
|
|
347
|
-
RecaptchaUserResponse: string | null;
|
|
348
|
-
SpectrumClassCode: string | null;
|
|
349
|
-
State: string | null;
|
|
350
|
-
Street1: string | null;
|
|
351
|
-
Zip: string | null;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
340
|
export interface HartfordEmailQuoteDto {
|
|
355
341
|
CallUsPhoneNumber: string | null;
|
|
356
342
|
EmailAddress: string | null;
|
|
@@ -380,21 +366,6 @@ export interface AnswerSetDto {
|
|
|
380
366
|
SpectrumCode: string | null;
|
|
381
367
|
}
|
|
382
368
|
|
|
383
|
-
export interface WorkersCompQuoteDto {
|
|
384
|
-
BusinessStartYear: number;
|
|
385
|
-
City: string | null;
|
|
386
|
-
IsTest: boolean;
|
|
387
|
-
Name: string | null;
|
|
388
|
-
NumberOfEmployees: number;
|
|
389
|
-
PhoneNumber: string | null;
|
|
390
|
-
RecaptchaUserResponse: string | null;
|
|
391
|
-
SpectrumClassCode: string | null;
|
|
392
|
-
State: string | null;
|
|
393
|
-
Street1: string | null;
|
|
394
|
-
TotalEmployeePayroll: Partial<number>;
|
|
395
|
-
Zip: string | null;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
369
|
export interface VertaforeLimitsDto {
|
|
399
370
|
Values: Array<string> | null;
|
|
400
371
|
}
|
|
@@ -556,6 +527,21 @@ export interface WidgetLifeRaterUpsertDto {
|
|
|
556
527
|
ShowWealthManagementFields: boolean;
|
|
557
528
|
}
|
|
558
529
|
|
|
530
|
+
export interface BopQuoteDto {
|
|
531
|
+
BusinessStartYear: number;
|
|
532
|
+
City: string | null;
|
|
533
|
+
ClassName: string | null;
|
|
534
|
+
IsTest: boolean;
|
|
535
|
+
Name: string | null;
|
|
536
|
+
PhoneNumber: string | null;
|
|
537
|
+
RaterUniqueId: string | null;
|
|
538
|
+
RecaptchaUserResponse: string | null;
|
|
539
|
+
SpectrumClassCode: string | null;
|
|
540
|
+
State: string | null;
|
|
541
|
+
Street1: string | null;
|
|
542
|
+
Zip: string | null;
|
|
543
|
+
}
|
|
544
|
+
|
|
559
545
|
export interface CampaignSummaryDto {
|
|
560
546
|
Attempted: number;
|
|
561
547
|
Completed: number;
|
|
@@ -590,6 +576,22 @@ export interface SmallBusinessSummaryDto {
|
|
|
590
576
|
WcQuotesWithError: number;
|
|
591
577
|
}
|
|
592
578
|
|
|
579
|
+
export interface WorkersCompQuoteDto {
|
|
580
|
+
BusinessStartYear: number;
|
|
581
|
+
City: string | null;
|
|
582
|
+
IsTest: boolean;
|
|
583
|
+
Name: string | null;
|
|
584
|
+
NumberOfEmployees: number;
|
|
585
|
+
PhoneNumber: string | null;
|
|
586
|
+
RaterUniqueId: string | null;
|
|
587
|
+
RecaptchaUserResponse: string | null;
|
|
588
|
+
SpectrumClassCode: string | null;
|
|
589
|
+
State: string | null;
|
|
590
|
+
Street1: string | null;
|
|
591
|
+
TotalEmployeePayroll: Partial<number>;
|
|
592
|
+
Zip: string | null;
|
|
593
|
+
}
|
|
594
|
+
|
|
593
595
|
export interface SequenceDto {
|
|
594
596
|
Id: number;
|
|
595
597
|
Sequence: number;
|