@stream-io/feeds-client 0.3.30 → 0.3.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.
@@ -2192,6 +2192,7 @@ class FeedsApi {
2192
2192
  comment: request?.comment,
2193
2193
  skip_enrich_url: request?.skip_enrich_url,
2194
2194
  skip_push: request?.skip_push,
2195
+ attachments: request?.attachments,
2195
2196
  custom: request?.custom
2196
2197
  };
2197
2198
  const response = await this.apiClient.sendRequest(
@@ -3922,7 +3923,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
3922
3923
  };
3923
3924
  return result;
3924
3925
  };
3925
- const version = "0.3.30";
3926
+ const version = "0.3.32";
3926
3927
  const axios = axiosImport.default ?? axiosImport;
3927
3928
  class ApiClient {
3928
3929
  constructor(apiKey, tokenManager, connectionIdManager, options) {
@@ -7858,4 +7859,4 @@ export {
7858
7859
  shouldUpdateState as s,
7859
7860
  uniqueArrayMerge as u
7860
7861
  };
7861
- //# sourceMappingURL=feeds-client-BASqBaM8.mjs.map
7862
+ //# sourceMappingURL=feeds-client-BNhvggk2.mjs.map