@stream-io/feeds-client 0.1.3 → 0.1.4

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 CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.4](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.1.3...@stream-io/feeds-client-0.1.4) (2025-07-16)
6
+
7
+
8
+ * update to latest openapi ([#62](https://github.com/GetStream/stream-feeds-js/issues/62)) ([82b39ae](https://github.com/GetStream/stream-feeds-js/commit/82b39aee0c62cd9aa1598fb42aaf6637ded83a33))
9
+
5
10
  ## [0.1.3](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.1.2...@stream-io/feeds-client-0.1.3) (2025-07-15)
6
11
 
7
12
 
@@ -2016,6 +2016,7 @@ class FeedsApi {
2016
2016
  };
2017
2017
  const body = {
2018
2018
  type: request?.type,
2019
+ create_notification_activity: request?.create_notification_activity,
2019
2020
  custom: request?.custom,
2020
2021
  };
2021
2022
  const response = await this.apiClient.sendRequest('POST', '/api/v2/feeds/activities/{activity_id}/reactions', pathParams, undefined, body, 'application/json');
@@ -2110,6 +2111,7 @@ class FeedsApi {
2110
2111
  comment: request?.comment,
2111
2112
  object_id: request?.object_id,
2112
2113
  object_type: request?.object_type,
2114
+ create_notification_activity: request?.create_notification_activity,
2113
2115
  parent_id: request?.parent_id,
2114
2116
  attachments: request?.attachments,
2115
2117
  mentioned_user_ids: request?.mentioned_user_ids,
@@ -2173,6 +2175,7 @@ class FeedsApi {
2173
2175
  };
2174
2176
  const body = {
2175
2177
  type: request?.type,
2178
+ create_notification_activity: request?.create_notification_activity,
2176
2179
  custom: request?.custom,
2177
2180
  };
2178
2181
  const response = await this.apiClient.sendRequest('POST', '/api/v2/feeds/comments/{comment_id}/reactions', pathParams, undefined, body, 'application/json');
@@ -2398,6 +2401,7 @@ class FeedsApi {
2398
2401
  const body = {
2399
2402
  source: request?.source,
2400
2403
  target: request?.target,
2404
+ create_notification_activity: request?.create_notification_activity,
2401
2405
  follower_role: request?.follower_role,
2402
2406
  push_preference: request?.push_preference,
2403
2407
  custom: request?.custom,
@@ -2410,6 +2414,7 @@ class FeedsApi {
2410
2414
  const body = {
2411
2415
  source: request?.source,
2412
2416
  target: request?.target,
2417
+ create_notification_activity: request?.create_notification_activity,
2413
2418
  push_preference: request?.push_preference,
2414
2419
  custom: request?.custom,
2415
2420
  };