@kohost/api-client 3.0.0-beta.101 → 3.0.0-beta.103

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.
@@ -4785,8 +4785,6 @@ var require_SocketIoClient = __commonJS({
4785
4785
  super();
4786
4786
  if (!config.url)
4787
4787
  throw new Error("Websocket URL / endpoint not provided");
4788
- if (!config.propertyId)
4789
- throw new Error("Property ID not provided");
4790
4788
  this.url = config.url;
4791
4789
  this.propertyId = config.propertyId;
4792
4790
  this.options = {