@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.
@@ -2339,12 +2339,14 @@ class FeedsApi {
2339
2339
  feed_id: request?.feed_id
2340
2340
  };
2341
2341
  const body = {
2342
+ id_around: request?.id_around,
2342
2343
  limit: request?.limit,
2343
2344
  next: request?.next,
2344
2345
  prev: request?.prev,
2345
2346
  view: request?.view,
2346
2347
  watch: request?.watch,
2347
2348
  data: request?.data,
2349
+ enrichment_options: request?.enrichment_options,
2348
2350
  external_ranking: request?.external_ranking,
2349
2351
  filter: request?.filter,
2350
2352
  followers_pagination: request?.followers_pagination,
@@ -3903,7 +3905,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
3903
3905
  };
3904
3906
  return result;
3905
3907
  };
3906
- const version = "0.3.13";
3908
+ const version = "0.3.14";
3907
3909
  class ApiClient {
3908
3910
  constructor(apiKey, tokenManager, connectionIdManager, options) {
3909
3911
  this.apiKey = apiKey;
@@ -7714,4 +7716,4 @@ exports.replaceUniqueArrayMerge = replaceUniqueArrayMerge;
7714
7716
  exports.shouldUpdateState = shouldUpdateState;
7715
7717
  exports.uniqueArrayMerge = uniqueArrayMerge;
7716
7718
  exports.updateEntityInArray = updateEntityInArray;
7717
- //# sourceMappingURL=feeds-client-DaiBvVCs.js.map
7719
+ //# sourceMappingURL=feeds-client-YbhVg6cF.js.map