@scoreboardmax/api-types 1.0.34-next.22 → 1.0.34-next.23
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 +5 -0
- package/dist/internal.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1831,6 +1831,11 @@ export interface TemplateSelection {
|
|
|
1831
1831
|
*/
|
|
1832
1832
|
export interface TemplateSelectionRequest extends TemplateSelection {
|
|
1833
1833
|
}
|
|
1834
|
+
/**
|
|
1835
|
+
* Template selection response for scoreboard template updates
|
|
1836
|
+
*/
|
|
1837
|
+
export interface TemplateSelectionResponse extends TemplateSelection {
|
|
1838
|
+
}
|
|
1834
1839
|
/**
|
|
1835
1840
|
* Template update request
|
|
1836
1841
|
*/
|
package/dist/internal.d.ts
CHANGED
|
@@ -1854,6 +1854,11 @@ export interface TemplateSelection {
|
|
|
1854
1854
|
*/
|
|
1855
1855
|
export interface TemplateSelectionRequest extends TemplateSelection {
|
|
1856
1856
|
}
|
|
1857
|
+
/**
|
|
1858
|
+
* Template selection response for scoreboard template updates
|
|
1859
|
+
*/
|
|
1860
|
+
export interface TemplateSelectionResponse extends TemplateSelection {
|
|
1861
|
+
}
|
|
1857
1862
|
/**
|
|
1858
1863
|
* Template update request
|
|
1859
1864
|
*/
|