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/browser.es.js
CHANGED
|
@@ -1506,6 +1506,7 @@ var Channel = /*#__PURE__*/function () {
|
|
|
1506
1506
|
* @param {boolean} [options.skip_push] Skip sending push notifications
|
|
1507
1507
|
* @param {boolean} [options.is_pending_message] Make this message pending
|
|
1508
1508
|
* @param {Record<string,string>} [options.pending_message_metadata] Metadata for the pending message
|
|
1509
|
+
* @param {boolean} [options.force_moderation] Apply force moderation for server-side requests
|
|
1509
1510
|
*
|
|
1510
1511
|
* @return {Promise<SendMessageAPIResponse<StreamChatGenerics>>} The Server Response
|
|
1511
1512
|
*/
|
|
@@ -10012,7 +10013,7 @@ var StreamChat = /*#__PURE__*/function () {
|
|
|
10012
10013
|
}, {
|
|
10013
10014
|
key: "getUserAgent",
|
|
10014
10015
|
value: function getUserAgent() {
|
|
10015
|
-
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.
|
|
10016
|
+
return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.4.0");
|
|
10016
10017
|
}
|
|
10017
10018
|
}, {
|
|
10018
10019
|
key: "setUserAgent",
|