@scoreboardmax/api-types 1.0.34-next.18 → 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
@@ -1727,7 +1727,8 @@ export interface TemplateDefinition {
1727
1727
  name: string;
1728
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
  /**
@@ -1750,7 +1750,8 @@ export interface TemplateDefinition {
1750
1750
  name: string;
1751
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.18",
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",