@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.
@@ -1,7 +1,7 @@
1
1
  import { useStateStore } from "@stream-io/state-store/react-bindings";
2
2
  export * from "@stream-io/state-store/react-bindings";
3
3
  import { useState, useEffect, createContext, useContext, useRef, useCallback, useMemo } from "react";
4
- import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-BASqBaM8.mjs";
4
+ import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-BNhvggk2.mjs";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
  const useCreateFeedsClient = ({
7
7
  apiKey,
@@ -2210,6 +2210,7 @@ class FeedsApi {
2210
2210
  comment: request?.comment,
2211
2211
  skip_enrich_url: request?.skip_enrich_url,
2212
2212
  skip_push: request?.skip_push,
2213
+ attachments: request?.attachments,
2213
2214
  custom: request?.custom
2214
2215
  };
2215
2216
  const response = await this.apiClient.sendRequest(
@@ -3940,7 +3941,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
3940
3941
  };
3941
3942
  return result;
3942
3943
  };
3943
- const version = "0.3.30";
3944
+ const version = "0.3.32";
3944
3945
  const axios = axiosImport.default ?? axiosImport;
3945
3946
  class ApiClient {
3946
3947
  constructor(apiKey, tokenManager, connectionIdManager, options) {
@@ -7874,4 +7875,4 @@ exports.replaceUniqueArrayMerge = replaceUniqueArrayMerge;
7874
7875
  exports.shouldUpdateState = shouldUpdateState;
7875
7876
  exports.uniqueArrayMerge = uniqueArrayMerge;
7876
7877
  exports.updateEntityInArray = updateEntityInArray;
7877
- //# sourceMappingURL=feeds-client-Ct2G4Mv9.js.map
7878
+ //# sourceMappingURL=feeds-client-B9rwEWH3.js.map