@scoreboardmax/api-types 1.0.22-next.13 → 1.0.22-next.14

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.cjs CHANGED
@@ -281,7 +281,6 @@ var WebsocketMessageType;
281
281
  WebsocketMessageType["Event"] = "event";
282
282
  WebsocketMessageType["Heartbeat"] = "heartbeat";
283
283
  WebsocketMessageType["ConnectionConfirmation"] = "connectionConfirmation";
284
- WebsocketMessageType["SubscriptionConfirmation"] = "subscriptionConfirmation";
285
284
  WebsocketMessageType["Info"] = "info";
286
285
  WebsocketMessageType["Meta"] = "meta";
287
286
  })(WebsocketMessageType || (exports.WebsocketMessageType = WebsocketMessageType = {}));
@@ -289,8 +288,6 @@ var WebsocketOperation;
289
288
  (function (WebsocketOperation) {
290
289
  WebsocketOperation["SendHeartbeat"] = "sendHeartbeat";
291
290
  WebsocketOperation["GetConnectionId"] = "getConnectionId";
292
- WebsocketOperation["SubscribeScoreboard"] = "subscribeScoreboard";
293
- WebsocketOperation["UnsubscribeScoreboard"] = "unsubscribeScoreboard";
294
291
  })(WebsocketOperation || (exports.WebsocketOperation = WebsocketOperation = {}));
295
292
  var WrestlingMeetType;
296
293
  (function (WrestlingMeetType) {
package/dist/index.d.ts CHANGED
@@ -232,15 +232,12 @@ export declare enum WebsocketMessageType {
232
232
  Event = "event",
233
233
  Heartbeat = "heartbeat",
234
234
  ConnectionConfirmation = "connectionConfirmation",
235
- SubscriptionConfirmation = "subscriptionConfirmation",
236
235
  Info = "info",
237
236
  Meta = "meta"
238
237
  }
239
238
  export declare enum WebsocketOperation {
240
239
  SendHeartbeat = "sendHeartbeat",
241
- GetConnectionId = "getConnectionId",
242
- SubscribeScoreboard = "subscribeScoreboard",
243
- UnsubscribeScoreboard = "unsubscribeScoreboard"
240
+ GetConnectionId = "getConnectionId"
244
241
  }
245
242
  export declare enum WrestlingMeetType {
246
243
  Dual = "dual",
package/dist/index.mjs CHANGED
@@ -272,7 +272,6 @@ export var WebsocketMessageType;
272
272
  WebsocketMessageType["Event"] = "event";
273
273
  WebsocketMessageType["Heartbeat"] = "heartbeat";
274
274
  WebsocketMessageType["ConnectionConfirmation"] = "connectionConfirmation";
275
- WebsocketMessageType["SubscriptionConfirmation"] = "subscriptionConfirmation";
276
275
  WebsocketMessageType["Info"] = "info";
277
276
  WebsocketMessageType["Meta"] = "meta";
278
277
  })(WebsocketMessageType || (WebsocketMessageType = {}));
@@ -280,8 +279,6 @@ export var WebsocketOperation;
280
279
  (function (WebsocketOperation) {
281
280
  WebsocketOperation["SendHeartbeat"] = "sendHeartbeat";
282
281
  WebsocketOperation["GetConnectionId"] = "getConnectionId";
283
- WebsocketOperation["SubscribeScoreboard"] = "subscribeScoreboard";
284
- WebsocketOperation["UnsubscribeScoreboard"] = "unsubscribeScoreboard";
285
282
  })(WebsocketOperation || (WebsocketOperation = {}));
286
283
  export var WrestlingMeetType;
287
284
  (function (WrestlingMeetType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scoreboardmax/api-types",
3
- "version": "1.0.22-next.13",
3
+ "version": "1.0.22-next.14",
4
4
  "description": "TypeScript definitions for ScoreboardMax API",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",