@stream-io/node-sdk 0.7.38 → 0.7.39

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.es.mjs CHANGED
@@ -7344,7 +7344,7 @@ class ApiClient {
7344
7344
  const headers = {
7345
7345
  Authorization: this.apiConfig.token,
7346
7346
  'stream-auth-type': 'jwt',
7347
- 'X-Stream-Client': 'stream-node-' + "0.7.38",
7347
+ 'X-Stream-Client': 'stream-node-' + "0.7.39",
7348
7348
  'Accept-Encoding': 'gzip',
7349
7349
  'x-client-request-id': clientRequestId,
7350
7350
  };
@@ -7656,6 +7656,7 @@ class FeedsApi {
7656
7656
  };
7657
7657
  const body = {
7658
7658
  handle_mention_notifications: request?.handle_mention_notifications,
7659
+ run_activity_processors: request?.run_activity_processors,
7659
7660
  user_id: request?.user_id,
7660
7661
  unset: request?.unset,
7661
7662
  set: request?.set,
@@ -7674,6 +7675,7 @@ class FeedsApi {
7674
7675
  handle_mention_notifications: request?.handle_mention_notifications,
7675
7676
  poll_id: request?.poll_id,
7676
7677
  restrict_replies: request?.restrict_replies,
7678
+ run_activity_processors: request?.run_activity_processors,
7677
7679
  skip_enrich_url: request?.skip_enrich_url,
7678
7680
  text: request?.text,
7679
7681
  user_id: request?.user_id,