stream-chat 8.3.0 → 8.4.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/channel.d.ts +2 -0
- package/dist/types/channel.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/channel.ts +2 -0
package/dist/index.es.js
CHANGED
|
@@ -1507,6 +1507,7 @@ var Channel = /*#__PURE__*/function () {
|
|
|
1507
1507
|
* @param {boolean} [options.skip_push] Skip sending push notifications
|
|
1508
1508
|
* @param {boolean} [options.is_pending_message] Make this message pending
|
|
1509
1509
|
* @param {Record<string,string>} [options.pending_message_metadata] Metadata for the pending message
|
|
1510
|
+
* @param {boolean} [options.force_moderation] Apply force moderation for server-side requests
|
|
1510
1511
|
*
|
|
1511
1512
|
* @return {Promise<SendMessageAPIResponse<StreamChatGenerics>>} The Server Response
|
|
1512
1513
|
*/
|
|
@@ -10015,7 +10016,7 @@ var StreamChat = /*#__PURE__*/function () {
|
|
|
10015
10016
|
}, {
|
|
10016
10017
|
key: "getUserAgent",
|
|
10017
10018
|
value: function getUserAgent() {
|
|
10018
|
-
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.
|
|
10019
|
+
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.4.0");
|
|
10019
10020
|
}
|
|
10020
10021
|
}, {
|
|
10021
10022
|
key: "setUserAgent",
|