@stream-io/node-sdk 0.7.30 → 0.7.31

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
@@ -7103,7 +7103,7 @@ class ApiClient {
7103
7103
  const headers = {
7104
7104
  Authorization: this.apiConfig.token,
7105
7105
  'stream-auth-type': 'jwt',
7106
- 'X-Stream-Client': 'stream-node-' + "0.7.30",
7106
+ 'X-Stream-Client': 'stream-node-' + "0.7.31",
7107
7107
  'Accept-Encoding': 'gzip',
7108
7108
  'x-client-request-id': clientRequestId,
7109
7109
  };
@@ -7618,6 +7618,7 @@ class FeedsApi {
7618
7618
  skip_enrich_url: request?.skip_enrich_url,
7619
7619
  skip_push: request?.skip_push,
7620
7620
  user_id: request?.user_id,
7621
+ attachments: request?.attachments,
7621
7622
  custom: request?.custom,
7622
7623
  user: request?.user,
7623
7624
  };