@stream-io/node-sdk 0.7.30 → 0.7.32

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
@@ -7084,7 +7084,7 @@ class ApiClient {
7084
7084
  const headers = {
7085
7085
  Authorization: this.apiConfig.token,
7086
7086
  'stream-auth-type': 'jwt',
7087
- 'X-Stream-Client': 'stream-node-' + "0.7.30",
7087
+ 'X-Stream-Client': 'stream-node-' + "0.7.32",
7088
7088
  'Accept-Encoding': 'gzip',
7089
7089
  'x-client-request-id': clientRequestId,
7090
7090
  };
@@ -7599,6 +7599,7 @@ class FeedsApi {
7599
7599
  skip_enrich_url: request?.skip_enrich_url,
7600
7600
  skip_push: request?.skip_push,
7601
7601
  user_id: request?.user_id,
7602
+ attachments: request?.attachments,
7602
7603
  custom: request?.custom,
7603
7604
  user: request?.user,
7604
7605
  };