@stream-io/node-sdk 0.7.50 → 0.7.52
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.cjs.js
CHANGED
|
@@ -7821,7 +7821,7 @@ class ApiClient {
|
|
|
7821
7821
|
const headers = {
|
|
7822
7822
|
Authorization: this.apiConfig.token,
|
|
7823
7823
|
'stream-auth-type': 'jwt',
|
|
7824
|
-
'X-Stream-Client': 'stream-node-' + "0.7.
|
|
7824
|
+
'X-Stream-Client': 'stream-node-' + "0.7.52",
|
|
7825
7825
|
'Accept-Encoding': 'gzip',
|
|
7826
7826
|
'x-client-request-id': clientRequestId,
|
|
7827
7827
|
};
|
|
@@ -7988,6 +7988,7 @@ class FeedsApi {
|
|
|
7988
7988
|
enrich_own_fields: request?.enrich_own_fields,
|
|
7989
7989
|
include_expired_activities: request?.include_expired_activities,
|
|
7990
7990
|
include_private_activities: request?.include_private_activities,
|
|
7991
|
+
include_soft_deleted_activities: request?.include_soft_deleted_activities,
|
|
7991
7992
|
limit: request?.limit,
|
|
7992
7993
|
next: request?.next,
|
|
7993
7994
|
prev: request?.prev,
|
|
@@ -8942,6 +8943,7 @@ class FeedsApi {
|
|
|
8942
8943
|
const body = {
|
|
8943
8944
|
source: request?.source,
|
|
8944
8945
|
target: request?.target,
|
|
8946
|
+
activity_copy_limit: request?.activity_copy_limit,
|
|
8945
8947
|
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
8946
8948
|
create_notification_activity: request?.create_notification_activity,
|
|
8947
8949
|
enrich_own_fields: request?.enrich_own_fields,
|
|
@@ -8959,6 +8961,7 @@ class FeedsApi {
|
|
|
8959
8961
|
const body = {
|
|
8960
8962
|
source: request?.source,
|
|
8961
8963
|
target: request?.target,
|
|
8964
|
+
activity_copy_limit: request?.activity_copy_limit,
|
|
8962
8965
|
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
8963
8966
|
create_notification_activity: request?.create_notification_activity,
|
|
8964
8967
|
enrich_own_fields: request?.enrich_own_fields,
|