@stream-io/node-sdk 0.7.47 → 0.7.48

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/dist/index.es.mjs CHANGED
@@ -7639,7 +7639,7 @@ class ApiClient {
7639
7639
  const headers = {
7640
7640
  Authorization: this.apiConfig.token,
7641
7641
  'stream-auth-type': 'jwt',
7642
- 'X-Stream-Client': 'stream-node-' + "0.7.47",
7642
+ 'X-Stream-Client': 'stream-node-' + "0.7.48",
7643
7643
  'Accept-Encoding': 'gzip',
7644
7644
  'x-client-request-id': clientRequestId,
7645
7645
  };
@@ -8823,6 +8823,7 @@ class FeedsApi {
8823
8823
  async unfollow(request) {
8824
8824
  const queryParams = {
8825
8825
  delete_notification_activity: request?.delete_notification_activity,
8826
+ keep_history: request?.keep_history,
8826
8827
  enrich_own_fields: request?.enrich_own_fields,
8827
8828
  };
8828
8829
  const pathParams = {