@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 +1 -1
- package/dist/internal.d.ts +1 -1
- package/package.json +1 -1
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
|
-
|
|
1728
|
+
scoreboardType: string;
|
|
1729
1729
|
useCases: TemplateUseCase[];
|
|
1730
1730
|
thumbnail?: string;
|
|
1731
1731
|
settings?: Record<string, InputDefinition>;
|
package/dist/internal.d.ts
CHANGED
|
@@ -1748,7 +1748,7 @@ export interface TeamResponse {
|
|
|
1748
1748
|
export interface TemplateDefinition {
|
|
1749
1749
|
path: string;
|
|
1750
1750
|
name: string;
|
|
1751
|
-
|
|
1751
|
+
scoreboardType: string;
|
|
1752
1752
|
useCases: TemplateUseCase[];
|
|
1753
1753
|
thumbnail?: string;
|
|
1754
1754
|
settings?: Record<string, InputDefinition>;
|