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

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,9 +1725,10 @@ 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
- thumbnail?: string;
1730
+ description?: string;
1731
+ previewImages?: string[];
1731
1732
  settings?: Record<string, InputDefinition>;
1732
1733
  }
1733
1734
  /**
@@ -1748,9 +1748,10 @@ 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
- thumbnail?: string;
1753
+ description?: string;
1754
+ previewImages?: string[];
1754
1755
  settings?: Record<string, InputDefinition>;
1755
1756
  }
1756
1757
  /**
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.19",
4
4
  "description": "TypeScript definitions for ScoreboardMax API",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",