@stream-io/node-sdk 0.7.28 → 0.7.29

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
@@ -7083,7 +7083,7 @@ class ApiClient {
7083
7083
  const headers = {
7084
7084
  Authorization: this.apiConfig.token,
7085
7085
  'stream-auth-type': 'jwt',
7086
- 'X-Stream-Client': 'stream-node-' + "0.7.28",
7086
+ 'X-Stream-Client': 'stream-node-' + "0.7.29",
7087
7087
  'Accept-Encoding': 'gzip',
7088
7088
  'x-client-request-id': clientRequestId,
7089
7089
  };
@@ -7736,6 +7736,9 @@ class FeedsApi {
7736
7736
  };
7737
7737
  const body = {
7738
7738
  created_by_id: request?.created_by_id,
7739
+ description: request?.description,
7740
+ name: request?.name,
7741
+ filter_tags: request?.filter_tags,
7739
7742
  custom: request?.custom,
7740
7743
  };
7741
7744
  const response = await this.apiClient.sendRequest('PUT', '/api/v2/feeds/feed_groups/{feed_group_id}/feeds/{feed_id}', pathParams, undefined, body, 'application/json');