@stream-io/feeds-client 0.3.43 → 0.3.44
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 +2 -2
- package/dist/es/index.mjs.map +1 -1
- package/dist/es/react-bindings.mjs +1 -1
- package/dist/{feeds-client-O3lXU8Bl.mjs → feeds-client-B7anS3xV.mjs} +11 -2
- package/dist/feeds-client-B7anS3xV.mjs.map +1 -0
- package/dist/{feeds-client-B1mzWjrM.js → feeds-client-DK7vuKlg.js} +11 -2
- package/dist/feeds-client-DK7vuKlg.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 +10 -0
- package/dist/types/gen/models/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/gen/feeds/FeedsApi.ts +9 -0
- package/src/gen/models/index.ts +20 -0
- package/dist/feeds-client-B1mzWjrM.js.map +0 -1
- package/dist/feeds-client-O3lXU8Bl.mjs.map +0 -1
|
@@ -1711,6 +1711,7 @@ class FeedsApi {
|
|
|
1711
1711
|
const body = {
|
|
1712
1712
|
type: request?.type,
|
|
1713
1713
|
feeds: request?.feeds,
|
|
1714
|
+
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
1714
1715
|
create_notification_activity: request?.create_notification_activity,
|
|
1715
1716
|
expires_at: request?.expires_at,
|
|
1716
1717
|
id: request?.id,
|
|
@@ -1913,6 +1914,7 @@ class FeedsApi {
|
|
|
1913
1914
|
};
|
|
1914
1915
|
const body = {
|
|
1915
1916
|
type: request?.type,
|
|
1917
|
+
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
1916
1918
|
create_notification_activity: request?.create_notification_activity,
|
|
1917
1919
|
enforce_unique: request?.enforce_unique,
|
|
1918
1920
|
skip_push: request?.skip_push,
|
|
@@ -1993,6 +1995,7 @@ class FeedsApi {
|
|
|
1993
1995
|
id: request?.id
|
|
1994
1996
|
};
|
|
1995
1997
|
const body = {
|
|
1998
|
+
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
1996
1999
|
handle_mention_notifications: request?.handle_mention_notifications,
|
|
1997
2000
|
run_activity_processors: request?.run_activity_processors,
|
|
1998
2001
|
unset: request?.unset,
|
|
@@ -2014,6 +2017,7 @@ class FeedsApi {
|
|
|
2014
2017
|
id: request?.id
|
|
2015
2018
|
};
|
|
2016
2019
|
const body = {
|
|
2020
|
+
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
2017
2021
|
expires_at: request?.expires_at,
|
|
2018
2022
|
handle_mention_notifications: request?.handle_mention_notifications,
|
|
2019
2023
|
poll_id: request?.poll_id,
|
|
@@ -2193,6 +2197,7 @@ class FeedsApi {
|
|
|
2193
2197
|
async addComment(request) {
|
|
2194
2198
|
const body = {
|
|
2195
2199
|
comment: request?.comment,
|
|
2200
|
+
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
2196
2201
|
create_notification_activity: request?.create_notification_activity,
|
|
2197
2202
|
id: request?.id,
|
|
2198
2203
|
object_id: request?.object_id,
|
|
@@ -2275,6 +2280,7 @@ class FeedsApi {
|
|
|
2275
2280
|
};
|
|
2276
2281
|
const body = {
|
|
2277
2282
|
comment: request?.comment,
|
|
2283
|
+
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
2278
2284
|
handle_mention_notifications: request?.handle_mention_notifications,
|
|
2279
2285
|
skip_enrich_url: request?.skip_enrich_url,
|
|
2280
2286
|
skip_push: request?.skip_push,
|
|
@@ -2299,6 +2305,7 @@ class FeedsApi {
|
|
|
2299
2305
|
};
|
|
2300
2306
|
const body = {
|
|
2301
2307
|
type: request?.type,
|
|
2308
|
+
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
2302
2309
|
create_notification_activity: request?.create_notification_activity,
|
|
2303
2310
|
enforce_unique: request?.enforce_unique,
|
|
2304
2311
|
skip_push: request?.skip_push,
|
|
@@ -2674,6 +2681,7 @@ class FeedsApi {
|
|
|
2674
2681
|
const body = {
|
|
2675
2682
|
source: request?.source,
|
|
2676
2683
|
target: request?.target,
|
|
2684
|
+
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
2677
2685
|
create_notification_activity: request?.create_notification_activity,
|
|
2678
2686
|
follower_role: request?.follower_role,
|
|
2679
2687
|
push_preference: request?.push_preference,
|
|
@@ -2695,6 +2703,7 @@ class FeedsApi {
|
|
|
2695
2703
|
const body = {
|
|
2696
2704
|
source: request?.source,
|
|
2697
2705
|
target: request?.target,
|
|
2706
|
+
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
2698
2707
|
create_notification_activity: request?.create_notification_activity,
|
|
2699
2708
|
push_preference: request?.push_preference,
|
|
2700
2709
|
skip_push: request?.skip_push,
|
|
@@ -4017,7 +4026,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
|
|
|
4017
4026
|
};
|
|
4018
4027
|
return result;
|
|
4019
4028
|
};
|
|
4020
|
-
const version = "0.3.
|
|
4029
|
+
const version = "0.3.44";
|
|
4021
4030
|
const axios = axiosImport.default ?? axiosImport;
|
|
4022
4031
|
class ApiClient {
|
|
4023
4032
|
constructor(apiKey, tokenManager, connectionIdManager, options) {
|
|
@@ -8076,4 +8085,4 @@ exports.replaceUniqueArrayMerge = replaceUniqueArrayMerge;
|
|
|
8076
8085
|
exports.shouldUpdateState = shouldUpdateState;
|
|
8077
8086
|
exports.uniqueArrayMerge = uniqueArrayMerge;
|
|
8078
8087
|
exports.updateEntityInArray = updateEntityInArray;
|
|
8079
|
-
//# sourceMappingURL=feeds-client-
|
|
8088
|
+
//# sourceMappingURL=feeds-client-DK7vuKlg.js.map
|