@leavittsoftware/lg-core-typescript 5.471.0 → 5.472.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.
Files changed (2) hide show
  1. package/lg.net.core.ts +1 -1
  2. package/package.json +1 -1
package/lg.net.core.ts CHANGED
@@ -6730,11 +6730,11 @@ export interface CLGamePrizeDistribution {
6730
6730
  }
6731
6731
 
6732
6732
  export interface CLGameQualificationEmailLog {
6733
- CLGameScoreboard: Partial<CLGameScoreboard>;
6734
6733
  DateSent: string;
6735
6734
  Id: number;
6736
6735
  PlayerPersonRole: Partial<CLGamePlayerPersonRole>;
6737
6736
  PlayerPersonRoleId: number;
6737
+ Scoreboard: Partial<CLGameScoreboard>;
6738
6738
  ScoreboardId: number;
6739
6739
  }
6740
6740
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.471.0",
3
+ "version": "5.472.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [