@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 +7 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/react-bindings.js +1 -1
- package/dist/es/index.mjs +2 -2
- package/dist/es/react-bindings.mjs +1 -1
- package/dist/{feeds-client-DnryJ-rf.mjs → feeds-client-lltsBiM3.mjs} +3 -3
- package/dist/feeds-client-lltsBiM3.mjs.map +1 -0
- package/dist/{feeds-client-CT1eKizN.js → feeds-client-sN82WnNB.js} +3 -3
- package/dist/{feeds-client-DnryJ-rf.mjs.map → feeds-client-sN82WnNB.js.map} +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/gen/feeds/FeedsApi.ts +1 -1
- package/dist/feeds-client-CT1eKizN.js.map +0 -1
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
-
"
|
|
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.
|
|
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-
|
|
8026
|
+
//# sourceMappingURL=feeds-client-lltsBiM3.mjs.map
|