@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.
- package/CHANGELOG.md +14 -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-DYZ59hqW.mjs → feeds-client-B8GZsmau.mjs} +4 -2
- package/dist/feeds-client-B8GZsmau.mjs.map +1 -0
- package/dist/{feeds-client-BeLCHq7r.js → feeds-client-C1uBsoNh.js} +4 -2
- package/dist/feeds-client-C1uBsoNh.js.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 +32 -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 +35 -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-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.
|
|
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-
|
|
8918
|
+
//# sourceMappingURL=feeds-client-B8GZsmau.mjs.map
|