@bp1222/stats-api 0.2.0 → 0.2.1
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.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -356,6 +356,7 @@ declare const GameStatusCode: {
|
|
|
356
356
|
readonly InProgress: "I";
|
|
357
357
|
readonly Pregame: "P";
|
|
358
358
|
readonly GameOver: "O";
|
|
359
|
+
readonly Canceled: "C";
|
|
359
360
|
};
|
|
360
361
|
type GameStatusCode = typeof GameStatusCode[keyof typeof GameStatusCode];
|
|
361
362
|
declare function instanceOfGameStatusCode(value: any): boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -356,6 +356,7 @@ declare const GameStatusCode: {
|
|
|
356
356
|
readonly InProgress: "I";
|
|
357
357
|
readonly Pregame: "P";
|
|
358
358
|
readonly GameOver: "O";
|
|
359
|
+
readonly Canceled: "C";
|
|
359
360
|
};
|
|
360
361
|
type GameStatusCode = typeof GameStatusCode[keyof typeof GameStatusCode];
|
|
361
362
|
declare function instanceOfGameStatusCode(value: any): boolean;
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED