webitel-sdk 0.1.103 → 0.1.104

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.
@@ -24238,7 +24238,11 @@ class DeviceNotFoundError extends Error {
24238
24238
  constructor(msg) {
24239
24239
  super(msg);
24240
24240
  }
24241
+ get id() {
24242
+ return DeviceNotFoundError.id;
24243
+ }
24241
24244
  }
24245
+ DeviceNotFoundError.id = `device_not_found`;
24242
24246
 
24243
24247
  const SOCKET_URL_SUFFIX = 'websocket';
24244
24248
  const spamData = `\u0000\u0000\u0000\u0000`;