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