@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.
- package/api2.leavitt.com.ts +1 -0
- package/lg.core.repository.ts +2 -0
- package/package.json +1 -1
package/api2.leavitt.com.ts
CHANGED
package/lg.core.repository.ts
CHANGED
|
@@ -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;
|