@vendasta/conversation 0.46.0 → 0.47.0

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.
@@ -742,6 +742,9 @@ class Configuration {
742
742
  if (typeof this.inboxProEnabled !== 'undefined') {
743
743
  toReturn['inboxProEnabled'] = this.inboxProEnabled;
744
744
  }
745
+ if (typeof this.webChatEnabled !== 'undefined') {
746
+ toReturn['webChatEnabled'] = this.webChatEnabled;
747
+ }
745
748
  return toReturn;
746
749
  }
747
750
  }