@leavittsoftware/lg-core-typescript 2.50.0 → 2.53.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":"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"}
1
+ {"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AAgnCA,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,8 +4,8 @@
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'
8
- import { ApplicationToApplicationTag,Person,PermissionToApplication,EmploymentTypeString,CompanyAddress,JobRole,SignatureValue,SignatureTemplateToCompany,DocumentType,Document,ServiceToChampion,ServiceToCompany,ConnectedStatusString,Company,CompanyLogo,CompanyOwnership,CLGameScoreboardToPlayerGroup,CLGamePrize } from './lg.net.core'
7
+ import { LifeQuoteRequestStatusString,GenderTypeString,ProductTypeString,TobaccoTypeString,HealthRatingTypeString } from './lg.net.leavittlink'
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 {
11
11
  FirstName: string | null;
@@ -14,6 +14,14 @@ export interface FruitHolderDto {
14
14
  PersonId: number;
15
15
  }
16
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
+
17
25
  export interface CrmCarrierDto {
18
26
  CarrierId: number;
19
27
  CarrierName: string | null;
@@ -397,7 +405,9 @@ export interface LifeLastPageVisitedDto {
397
405
 
398
406
  export interface LifePreferredInsuranceDto {
399
407
  CoverageAmount: Partial<number>;
408
+ Gender: GenderTypeString;
400
409
  ProductType: ProductTypeString;
410
+ Tobacco: TobaccoTypeString;
401
411
  }
402
412
 
403
413
  export interface LifeSelectQuoteDto {
@@ -426,9 +436,7 @@ export interface LifeWidgetFulfillDto {
426
436
  }
427
437
 
428
438
  export interface LifeYourHealthDto {
429
- Gender: GenderTypeString;
430
439
  HealthRating: HealthRatingTypeString;
431
- Tobacco: TobaccoTypeString;
432
440
  }
433
441
 
434
442
  export interface CampaignSummaryDto {
@@ -985,10 +993,59 @@ export interface UpsertCompanyOwnershipDto {
985
993
  CompanyOwnerships: Array<Partial<CompanyOwnership>> | null;
986
994
  }
987
995
 
996
+ export interface CLGameAuditBreakdownCommissionDto {
997
+ Amount: Partial<number>;
998
+ Date: string | null;
999
+ Id: number;
1000
+ LastModifiedDate: string | null;
1001
+ LineOfCoverage: string | null;
1002
+ Name: string | null;
1003
+ }
1004
+
1005
+ export interface CLGameAuditBreakdownDto {
1006
+ AmountsMatch: boolean;
1007
+ CLGamePoint: Partial<CLGamePoint> | null;
1008
+ CrmCommission: Partial<CLGameAuditBreakdownCommissionDto> | null;
1009
+ DatesMatch: boolean;
1010
+ IsCrmCommissionDeleted: boolean;
1011
+ IsPointCreatedByAdmin: boolean;
1012
+ SortDate: string | null;
1013
+ }
1014
+
1015
+ export interface CLGameAuditBreakdownsBySegmentDto {
1016
+ Breakdowns: Array<Partial<CLGameAuditBreakdownDto>> | null;
1017
+ CrmTotal: Partial<number>;
1018
+ GameTotal: Partial<number>;
1019
+ IsAfterGame: boolean;
1020
+ IsBeforeGame: boolean;
1021
+ Segment: Partial<CLGameSegment> | null;
1022
+ SegmentId: number | null;
1023
+ }
1024
+
1025
+ export interface CLGameAuditSummaryDto {
1026
+ Difference: Partial<number>;
1027
+ FirstName: string | null;
1028
+ IsEditedByAdmin: boolean;
1029
+ LastName: string | null;
1030
+ PersonId: number;
1031
+ TotalCLPoints: Partial<number>;
1032
+ TotalCRMPoints: Partial<number>;
1033
+ }
1034
+
988
1035
  export interface CLGameDivisionReorderDto {
989
1036
  Divisions: Array<Partial<SequenceDto>> | null;
990
1037
  }
991
1038
 
1039
+ export interface CLGamePrizePayoutDto {
1040
+ EmailAddress: string | null;
1041
+ FirstName: string | null;
1042
+ GrandPrizeName: string | null;
1043
+ LastName: string | null;
1044
+ PersonId: number;
1045
+ PrizeAmount: Partial<number> | null;
1046
+ Rank: number;
1047
+ }
1048
+
992
1049
  export interface CLGameVideoReorderDto {
993
1050
  Videos: Array<Partial<SequenceDto>> | null;
994
1051
  }
@@ -997,6 +1054,10 @@ export interface ReorderCLGameCarouselSlideAttachmentDto {
997
1054
  CLGameCarouselSlideAttachments: Array<Partial<SequenceDto>> | null;
998
1055
  }
999
1056
 
1057
+ export interface ReorderCLGameScoreboardDto {
1058
+ CLGameScoreboards: Array<Partial<SequenceDto>> | null;
1059
+ }
1060
+
1000
1061
  export interface CLGameBreakdownDto {
1001
1062
  Divisions: Array<Partial<CLGameDivisionBreakdownDto>> | null;
1002
1063
  }
@@ -1009,6 +1070,7 @@ export interface CLGameDivisionBreakdownDto {
1009
1070
  }
1010
1071
 
1011
1072
  export interface CLGamePlayerBreakdownDto {
1073
+ EmailAddress: string | null;
1012
1074
  FirstName: string | null;
1013
1075
  GrandPrizeName: string | null;
1014
1076
  IsTeamCaptain: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.50.0",
3
+ "version": "2.53.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [