@scoreboardmax/api-types 1.0.20 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1101,7 +1101,7 @@ export interface WebsocketMessage {
1101
1101
  }
1102
1102
  export interface WebsocketSubscriptionRequest {
1103
1103
  connectionId: string;
1104
- triggerEvent?: boolean;
1104
+ sendInitialData?: boolean;
1105
1105
  }
1106
1106
  export interface WebsocketSubscriptionResponse {
1107
1107
  connectionId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scoreboardmax/api-types",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "TypeScript definitions for ScoreboardMax API",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",