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.es.js +2 -1
- package/dist/browser.es.js.map +1 -1
- package/dist/browser.full-bundle.min.js +1 -1
- package/dist/browser.full-bundle.min.js.map +1 -1
- package/dist/browser.js +2 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/types/client.d.ts +1 -7
- package/dist/types/client.d.ts.map +1 -1
- package/dist/types/types.d.ts +2 -0
- package/dist/types/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/types.ts +4 -1
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.
|
|
9630
|
+
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "6.7.0");
|
|
9630
9631
|
}
|
|
9631
9632
|
}, {
|
|
9632
9633
|
key: "setUserAgent",
|