@stream-io/feeds-client 1.4.0 → 1.5.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.
@@ -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
@@ -5028,7 +5030,7 @@ var getRateLimitFromResponseHeader = (response_headers) => {
5028
5030
  };
5029
5031
  //#endregion
5030
5032
  //#region package.json
5031
- var version = "1.4.0";
5033
+ var version = "1.5.0";
5032
5034
  //#endregion
5033
5035
  //#region src/common/ApiClient.ts
5034
5036
  var axios = axiosImport.default ?? axiosImport;
@@ -8800,4 +8802,4 @@ var FeedsClient = class extends FeedsApi {
8800
8802
  //#endregion
8801
8803
  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
8804
 
8803
- //# sourceMappingURL=feeds-client-Dne86c6R.mjs.map
8805
+ //# sourceMappingURL=feeds-client-C6ZWjV_u.mjs.map