@stream-io/feeds-client 0.3.13 → 0.3.14

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,6 +1,6 @@
1
1
  import require$$0, { useCallback, useMemo, useState, useEffect, createContext, useContext, useRef } from "react";
2
2
  import "@stream-io/state-store";
3
- import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-B6dsdSNW.mjs";
3
+ import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-DoDAKYaV.mjs";
4
4
  import "axios";
5
5
  var shim = { exports: {} };
6
6
  var useSyncExternalStoreShim_production = {};
@@ -2321,12 +2321,14 @@ class FeedsApi {
2321
2321
  feed_id: request?.feed_id
2322
2322
  };
2323
2323
  const body = {
2324
+ id_around: request?.id_around,
2324
2325
  limit: request?.limit,
2325
2326
  next: request?.next,
2326
2327
  prev: request?.prev,
2327
2328
  view: request?.view,
2328
2329
  watch: request?.watch,
2329
2330
  data: request?.data,
2331
+ enrichment_options: request?.enrichment_options,
2330
2332
  external_ranking: request?.external_ranking,
2331
2333
  filter: request?.filter,
2332
2334
  followers_pagination: request?.followers_pagination,
@@ -3885,7 +3887,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
3885
3887
  };
3886
3888
  return result;
3887
3889
  };
3888
- const version = "0.3.13";
3890
+ const version = "0.3.14";
3889
3891
  class ApiClient {
3890
3892
  constructor(apiKey, tokenManager, connectionIdManager, options) {
3891
3893
  this.apiKey = apiKey;
@@ -7698,4 +7700,4 @@ export {
7698
7700
  shouldUpdateState as s,
7699
7701
  uniqueArrayMerge as u
7700
7702
  };
7701
- //# sourceMappingURL=feeds-client-B6dsdSNW.mjs.map
7703
+ //# sourceMappingURL=feeds-client-DoDAKYaV.mjs.map