@scoreboardmax/api-types 1.0.34-next.20 → 1.0.34-next.21

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
@@ -1794,7 +1794,7 @@ export interface TemplateResponse {
1794
1794
  scoreboardType: string;
1795
1795
  useCases: TemplateUseCase[];
1796
1796
  description?: string;
1797
- previewImages?: string[];
1797
+ previewImageUrls?: string[];
1798
1798
  settings?: Record<string, InputDefinition>;
1799
1799
  accountId: string;
1800
1800
  latest: boolean;
@@ -1817,7 +1817,7 @@ export interface TemplateResponse {
1817
1817
  scoreboardType: string;
1818
1818
  useCases: TemplateUseCase[];
1819
1819
  description?: string;
1820
- previewImages?: string[];
1820
+ previewImageUrls?: string[];
1821
1821
  settings?: Record<string, InputDefinition>;
1822
1822
  accountId: string;
1823
1823
  latest: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scoreboardmax/api-types",
3
- "version": "1.0.34-next.20",
3
+ "version": "1.0.34-next.21",
4
4
  "description": "TypeScript definitions for ScoreboardMax API",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",