@stream-io/feeds-client 1.7.0 → 1.8.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.
- package/CHANGELOG.md +7 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/react-bindings.js +1 -1
- package/dist/es/index.mjs +1 -1
- package/dist/es/index.mjs.map +1 -1
- package/dist/es/react-bindings.mjs +1 -1
- package/dist/{feeds-client-BeLCHq7r.js → feeds-client-ARkwY0jo.js} +4 -2
- package/dist/feeds-client-ARkwY0jo.js.map +1 -0
- package/dist/{feeds-client-DYZ59hqW.mjs → feeds-client-DMwcBcrU.mjs} +4 -2
- package/dist/feeds-client-DMwcBcrU.mjs.map +1 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/dist/types/gen/feeds/FeedsApi.d.ts.map +1 -1
- package/dist/types/gen/models/index.d.ts +19 -11
- package/dist/types/gen/models/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/gen/feeds/FeedsApi.ts +2 -0
- package/src/gen/models/index.ts +21 -11
- package/dist/feeds-client-BeLCHq7r.js.map +0 -1
- package/dist/feeds-client-DYZ59hqW.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as FeedsClient, u as isCommentResponse, v as checkHasAnotherPage } from "../feeds-client-
|
|
1
|
+
import { t as FeedsClient, u as isCommentResponse, v as checkHasAnotherPage } from "../feeds-client-DMwcBcrU.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";
|
|
@@ -3884,6 +3884,7 @@ var FeedsApi = class {
|
|
|
3884
3884
|
const body = {
|
|
3885
3885
|
source: request?.source,
|
|
3886
3886
|
target: request?.target,
|
|
3887
|
+
activity_copy_limit: request?.activity_copy_limit,
|
|
3887
3888
|
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
3888
3889
|
create_notification_activity: request?.create_notification_activity,
|
|
3889
3890
|
enrich_own_fields: request?.enrich_own_fields,
|
|
@@ -3903,6 +3904,7 @@ var FeedsApi = class {
|
|
|
3903
3904
|
const body = {
|
|
3904
3905
|
source: request?.source,
|
|
3905
3906
|
target: request?.target,
|
|
3907
|
+
activity_copy_limit: request?.activity_copy_limit,
|
|
3906
3908
|
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
3907
3909
|
create_notification_activity: request?.create_notification_activity,
|
|
3908
3910
|
enrich_own_fields: request?.enrich_own_fields,
|
|
@@ -5164,7 +5166,7 @@ var getRateLimitFromResponseHeader = (response_headers) => {
|
|
|
5164
5166
|
};
|
|
5165
5167
|
//#endregion
|
|
5166
5168
|
//#region package.json
|
|
5167
|
-
var version = "1.
|
|
5169
|
+
var version = "1.8.0";
|
|
5168
5170
|
//#endregion
|
|
5169
5171
|
//#region src/common/ApiClient.ts
|
|
5170
5172
|
var axios$1 = axios.default.default ?? axios.default;
|
|
@@ -9079,4 +9081,4 @@ Object.defineProperty(exports, "updateEntityInArray", {
|
|
|
9079
9081
|
}
|
|
9080
9082
|
});
|
|
9081
9083
|
|
|
9082
|
-
//# sourceMappingURL=feeds-client-
|
|
9084
|
+
//# sourceMappingURL=feeds-client-ARkwY0jo.js.map
|