@scoreboardmax/api-types 1.0.53 → 1.0.54

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/dist/index.d.ts CHANGED
@@ -629,7 +629,7 @@ export declare enum BasketballTimeoutAllocation {
629
629
  * Batting record
630
630
  */
631
631
  export interface BattingRecord {
632
- playerId: string;
632
+ playerReference: string;
633
633
  results: (boolean | null)[];
634
634
  }
635
635
  /**
@@ -1254,7 +1254,7 @@ export type PermissionItem = {
1254
1254
  * Pitcher stats
1255
1255
  */
1256
1256
  export interface PitcherStats {
1257
- playerId: string;
1257
+ playerReference: string;
1258
1258
  pitchCount?: number;
1259
1259
  strikeouts?: number;
1260
1260
  walks?: number;
@@ -652,7 +652,7 @@ export declare enum BasketballTimeoutAllocation {
652
652
  * Batting record
653
653
  */
654
654
  export interface BattingRecord {
655
- playerId: string;
655
+ playerReference: string;
656
656
  results: (boolean | null)[];
657
657
  }
658
658
  /**
@@ -1277,7 +1277,7 @@ export type PermissionItem = {
1277
1277
  * Pitcher stats
1278
1278
  */
1279
1279
  export interface PitcherStats {
1280
- playerId: string;
1280
+ playerReference: string;
1281
1281
  pitchCount?: number;
1282
1282
  strikeouts?: number;
1283
1283
  walks?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scoreboardmax/api-types",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "description": "TypeScript definitions for ScoreboardMax API",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",