stream-chat 8.30.0 → 8.32.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.
package/dist/browser.js CHANGED
@@ -6858,6 +6858,10 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
6858
6858
  * Base Types
6859
6859
  */
6860
6860
 
6861
+ /**
6862
+ * @deprecated Use ChannelMemberResponse instead
6863
+ */
6864
+
6861
6865
  /*
6862
6866
  DeleteUserOptions specifies a collection of one or more `user_ids` to be deleted.
6863
6867
 
@@ -11451,7 +11455,7 @@ var StreamChat = /*#__PURE__*/function () {
11451
11455
  }, {
11452
11456
  key: "getUserAgent",
11453
11457
  value: function getUserAgent() {
11454
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.30.0");
11458
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.32.0");
11455
11459
  }
11456
11460
  }, {
11457
11461
  key: "setUserAgent",