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.es.js
CHANGED
|
@@ -6833,6 +6833,10 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
|
|
|
6833
6833
|
* Base Types
|
|
6834
6834
|
*/
|
|
6835
6835
|
|
|
6836
|
+
/**
|
|
6837
|
+
* @deprecated Use ChannelMemberResponse instead
|
|
6838
|
+
*/
|
|
6839
|
+
|
|
6836
6840
|
/*
|
|
6837
6841
|
DeleteUserOptions specifies a collection of one or more `user_ids` to be deleted.
|
|
6838
6842
|
|
|
@@ -11426,7 +11430,7 @@ var StreamChat = /*#__PURE__*/function () {
|
|
|
11426
11430
|
}, {
|
|
11427
11431
|
key: "getUserAgent",
|
|
11428
11432
|
value: function getUserAgent() {
|
|
11429
|
-
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.
|
|
11433
|
+
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.32.0");
|
|
11430
11434
|
}
|
|
11431
11435
|
}, {
|
|
11432
11436
|
key: "setUserAgent",
|