@stream-io/feeds-client 0.3.39 → 0.3.40

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.3.40](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.39...@stream-io/feeds-client-0.3.40) (2026-01-29)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * feeds 1117 support restoring soft deleted activities ([#224](https://github.com/GetStream/stream-feeds-js/issues/224)) ([bf86bb4](https://github.com/GetStream/stream-feeds-js/commit/bf86bb475047a034f2a4587a4bd3cea207fc2238))
11
+
5
12
  ## [0.3.39](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.38...@stream-io/feeds-client-0.3.39) (2026-01-29)
6
13
 
7
14
 
package/dist/cjs/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const stateStore = require("@stream-io/state-store");
4
- const feedsClient = require("../feeds-client-CT1eKizN.js");
4
+ const feedsClient = require("../feeds-client-sN82WnNB.js");
5
5
  const loggerInternal = require("@stream-io/logger");
6
6
  const ownFeedFields = ["own_capabilities", "own_follows", "own_membership"];
7
7
  const ChannelOwnCapability = {
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const reactBindings = require("@stream-io/state-store/react-bindings");
4
4
  const react = require("react");
5
- const feedsClient = require("../feeds-client-CT1eKizN.js");
5
+ const feedsClient = require("../feeds-client-sN82WnNB.js");
6
6
  const jsxRuntime = require("react/jsx-runtime");
7
7
  const useCreateFeedsClient = ({
8
8
  apiKey,
package/dist/es/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { StateStore } from "@stream-io/state-store";
2
2
  export * from "@stream-io/state-store";
3
- import { d as debounce } from "../feeds-client-DnryJ-rf.mjs";
4
- import { A, C, a, F, S, b, c, n, m, k, g, e, h, f, j, i, r, s, u, l } from "../feeds-client-DnryJ-rf.mjs";
3
+ import { d as debounce } from "../feeds-client-lltsBiM3.mjs";
4
+ import { A, C, a, F, S, b, c, n, m, k, g, e, h, f, j, i, r, s, u, l } from "../feeds-client-lltsBiM3.mjs";
5
5
  import { LogLevelEnum } from "@stream-io/logger";
6
6
  const ownFeedFields = ["own_capabilities", "own_follows", "own_membership"];
7
7
  const ChannelOwnCapability = {
@@ -1,7 +1,7 @@
1
1
  import { useStateStore } from "@stream-io/state-store/react-bindings";
2
2
  export * from "@stream-io/state-store/react-bindings";
3
3
  import { useState, useEffect, createContext, useContext, useRef, useCallback, useMemo } from "react";
4
- import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-DnryJ-rf.mjs";
4
+ import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-lltsBiM3.mjs";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
  const useCreateFeedsClient = ({
7
7
  apiKey,
@@ -2029,7 +2029,7 @@ class FeedsApi {
2029
2029
  };
2030
2030
  const body = {};
2031
2031
  const response = await this.apiClient.sendRequest(
2032
- "PUT",
2032
+ "POST",
2033
2033
  "/api/v2/feeds/activities/{id}/restore",
2034
2034
  pathParams,
2035
2035
  void 0,
@@ -3997,7 +3997,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
3997
3997
  };
3998
3998
  return result;
3999
3999
  };
4000
- const version = "0.3.39";
4000
+ const version = "0.3.40";
4001
4001
  const axios = axiosImport.default ?? axiosImport;
4002
4002
  class ApiClient {
4003
4003
  constructor(apiKey, tokenManager, connectionIdManager, options) {
@@ -8023,4 +8023,4 @@ export {
8023
8023
  shouldUpdateState as s,
8024
8024
  uniqueArrayMerge as u
8025
8025
  };
8026
- //# sourceMappingURL=feeds-client-DnryJ-rf.mjs.map
8026
+ //# sourceMappingURL=feeds-client-lltsBiM3.mjs.map