@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.
- package/lg.net.core.ts +1 -1
- 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
|
|