@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 +2 -2
- package/dist/internal.d.ts +2 -2
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
1257
|
+
playerReference: string;
|
|
1258
1258
|
pitchCount?: number;
|
|
1259
1259
|
strikeouts?: number;
|
|
1260
1260
|
walks?: number;
|
package/dist/internal.d.ts
CHANGED
|
@@ -652,7 +652,7 @@ export declare enum BasketballTimeoutAllocation {
|
|
|
652
652
|
* Batting record
|
|
653
653
|
*/
|
|
654
654
|
export interface BattingRecord {
|
|
655
|
-
|
|
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
|
-
|
|
1280
|
+
playerReference: string;
|
|
1281
1281
|
pitchCount?: number;
|
|
1282
1282
|
strikeouts?: number;
|
|
1283
1283
|
walks?: number;
|