@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.
@@ -3341,6 +3341,7 @@ var FeedsApi = class {
3341
3341
  depth: request?.depth,
3342
3342
  sort: request?.sort,
3343
3343
  replies_limit: request?.replies_limit,
3344
+ id_around: request?.id_around,
3344
3345
  limit: request?.limit,
3345
3346
  prev: request?.prev,
3346
3347
  next: request?.next
@@ -3491,6 +3492,7 @@ var FeedsApi = class {
3491
3492
  depth: request?.depth,
3492
3493
  sort: request?.sort,
3493
3494
  replies_limit: request?.replies_limit,
3495
+ id_around: request?.id_around,
3494
3496
  limit: request?.limit,
3495
3497
  prev: request?.prev,
3496
3498
  next: request?.next
@@ -3873,6 +3875,7 @@ var FeedsApi = class {
3873
3875
  async unfollow(request) {
3874
3876
  const queryParams = {
3875
3877
  delete_notification_activity: request?.delete_notification_activity,
3878
+ keep_history: request?.keep_history,
3876
3879
  enrich_own_fields: request?.enrich_own_fields
3877
3880
  };
3878
3881
  const pathParams = {
@@ -5051,7 +5054,7 @@ var getRateLimitFromResponseHeader = (response_headers) => {
5051
5054
  };
5052
5055
  //#endregion
5053
5056
  //#region package.json
5054
- var version = "1.4.0";
5057
+ var version = "1.6.0";
5055
5058
  //#endregion
5056
5059
  //#region src/common/ApiClient.ts
5057
5060
  var axios$1 = axios.default.default ?? axios.default;
@@ -8966,4 +8969,4 @@ Object.defineProperty(exports, "updateEntityInArray", {
8966
8969
  }
8967
8970
  });
8968
8971
 
8969
- //# sourceMappingURL=feeds-client-BaIrmzwU.js.map
8972
+ //# sourceMappingURL=feeds-client-DPLGIycV.js.map