@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 +1 -1
- package/dist/internal.d.ts +1 -1
- package/package.json +1 -1
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
|
-
|
|
1797
|
+
previewImageUrls?: string[];
|
|
1798
1798
|
settings?: Record<string, InputDefinition>;
|
|
1799
1799
|
accountId: string;
|
|
1800
1800
|
latest: boolean;
|
package/dist/internal.d.ts
CHANGED
|
@@ -1817,7 +1817,7 @@ export interface TemplateResponse {
|
|
|
1817
1817
|
scoreboardType: string;
|
|
1818
1818
|
useCases: TemplateUseCase[];
|
|
1819
1819
|
description?: string;
|
|
1820
|
-
|
|
1820
|
+
previewImageUrls?: string[];
|
|
1821
1821
|
settings?: Record<string, InputDefinition>;
|
|
1822
1822
|
accountId: string;
|
|
1823
1823
|
latest: boolean;
|