@ricado/api-client 2.5.13 → 2.5.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.
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = void 0;
7
7
  // Generated by genversion.
8
- var version = '2.5.13';
8
+ var version = '2.5.14';
9
9
  exports.version = version;
@@ -76,9 +76,8 @@ var WebSocketHelper = /*#__PURE__*/function () {
76
76
  query: {
77
77
  token: _index.JWT
78
78
  }
79
- }); // @ts-expect-error
80
-
81
- var onEvent = WebSocketHelper._socket.onevent; // @ts-expect-error
79
+ });
80
+ var onEvent = WebSocketHelper._socket.onevent;
82
81
 
83
82
  WebSocketHelper._socket.onevent = function (packet) {
84
83
  var args = packet.data || [];