@leavittsoftware/lg-core-typescript 2.48.0 → 2.51.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.
@@ -1 +1 @@
1
- {"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AAkgCA,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"}
1
+ {"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AA0jCA,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"}
@@ -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 {
@@ -13,6 +14,14 @@ export interface FruitHolderDto {
13
14
  PersonId: number;
14
15
  }
15
16
 
17
+ export interface SurgeCarouselSlideAttachmentReorderDto {
18
+ SurgeCarouselSlideAttachments: Array<Partial<SequenceDto>> | null;
19
+ }
20
+
21
+ export interface SurgeScoreboardReorderDto {
22
+ SurgeScoreboards: Array<Partial<SequenceDto>> | null;
23
+ }
24
+
16
25
  export interface CrmCarrierDto {
17
26
  CarrierId: number;
18
27
  CarrierName: string | null;
@@ -334,6 +343,14 @@ export interface HartfordEmailQuoteDto {
334
343
  RecaptchaUserResponse: string | null;
335
344
  }
336
345
 
346
+ export interface IxnLifeCarrierDto {
347
+ Id: number;
348
+ Large: string | null;
349
+ Medium: string | null;
350
+ Name: string | null;
351
+ Small: string | null;
352
+ }
353
+
337
354
  export interface SpectrumDto {
338
355
  AnswerSet: Array<Partial<AnswerSetDto>> | null;
339
356
  ClassName: string | null;
@@ -371,7 +388,6 @@ export interface LifeGettingStartedStepOneDto {
371
388
  LifeQuoteRequestId: number | null;
372
389
  RaterUniqueId: string | null;
373
390
  RecaptchaUserResponse: string | null;
374
- ReferringUrl: string | null;
375
391
  }
376
392
 
377
393
  export interface LifeGettingStartedStepTwoDto {
@@ -383,6 +399,46 @@ export interface LifeGettingStartedStepTwoDto {
383
399
  ZipCode: string | null;
384
400
  }
385
401
 
402
+ export interface LifeLastPageVisitedDto {
403
+ LastPageVisited: LifeQuoteRequestStatusString;
404
+ }
405
+
406
+ export interface LifePreferredInsuranceDto {
407
+ CoverageAmount: Partial<number>;
408
+ ProductType: ProductTypeString;
409
+ }
410
+
411
+ export interface LifeSelectQuoteDto {
412
+ QuoteId: number;
413
+ }
414
+
415
+ export interface LifeWidgetFulfillDto {
416
+ City: string | null;
417
+ CoverageAmount: Partial<number>;
418
+ DateOfBirth: string;
419
+ EmailAddress: string | null;
420
+ FirstName: string | null;
421
+ Gender: GenderTypeString | null;
422
+ HealthRating: HealthRatingTypeString;
423
+ LastName: string | null;
424
+ LifeQuoteRequestId: number | null;
425
+ MacuWealthManager: string | null;
426
+ MacuWealthManagerEmail: string | null;
427
+ PhoneNumber: string | null;
428
+ ProductType: ProductTypeString;
429
+ RaterUniqueId: string | null;
430
+ State: string | null;
431
+ Street1: string | null;
432
+ Tobacco: TobaccoTypeString;
433
+ ZipCode: string | null;
434
+ }
435
+
436
+ export interface LifeYourHealthDto {
437
+ Gender: GenderTypeString;
438
+ HealthRating: HealthRatingTypeString;
439
+ Tobacco: TobaccoTypeString;
440
+ }
441
+
386
442
  export interface CampaignSummaryDto {
387
443
  Attempted: number;
388
444
  Completed: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.48.0",
3
+ "version": "2.51.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [