@leavittsoftware/lg-core-typescript 2.74.0 → 2.77.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":"AA06CA,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IAClB,2CAAQ,CAAA;IACR,uDAAc,CAAA;IACd,mEAAoB,CAAA;IACpB,mDAAY,CAAA;AAChB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAID,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":"AAw8CA,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IAClB,2CAAQ,CAAA;IACR,uDAAc,CAAA;IACd,mEAAoB,CAAA;IACpB,mDAAY,CAAA;AAChB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAID,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"}
@@ -5,7 +5,7 @@
5
5
  // ----------------------
6
6
  import { IDatabaseAttachment } from './lg.net.system'
7
7
  import { AutoDriver,AutoVehicle,EducationTypeString,OccupantTypeString,HomeStyleString,ResidenceTypeString,CoApplicantRelationshipToInsuredString,ConstructionTypeString,FoundationTypeString,NumberOfStoriesString,HeatTypeString,RoofTypeString,OverallQualityString,PersonalPropertyLastPageVisitedString,PersonalPropertyLineOfBusinessString,PersonalPropertySiteSeedString,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'
8
+ import { PLGameScoreboardToPlayerGroup,PrizeDistributionOptionString,PLGamePrize,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;
@@ -121,6 +121,31 @@ export interface PLGameDivisionReorderDto {
121
121
  Divisions: Array<Partial<SequenceDto>> | null;
122
122
  }
123
123
 
124
+ export interface PLGamePrizePayoutDto {
125
+ EmailAddress: string | null;
126
+ FirstName: string | null;
127
+ GrandPrizeName: string | null;
128
+ LastName: string | null;
129
+ PersonId: number;
130
+ PrizeAmount: Partial<number> | null;
131
+ Rank: number;
132
+ }
133
+
134
+ export interface PLGameScoreboardDto {
135
+ Id: number | null;
136
+ IsEnabled: boolean;
137
+ Name: string | null;
138
+ PlayerGroups: Array<Partial<PLGameScoreboardToPlayerGroup>> | null;
139
+ PLGameId: number;
140
+ PrizeDistributionOption: PrizeDistributionOptionString;
141
+ Prizes: Array<Partial<PLGamePrize>> | null;
142
+ SegmentTypeId: number | null;
143
+ Sequence: number;
144
+ SponsorId: number | null;
145
+ Take: number | null;
146
+ WebComponentHTMLTag: string | null;
147
+ }
148
+
124
149
  export interface PLGameVideoReorderDto {
125
150
  Videos: Array<Partial<SequenceDto>> | null;
126
151
  }
@@ -129,6 +154,10 @@ export interface ReorderPLGameCarouselSlideAttachmentDto {
129
154
  PLGameCarouselSlideAttachments: Array<Partial<SequenceDto>> | null;
130
155
  }
131
156
 
157
+ export interface ReorderPLGameScoreboardDto {
158
+ PLGameScoreboards: Array<Partial<SequenceDto>> | null;
159
+ }
160
+
132
161
  export interface PLGameBreakdownDto {
133
162
  Divisions: Array<Partial<PLGameDivisionBreakdownDto>> | null;
134
163
  }
@@ -141,6 +170,7 @@ export interface PLGameDivisionBreakdownDto {
141
170
  }
142
171
 
143
172
  export interface PLGamePlayerBreakdownDto {
173
+ EmailAddress: string | null;
144
174
  FirstName: string | null;
145
175
  GrandPrizeName: string | null;
146
176
  IsTeamCaptain: boolean;
@@ -203,8 +233,12 @@ export interface PLGameTeamBreakdownDto {
203
233
  }
204
234
 
205
235
  export interface PLGameTopPlayerDto {
236
+ AgencyId: number | null;
237
+ AgencyName: string | null;
238
+ EmailAddress: string | null;
206
239
  FirstName: string | null;
207
240
  GrandPrizeName: string | null;
241
+ IsSubsidized: boolean;
208
242
  LastName: string | null;
209
243
  PersonId: number;
210
244
  PrizeAmount: Partial<number> | null;
@@ -558,7 +592,6 @@ export interface PersonalPropertyRaterUpsertDto {
558
592
  FooterEmailAddress: string | null;
559
593
  Id: number | null;
560
594
  IsActive: boolean;
561
- IsDefault: boolean;
562
595
  Name: string | null;
563
596
  Phone: string | null;
564
597
  RicochetCampaignId: number | null;
@@ -631,7 +664,6 @@ export interface LifeRaterUpsertDto {
631
664
  FooterEmailAddress: string | null;
632
665
  Id: number | null;
633
666
  IsActive: boolean;
634
- IsDefault: boolean;
635
667
  Name: string | null;
636
668
  Phone: string | null;
637
669
  RicochetCampaignId: number | null;
@@ -678,7 +710,6 @@ export interface WidgetLifeRaterUpsertDto {
678
710
  HeaderText: string | null;
679
711
  Id: number | null;
680
712
  IsActive: boolean;
681
- IsDefault: boolean;
682
713
  Name: string | null;
683
714
  Phone: string | null;
684
715
  RicochetCampaignId: number | null;
@@ -718,7 +749,6 @@ export interface HartfordRaterUpsertDto {
718
749
  FooterEmailAddress: string | null;
719
750
  Id: number | null;
720
751
  IsActive: boolean;
721
- IsDefault: boolean;
722
752
  Name: string | null;
723
753
  Phone: string | null;
724
754
  RicochetCampaignId: number | null;
package/lg.net.core.ts CHANGED
@@ -1138,10 +1138,10 @@ export interface PLGameDivision {
1138
1138
  Id: number;
1139
1139
  Name: string | null;
1140
1140
  PLGame: Partial<PLGame> | null;
1141
+ PLGameDivisionToTeams: Array<Partial<PLGameDivisionToTeam>> | null;
1141
1142
  PLGameId: number;
1142
1143
  Prizes: Array<Partial<PLGameTeamReportPrize>> | null;
1143
1144
  Sequence: number;
1144
- Teams: Array<Partial<PLGameDivisionToTeam>> | null;
1145
1145
  }
1146
1146
 
1147
1147
  export interface PLGameDivisionToTeam {
@@ -1203,7 +1203,7 @@ export interface PLGamePoint {
1203
1203
  SponsorId: number | null;
1204
1204
  TeamPersonRole: Partial<PLGameTeamPersonRole> | null;
1205
1205
  TeamPersonRoleId: number;
1206
- Type: number;
1206
+ Type: PLGamePointTypeString;
1207
1207
  }
1208
1208
 
1209
1209
  export interface PLGamePrize {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.74.0",
3
+ "version": "2.77.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [