@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 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
  */
@@ -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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scoreboardmax/api-types",
3
- "version": "1.0.34-next.22",
3
+ "version": "1.0.34-next.23",
4
4
  "description": "TypeScript definitions for ScoreboardMax API",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",