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