@stream-io/feeds-client 0.3.44 → 0.3.45

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-B7anS3xV.mjs";
4
+ import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-DK7PXh7g.mjs";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
  const useCreateFeedsClient = ({
7
7
  apiKey,
@@ -160,6 +160,7 @@ decoders.ActivityResponse = (input) => {
160
160
  deleted_at: { type: "DatetimeType", isSingle: true },
161
161
  edited_at: { type: "DatetimeType", isSingle: true },
162
162
  expires_at: { type: "DatetimeType", isSingle: true },
163
+ friend_reactions: { type: "FeedsReactionResponse", isSingle: false },
163
164
  current_feed: { type: "FeedResponse", isSingle: true },
164
165
  parent: { type: "ActivityResponse", isSingle: true },
165
166
  poll: { type: "PollResponseData", isSingle: true }
@@ -2415,6 +2416,7 @@ class FeedsApi {
2415
2416
  filter: request?.filter,
2416
2417
  followers_pagination: request?.followers_pagination,
2417
2418
  following_pagination: request?.following_pagination,
2419
+ friend_reactions_options: request?.friend_reactions_options,
2418
2420
  interest_weights: request?.interest_weights,
2419
2421
  member_pagination: request?.member_pagination
2420
2422
  };
@@ -4026,7 +4028,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
4026
4028
  };
4027
4029
  return result;
4028
4030
  };
4029
- const version = "0.3.44";
4031
+ const version = "0.3.45";
4030
4032
  const axios = axiosImport.default ?? axiosImport;
4031
4033
  class ApiClient {
4032
4034
  constructor(apiKey, tokenManager, connectionIdManager, options) {
@@ -8085,4 +8087,4 @@ exports.replaceUniqueArrayMerge = replaceUniqueArrayMerge;
8085
8087
  exports.shouldUpdateState = shouldUpdateState;
8086
8088
  exports.uniqueArrayMerge = uniqueArrayMerge;
8087
8089
  exports.updateEntityInArray = updateEntityInArray;
8088
- //# sourceMappingURL=feeds-client-DK7vuKlg.js.map
8090
+ //# sourceMappingURL=feeds-client-CN3FjVMk.js.map