stream-chat 6.6.0 → 6.7.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
@@ -5798,6 +5798,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
5798
5798
  /**
5799
5799
  * Response Types
5800
5800
  */
5801
+ // Thumb URL(thumb_url) is added considering video attachments as the backend will return the thumbnail in the response.
5801
5802
 
5802
5803
  /**
5803
5804
  * Option Types
@@ -9648,7 +9649,7 @@ var StreamChat = /*#__PURE__*/function () {
9648
9649
  }, {
9649
9650
  key: "getUserAgent",
9650
9651
  value: function getUserAgent() {
9651
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "6.6.0");
9652
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "6.7.0");
9652
9653
  }
9653
9654
  }, {
9654
9655
  key: "setUserAgent",