@stream-io/feeds-client 1.7.0 → 1.8.0

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.
@@ -554,7 +554,7 @@ export interface ActivityRequest {
554
554
 
555
555
  /**
556
556
  * @deprecated
557
- * Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
557
+ * Whether to copy custom data to the notification activity (only applies when create_notification_activity is true) Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
558
558
  */
559
559
  copy_custom_to_notification?: boolean;
560
560
 
@@ -971,7 +971,7 @@ export interface AddActivityRequest {
971
971
 
972
972
  /**
973
973
  * @deprecated
974
- * Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
974
+ * Whether to copy custom data to the notification activity (only applies when create_notification_activity is true) Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
975
975
  */
976
976
  copy_custom_to_notification?: boolean;
977
977
 
@@ -1111,7 +1111,7 @@ export interface AddCommentReactionRequest {
1111
1111
 
1112
1112
  /**
1113
1113
  * @deprecated
1114
- * Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
1114
+ * Whether to copy custom data to the notification activity (only applies when create_notification_activity is true) Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
1115
1115
  */
1116
1116
  copy_custom_to_notification?: boolean;
1117
1117
 
@@ -1157,7 +1157,7 @@ export interface AddCommentRequest {
1157
1157
 
1158
1158
  /**
1159
1159
  * @deprecated
1160
- * Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
1160
+ * Whether to copy custom data to the notification activity (only applies when create_notification_activity is true) Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
1161
1161
  */
1162
1162
  copy_custom_to_notification?: boolean;
1163
1163
 
@@ -1261,7 +1261,7 @@ export interface AddReactionRequest {
1261
1261
 
1262
1262
  /**
1263
1263
  * @deprecated
1264
- * Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
1264
+ * Whether to copy custom data to the notification activity (only applies when create_notification_activity is true) Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
1265
1265
  */
1266
1266
  copy_custom_to_notification?: boolean;
1267
1267
 
@@ -5041,9 +5041,14 @@ export interface FollowRequest {
5041
5041
  */
5042
5042
  target: string;
5043
5043
 
5044
+ /**
5045
+ * Maximum number of historical activities to copy from the target feed when the follow is first materialized. Defaults to 100. Range: 0-1000. 0 means no historical activities are copied.
5046
+ */
5047
+ activity_copy_limit?: number;
5048
+
5044
5049
  /**
5045
5050
  * @deprecated
5046
- * Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
5051
+ * Whether to copy custom data to the notification activity (only applies when create_notification_activity is true) Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
5047
5052
  */
5048
5053
  copy_custom_to_notification?: boolean;
5049
5054
 
@@ -8577,7 +8582,7 @@ export interface UnpinActivityResponse {
8577
8582
  export interface UpdateActivityPartialRequest {
8578
8583
  /**
8579
8584
  * @deprecated
8580
- * Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
8585
+ * Whether to copy custom data to the notification activity (only applies when handle_mention_notifications creates notifications) Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
8581
8586
  */
8582
8587
  copy_custom_to_notification?: boolean;
8583
8588
 
@@ -8616,7 +8621,7 @@ export interface UpdateActivityPartialResponse {
8616
8621
  export interface UpdateActivityRequest {
8617
8622
  /**
8618
8623
  * @deprecated
8619
- * Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
8624
+ * Whether to copy custom data to the notification activity (only applies when handle_mention_notifications creates notifications) Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
8620
8625
  */
8621
8626
  copy_custom_to_notification?: boolean;
8622
8627
 
@@ -8819,7 +8824,7 @@ export interface UpdateCollectionsResponse {
8819
8824
  export interface UpdateCommentPartialRequest {
8820
8825
  /**
8821
8826
  * @deprecated
8822
- * Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
8827
+ * Whether to copy custom data to notification activities Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
8823
8828
  */
8824
8829
  copy_custom_to_notification?: boolean;
8825
8830
 
@@ -8863,7 +8868,7 @@ export interface UpdateCommentRequest {
8863
8868
 
8864
8869
  /**
8865
8870
  * @deprecated
8866
- * Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
8871
+ * Whether to copy custom data to the notification activity (only applies when handle_mention_notifications creates notifications) Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
8867
8872
  */
8868
8873
  copy_custom_to_notification?: boolean;
8869
8874
 
@@ -8977,9 +8982,14 @@ export interface UpdateFollowRequest {
8977
8982
  */
8978
8983
  target: string;
8979
8984
 
8985
+ /**
8986
+ * Maximum number of historical activities to copy from the target feed when the follow is first materialized. Defaults to 100. Range: 0-1000. 0 means no historical activities are copied.
8987
+ */
8988
+ activity_copy_limit?: number;
8989
+
8980
8990
  /**
8981
8991
  * @deprecated
8982
- * Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
8992
+ * Whether to copy custom data to the notification activity (only applies when create_notification_activity is true) Deprecated: use notification_context.trigger.custom and notification_context.target.custom instead
8983
8993
  */
8984
8994
  copy_custom_to_notification?: boolean;
8985
8995