@leavittsoftware/lg-core-typescript 2.0.389 → 2.0.390

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.
@@ -1543,6 +1543,7 @@ export interface CLGameScoreboardDto {
1543
1543
  }
1544
1544
 
1545
1545
  export interface CLGamePrizePayoutDto {
1546
+ EmailAddress: string | null;
1546
1547
  FirstName: string | null;
1547
1548
  GrandPrizeName: string | null;
1548
1549
  LastName: string | null;
@@ -400,6 +400,7 @@ export interface CLGameDivisionBreakdownDto {
400
400
  }
401
401
 
402
402
  export interface CLGamePlayerBreakdownDto {
403
+ EmailAddress: string | null;
403
404
  FirstName: string | null;
404
405
  GrandPrizeName: string | null;
405
406
  IsTeamCaptain: boolean;
@@ -432,6 +433,7 @@ export interface CLGameTeamBreakdownDto {
432
433
  export interface CLGameTopPlayerDto {
433
434
  AgencyId: number | null;
434
435
  AgencyName: string | null;
436
+ EmailAddress: string | null;
435
437
  FirstName: string | null;
436
438
  GrandPrizeName: string | null;
437
439
  IsSubsidized: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.389",
3
+ "version": "2.0.390",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [