@scoreboardmax/api-types 1.0.34-next.17 → 1.0.34-next.18

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
@@ -1725,7 +1725,7 @@ export interface TeamResponse {
1725
1725
  export interface TemplateDefinition {
1726
1726
  path: string;
1727
1727
  name: string;
1728
- sport: string;
1728
+ scoreboardType: string;
1729
1729
  useCases: TemplateUseCase[];
1730
1730
  thumbnail?: string;
1731
1731
  settings?: Record<string, InputDefinition>;
@@ -1748,7 +1748,7 @@ export interface TeamResponse {
1748
1748
  export interface TemplateDefinition {
1749
1749
  path: string;
1750
1750
  name: string;
1751
- sport: string;
1751
+ scoreboardType: string;
1752
1752
  useCases: TemplateUseCase[];
1753
1753
  thumbnail?: string;
1754
1754
  settings?: Record<string, InputDefinition>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scoreboardmax/api-types",
3
- "version": "1.0.34-next.17",
3
+ "version": "1.0.34-next.18",
4
4
  "description": "TypeScript definitions for ScoreboardMax API",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",