@stream-io/feeds-client 1.4.0 → 1.6.0

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,4 +1,4 @@
1
- import { t as FeedsClient, u as isCommentResponse, v as checkHasAnotherPage } from "../feeds-client-Dne86c6R.mjs";
1
+ import { t as FeedsClient, u as isCommentResponse, v as checkHasAnotherPage } from "../feeds-client-CQELcw6M.mjs";
2
2
  import { useStateStore } from "@stream-io/state-store/react-bindings";
3
3
  import { createContext, useCallback, useContext, useEffect, useMemo, useRef, useState } from "react";
4
4
  import { jsx } from "react/jsx-runtime";
@@ -3318,6 +3318,7 @@ var FeedsApi = class {
3318
3318
  depth: request?.depth,
3319
3319
  sort: request?.sort,
3320
3320
  replies_limit: request?.replies_limit,
3321
+ id_around: request?.id_around,
3321
3322
  limit: request?.limit,
3322
3323
  prev: request?.prev,
3323
3324
  next: request?.next
@@ -3468,6 +3469,7 @@ var FeedsApi = class {
3468
3469
  depth: request?.depth,
3469
3470
  sort: request?.sort,
3470
3471
  replies_limit: request?.replies_limit,
3472
+ id_around: request?.id_around,
3471
3473
  limit: request?.limit,
3472
3474
  prev: request?.prev,
3473
3475
  next: request?.next
@@ -3850,6 +3852,7 @@ var FeedsApi = class {
3850
3852
  async unfollow(request) {
3851
3853
  const queryParams = {
3852
3854
  delete_notification_activity: request?.delete_notification_activity,
3855
+ keep_history: request?.keep_history,
3853
3856
  enrich_own_fields: request?.enrich_own_fields
3854
3857
  };
3855
3858
  const pathParams = {
@@ -5028,7 +5031,7 @@ var getRateLimitFromResponseHeader = (response_headers) => {
5028
5031
  };
5029
5032
  //#endregion
5030
5033
  //#region package.json
5031
- var version = "1.4.0";
5034
+ var version = "1.6.0";
5032
5035
  //#endregion
5033
5036
  //#region src/common/ApiClient.ts
5034
5037
  var axios = axiosImport.default ?? axiosImport;
@@ -8800,4 +8803,4 @@ var FeedsClient = class extends FeedsApi {
8800
8803
  //#endregion
8801
8804
  export { LogLevelEnum as C, debounce as S, uniqueArrayMerge as _, ownFeedFields as a, isVoteAnswer as b, shouldUpdateState as c, isFollowResponse as d, isImageFile as f, replaceUniqueArrayMerge as g, Constants as h, activityFilter as i, ensureExhausted as l, isVideoFile as m, ActivityWithStateUpdates as n, updateEntityInArray as o, isReactionResponse as p, Feed as r, getStateUpdateQueueId as s, FeedsClient as t, isCommentResponse as u, checkHasAnotherPage as v, feedsLoggerSystem as w, StreamApiError as x, StreamPoll as y };
8802
8805
 
8803
- //# sourceMappingURL=feeds-client-Dne86c6R.mjs.map
8806
+ //# sourceMappingURL=feeds-client-CQELcw6M.mjs.map