@stream-io/feeds-client 0.3.12 → 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.
@@ -1695,6 +1695,7 @@ class FeedsApi {
1695
1695
  parent_id: request?.parent_id,
1696
1696
  poll_id: request?.poll_id,
1697
1697
  restrict_replies: request?.restrict_replies,
1698
+ skip_enrich_url: request?.skip_enrich_url,
1698
1699
  text: request?.text,
1699
1700
  visibility: request?.visibility,
1700
1701
  visibility_tag: request?.visibility_tag,
@@ -1986,6 +1987,7 @@ class FeedsApi {
1986
1987
  expires_at: request?.expires_at,
1987
1988
  poll_id: request?.poll_id,
1988
1989
  restrict_replies: request?.restrict_replies,
1990
+ skip_enrich_url: request?.skip_enrich_url,
1989
1991
  text: request?.text,
1990
1992
  visibility: request?.visibility,
1991
1993
  attachments: request?.attachments,
@@ -2146,6 +2148,7 @@ class FeedsApi {
2146
2148
  create_notification_activity: request?.create_notification_activity,
2147
2149
  id: request?.id,
2148
2150
  parent_id: request?.parent_id,
2151
+ skip_enrich_url: request?.skip_enrich_url,
2149
2152
  skip_push: request?.skip_push,
2150
2153
  attachments: request?.attachments,
2151
2154
  mentioned_user_ids: request?.mentioned_user_ids,
@@ -2221,6 +2224,7 @@ class FeedsApi {
2221
2224
  };
2222
2225
  const body = {
2223
2226
  comment: request?.comment,
2227
+ skip_enrich_url: request?.skip_enrich_url,
2224
2228
  skip_push: request?.skip_push,
2225
2229
  custom: request?.custom
2226
2230
  };
@@ -2335,12 +2339,14 @@ class FeedsApi {
2335
2339
  feed_id: request?.feed_id
2336
2340
  };
2337
2341
  const body = {
2342
+ id_around: request?.id_around,
2338
2343
  limit: request?.limit,
2339
2344
  next: request?.next,
2340
2345
  prev: request?.prev,
2341
2346
  view: request?.view,
2342
2347
  watch: request?.watch,
2343
2348
  data: request?.data,
2349
+ enrichment_options: request?.enrichment_options,
2344
2350
  external_ranking: request?.external_ranking,
2345
2351
  filter: request?.filter,
2346
2352
  followers_pagination: request?.followers_pagination,
@@ -3899,7 +3905,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
3899
3905
  };
3900
3906
  return result;
3901
3907
  };
3902
- const version = "0.3.12";
3908
+ const version = "0.3.14";
3903
3909
  class ApiClient {
3904
3910
  constructor(apiKey, tokenManager, connectionIdManager, options) {
3905
3911
  this.apiKey = apiKey;
@@ -7710,4 +7716,4 @@ exports.replaceUniqueArrayMerge = replaceUniqueArrayMerge;
7710
7716
  exports.shouldUpdateState = shouldUpdateState;
7711
7717
  exports.uniqueArrayMerge = uniqueArrayMerge;
7712
7718
  exports.updateEntityInArray = updateEntityInArray;
7713
- //# sourceMappingURL=feeds-client-BraP5Emi.js.map
7719
+ //# sourceMappingURL=feeds-client-YbhVg6cF.js.map