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/index.es.js CHANGED
@@ -5776,6 +5776,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
5776
5776
  /**
5777
5777
  * Response Types
5778
5778
  */
5779
+ // Thumb URL(thumb_url) is added considering video attachments as the backend will return the thumbnail in the response.
5779
5780
 
5780
5781
  /**
5781
5782
  * Option Types
@@ -9626,7 +9627,7 @@ var StreamChat = /*#__PURE__*/function () {
9626
9627
  }, {
9627
9628
  key: "getUserAgent",
9628
9629
  value: function getUserAgent() {
9629
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "6.6.0");
9630
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "6.7.0");
9630
9631
  }
9631
9632
  }, {
9632
9633
  key: "setUserAgent",