@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.es.mjs
CHANGED
|
@@ -7802,7 +7802,7 @@ class ApiClient {
|
|
|
7802
7802
|
const headers = {
|
|
7803
7803
|
Authorization: this.apiConfig.token,
|
|
7804
7804
|
'stream-auth-type': 'jwt',
|
|
7805
|
-
'X-Stream-Client': 'stream-node-' + "0.7.
|
|
7805
|
+
'X-Stream-Client': 'stream-node-' + "0.7.52",
|
|
7806
7806
|
'Accept-Encoding': 'gzip',
|
|
7807
7807
|
'x-client-request-id': clientRequestId,
|
|
7808
7808
|
};
|
|
@@ -7969,6 +7969,7 @@ class FeedsApi {
|
|
|
7969
7969
|
enrich_own_fields: request?.enrich_own_fields,
|
|
7970
7970
|
include_expired_activities: request?.include_expired_activities,
|
|
7971
7971
|
include_private_activities: request?.include_private_activities,
|
|
7972
|
+
include_soft_deleted_activities: request?.include_soft_deleted_activities,
|
|
7972
7973
|
limit: request?.limit,
|
|
7973
7974
|
next: request?.next,
|
|
7974
7975
|
prev: request?.prev,
|
|
@@ -8923,6 +8924,7 @@ class FeedsApi {
|
|
|
8923
8924
|
const body = {
|
|
8924
8925
|
source: request?.source,
|
|
8925
8926
|
target: request?.target,
|
|
8927
|
+
activity_copy_limit: request?.activity_copy_limit,
|
|
8926
8928
|
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
8927
8929
|
create_notification_activity: request?.create_notification_activity,
|
|
8928
8930
|
enrich_own_fields: request?.enrich_own_fields,
|
|
@@ -8940,6 +8942,7 @@ class FeedsApi {
|
|
|
8940
8942
|
const body = {
|
|
8941
8943
|
source: request?.source,
|
|
8942
8944
|
target: request?.target,
|
|
8945
|
+
activity_copy_limit: request?.activity_copy_limit,
|
|
8943
8946
|
copy_custom_to_notification: request?.copy_custom_to_notification,
|
|
8944
8947
|
create_notification_activity: request?.create_notification_activity,
|
|
8945
8948
|
enrich_own_fields: request?.enrich_own_fields,
|