@stream-io/feeds-client 1.7.0 → 1.9.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.
@@ -1,4 +1,4 @@
1
- import { t as FeedsClient, u as isCommentResponse, v as checkHasAnotherPage } from "../feeds-client-DYZ59hqW.mjs";
1
+ import { t as FeedsClient, u as isCommentResponse, v as checkHasAnotherPage } from "../feeds-client-B8GZsmau.mjs";
2
2
  import { useStateStore } from "@stream-io/state-store/react-bindings";
3
3
  import { createContext, useCallback, useContext, useEffect, useMemo, useRef, useState } from "react";
4
4
  import { jsx } from "react/jsx-runtime";
@@ -3861,6 +3861,7 @@ var FeedsApi = class {
3861
3861
  const body = {
3862
3862
  source: request?.source,
3863
3863
  target: request?.target,
3864
+ activity_copy_limit: request?.activity_copy_limit,
3864
3865
  copy_custom_to_notification: request?.copy_custom_to_notification,
3865
3866
  create_notification_activity: request?.create_notification_activity,
3866
3867
  enrich_own_fields: request?.enrich_own_fields,
@@ -3880,6 +3881,7 @@ var FeedsApi = class {
3880
3881
  const body = {
3881
3882
  source: request?.source,
3882
3883
  target: request?.target,
3884
+ activity_copy_limit: request?.activity_copy_limit,
3883
3885
  copy_custom_to_notification: request?.copy_custom_to_notification,
3884
3886
  create_notification_activity: request?.create_notification_activity,
3885
3887
  enrich_own_fields: request?.enrich_own_fields,
@@ -5141,7 +5143,7 @@ var getRateLimitFromResponseHeader = (response_headers) => {
5141
5143
  };
5142
5144
  //#endregion
5143
5145
  //#region package.json
5144
- var version = "1.7.0";
5146
+ var version = "1.9.0";
5145
5147
  //#endregion
5146
5148
  //#region src/common/ApiClient.ts
5147
5149
  var axios = axiosImport.default ?? axiosImport;
@@ -8913,4 +8915,4 @@ var FeedsClient = class extends FeedsApi {
8913
8915
  //#endregion
8914
8916
  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 };
8915
8917
 
8916
- //# sourceMappingURL=feeds-client-DYZ59hqW.mjs.map
8918
+ //# sourceMappingURL=feeds-client-B8GZsmau.mjs.map