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.
@@ -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.3.0");
10016
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.4.0");
10016
10017
  }
10017
10018
  }, {
10018
10019
  key: "setUserAgent",