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.
@@ -6833,6 +6833,10 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
6833
6833
  * Base Types
6834
6834
  */
6835
6835
 
6836
+ /**
6837
+ * @deprecated Use ChannelMemberResponse instead
6838
+ */
6839
+
6836
6840
  /*
6837
6841
  DeleteUserOptions specifies a collection of one or more `user_ids` to be deleted.
6838
6842
 
@@ -11426,7 +11430,7 @@ var StreamChat = /*#__PURE__*/function () {
11426
11430
  }, {
11427
11431
  key: "getUserAgent",
11428
11432
  value: function getUserAgent() {
11429
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.30.0");
11433
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.32.0");
11430
11434
  }
11431
11435
  }, {
11432
11436
  key: "setUserAgent",