@leavittsoftware/lg-core-typescript 2.74.0 → 2.75.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
@@ -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.75.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [