@stream-io/node-sdk 0.7.13 → 0.7.14

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
@@ -6667,6 +6667,7 @@ class ModerationApi {
6667
6667
  delete_reaction: request?.delete_reaction,
6668
6668
  delete_user: request?.delete_user,
6669
6669
  mark_reviewed: request?.mark_reviewed,
6670
+ shadow_block: request?.shadow_block,
6670
6671
  unban: request?.unban,
6671
6672
  user: request?.user,
6672
6673
  };
@@ -6750,7 +6751,7 @@ class ApiClient {
6750
6751
  const headers = {
6751
6752
  Authorization: this.apiConfig.token,
6752
6753
  'stream-auth-type': 'jwt',
6753
- 'X-Stream-Client': 'stream-node-' + "0.7.13",
6754
+ 'X-Stream-Client': 'stream-node-' + "0.7.14",
6754
6755
  'Accept-Encoding': 'gzip',
6755
6756
  'x-client-request-id': clientRequestId,
6756
6757
  };
@@ -7512,6 +7513,7 @@ class FeedsApi {
7512
7513
  id: request?.id,
7513
7514
  };
7514
7515
  const body = {
7516
+ default_visibility: request?.default_visibility,
7515
7517
  activity_processors: request?.activity_processors,
7516
7518
  activity_selectors: request?.activity_selectors,
7517
7519
  aggregation: request?.aggregation,