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.js CHANGED
@@ -1531,6 +1531,7 @@ var Channel = /*#__PURE__*/function () {
1531
1531
  * @param {boolean} [options.skip_push] Skip sending push notifications
1532
1532
  * @param {boolean} [options.is_pending_message] Make this message pending
1533
1533
  * @param {Record<string,string>} [options.pending_message_metadata] Metadata for the pending message
1534
+ * @param {boolean} [options.force_moderation] Apply force moderation for server-side requests
1534
1535
  *
1535
1536
  * @return {Promise<SendMessageAPIResponse<StreamChatGenerics>>} The Server Response
1536
1537
  */
@@ -10037,7 +10038,7 @@ var StreamChat = /*#__PURE__*/function () {
10037
10038
  }, {
10038
10039
  key: "getUserAgent",
10039
10040
  value: function getUserAgent() {
10040
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.3.0");
10041
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.4.0");
10041
10042
  }
10042
10043
  }, {
10043
10044
  key: "setUserAgent",