@stream-io/feeds-client 0.3.12 → 0.3.13

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-DDkq_n24.mjs";
3
+ import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-B6dsdSNW.mjs";
4
4
  import "axios";
5
5
  var shim = { exports: {} };
6
6
  var useSyncExternalStoreShim_production = {};
@@ -1677,6 +1677,7 @@ class FeedsApi {
1677
1677
  parent_id: request?.parent_id,
1678
1678
  poll_id: request?.poll_id,
1679
1679
  restrict_replies: request?.restrict_replies,
1680
+ skip_enrich_url: request?.skip_enrich_url,
1680
1681
  text: request?.text,
1681
1682
  visibility: request?.visibility,
1682
1683
  visibility_tag: request?.visibility_tag,
@@ -1968,6 +1969,7 @@ class FeedsApi {
1968
1969
  expires_at: request?.expires_at,
1969
1970
  poll_id: request?.poll_id,
1970
1971
  restrict_replies: request?.restrict_replies,
1972
+ skip_enrich_url: request?.skip_enrich_url,
1971
1973
  text: request?.text,
1972
1974
  visibility: request?.visibility,
1973
1975
  attachments: request?.attachments,
@@ -2128,6 +2130,7 @@ class FeedsApi {
2128
2130
  create_notification_activity: request?.create_notification_activity,
2129
2131
  id: request?.id,
2130
2132
  parent_id: request?.parent_id,
2133
+ skip_enrich_url: request?.skip_enrich_url,
2131
2134
  skip_push: request?.skip_push,
2132
2135
  attachments: request?.attachments,
2133
2136
  mentioned_user_ids: request?.mentioned_user_ids,
@@ -2203,6 +2206,7 @@ class FeedsApi {
2203
2206
  };
2204
2207
  const body = {
2205
2208
  comment: request?.comment,
2209
+ skip_enrich_url: request?.skip_enrich_url,
2206
2210
  skip_push: request?.skip_push,
2207
2211
  custom: request?.custom
2208
2212
  };
@@ -3881,7 +3885,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
3881
3885
  };
3882
3886
  return result;
3883
3887
  };
3884
- const version = "0.3.12";
3888
+ const version = "0.3.13";
3885
3889
  class ApiClient {
3886
3890
  constructor(apiKey, tokenManager, connectionIdManager, options) {
3887
3891
  this.apiKey = apiKey;
@@ -7694,4 +7698,4 @@ export {
7694
7698
  shouldUpdateState as s,
7695
7699
  uniqueArrayMerge as u
7696
7700
  };
7697
- //# sourceMappingURL=feeds-client-DDkq_n24.mjs.map
7701
+ //# sourceMappingURL=feeds-client-B6dsdSNW.mjs.map