@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.cjs.js CHANGED
@@ -6686,6 +6686,7 @@ class ModerationApi {
6686
6686
  delete_reaction: request?.delete_reaction,
6687
6687
  delete_user: request?.delete_user,
6688
6688
  mark_reviewed: request?.mark_reviewed,
6689
+ shadow_block: request?.shadow_block,
6689
6690
  unban: request?.unban,
6690
6691
  user: request?.user,
6691
6692
  };
@@ -6769,7 +6770,7 @@ class ApiClient {
6769
6770
  const headers = {
6770
6771
  Authorization: this.apiConfig.token,
6771
6772
  'stream-auth-type': 'jwt',
6772
- 'X-Stream-Client': 'stream-node-' + "0.7.13",
6773
+ 'X-Stream-Client': 'stream-node-' + "0.7.14",
6773
6774
  'Accept-Encoding': 'gzip',
6774
6775
  'x-client-request-id': clientRequestId,
6775
6776
  };
@@ -7531,6 +7532,7 @@ class FeedsApi {
7531
7532
  id: request?.id,
7532
7533
  };
7533
7534
  const body = {
7535
+ default_visibility: request?.default_visibility,
7534
7536
  activity_processors: request?.activity_processors,
7535
7537
  activity_selectors: request?.activity_selectors,
7536
7538
  aggregation: request?.aggregation,