@stream-io/feeds-client 0.3.12 → 0.3.14
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 +17 -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 +2 -2
- package/dist/es/index.mjs.map +1 -1
- package/dist/es/react-bindings.mjs +1 -1
- package/dist/{feeds-client-DDkq_n24.mjs → feeds-client-DoDAKYaV.mjs} +8 -2
- package/dist/feeds-client-DoDAKYaV.mjs.map +1 -0
- package/dist/{feeds-client-BraP5Emi.js → feeds-client-YbhVg6cF.js} +8 -2
- package/dist/feeds-client-YbhVg6cF.js.map +1 -0
- package/dist/types/gen/feeds/FeedsApi.d.ts.map +1 -1
- package/dist/types/gen/models/index.d.ts +34 -0
- package/dist/types/gen/models/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/gen/feeds/FeedsApi.ts +6 -0
- package/src/gen/models/index.ts +64 -0
- package/dist/feeds-client-BraP5Emi.js.map +0 -1
- package/dist/feeds-client-DDkq_n24.mjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import require$$0, { useCallback, useMemo, useState, useEffect, createContext, useContext, useRef } from "react";
|
|
2
2
|
import "@stream-io/state-store";
|
|
3
|
-
import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-
|
|
3
|
+
import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-DoDAKYaV.mjs";
|
|
4
4
|
import "axios";
|
|
5
5
|
var shim = { exports: {} };
|
|
6
6
|
var useSyncExternalStoreShim_production = {};
|
|
@@ -1677,6 +1677,7 @@ class FeedsApi {
|
|
|
1677
1677
|
parent_id: request?.parent_id,
|
|
1678
1678
|
poll_id: request?.poll_id,
|
|
1679
1679
|
restrict_replies: request?.restrict_replies,
|
|
1680
|
+
skip_enrich_url: request?.skip_enrich_url,
|
|
1680
1681
|
text: request?.text,
|
|
1681
1682
|
visibility: request?.visibility,
|
|
1682
1683
|
visibility_tag: request?.visibility_tag,
|
|
@@ -1968,6 +1969,7 @@ class FeedsApi {
|
|
|
1968
1969
|
expires_at: request?.expires_at,
|
|
1969
1970
|
poll_id: request?.poll_id,
|
|
1970
1971
|
restrict_replies: request?.restrict_replies,
|
|
1972
|
+
skip_enrich_url: request?.skip_enrich_url,
|
|
1971
1973
|
text: request?.text,
|
|
1972
1974
|
visibility: request?.visibility,
|
|
1973
1975
|
attachments: request?.attachments,
|
|
@@ -2128,6 +2130,7 @@ class FeedsApi {
|
|
|
2128
2130
|
create_notification_activity: request?.create_notification_activity,
|
|
2129
2131
|
id: request?.id,
|
|
2130
2132
|
parent_id: request?.parent_id,
|
|
2133
|
+
skip_enrich_url: request?.skip_enrich_url,
|
|
2131
2134
|
skip_push: request?.skip_push,
|
|
2132
2135
|
attachments: request?.attachments,
|
|
2133
2136
|
mentioned_user_ids: request?.mentioned_user_ids,
|
|
@@ -2203,6 +2206,7 @@ class FeedsApi {
|
|
|
2203
2206
|
};
|
|
2204
2207
|
const body = {
|
|
2205
2208
|
comment: request?.comment,
|
|
2209
|
+
skip_enrich_url: request?.skip_enrich_url,
|
|
2206
2210
|
skip_push: request?.skip_push,
|
|
2207
2211
|
custom: request?.custom
|
|
2208
2212
|
};
|
|
@@ -2317,12 +2321,14 @@ class FeedsApi {
|
|
|
2317
2321
|
feed_id: request?.feed_id
|
|
2318
2322
|
};
|
|
2319
2323
|
const body = {
|
|
2324
|
+
id_around: request?.id_around,
|
|
2320
2325
|
limit: request?.limit,
|
|
2321
2326
|
next: request?.next,
|
|
2322
2327
|
prev: request?.prev,
|
|
2323
2328
|
view: request?.view,
|
|
2324
2329
|
watch: request?.watch,
|
|
2325
2330
|
data: request?.data,
|
|
2331
|
+
enrichment_options: request?.enrichment_options,
|
|
2326
2332
|
external_ranking: request?.external_ranking,
|
|
2327
2333
|
filter: request?.filter,
|
|
2328
2334
|
followers_pagination: request?.followers_pagination,
|
|
@@ -3881,7 +3887,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
|
|
|
3881
3887
|
};
|
|
3882
3888
|
return result;
|
|
3883
3889
|
};
|
|
3884
|
-
const version = "0.3.
|
|
3890
|
+
const version = "0.3.14";
|
|
3885
3891
|
class ApiClient {
|
|
3886
3892
|
constructor(apiKey, tokenManager, connectionIdManager, options) {
|
|
3887
3893
|
this.apiKey = apiKey;
|
|
@@ -7694,4 +7700,4 @@ export {
|
|
|
7694
7700
|
shouldUpdateState as s,
|
|
7695
7701
|
uniqueArrayMerge as u
|
|
7696
7702
|
};
|
|
7697
|
-
//# sourceMappingURL=feeds-client-
|
|
7703
|
+
//# sourceMappingURL=feeds-client-DoDAKYaV.mjs.map
|