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.
- package/dist/browser.es.js +5 -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 +5 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.es.js +5 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/types/channel_state.d.ts +2 -2
- package/dist/types/channel_state.d.ts.map +1 -1
- package/dist/types/types.d.ts +13 -13
- package/dist/types/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/channel_state.ts +1 -2
- package/src/types.ts +17 -13
package/dist/browser.js
CHANGED
|
@@ -6858,6 +6858,10 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
|
|
|
6858
6858
|
* Base Types
|
|
6859
6859
|
*/
|
|
6860
6860
|
|
|
6861
|
+
/**
|
|
6862
|
+
* @deprecated Use ChannelMemberResponse instead
|
|
6863
|
+
*/
|
|
6864
|
+
|
|
6861
6865
|
/*
|
|
6862
6866
|
DeleteUserOptions specifies a collection of one or more `user_ids` to be deleted.
|
|
6863
6867
|
|
|
@@ -11451,7 +11455,7 @@ var StreamChat = /*#__PURE__*/function () {
|
|
|
11451
11455
|
}, {
|
|
11452
11456
|
key: "getUserAgent",
|
|
11453
11457
|
value: function getUserAgent() {
|
|
11454
|
-
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.
|
|
11458
|
+
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.32.0");
|
|
11455
11459
|
}
|
|
11456
11460
|
}, {
|
|
11457
11461
|
key: "setUserAgent",
|