@stream-io/feeds-client 0.3.43 → 0.3.44

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.
@@ -365,6 +365,8 @@ export interface ActivityRequest {
365
365
 
366
366
  feeds: string[];
367
367
 
368
+ copy_custom_to_notification?: boolean;
369
+
368
370
  create_notification_activity?: boolean;
369
371
 
370
372
  expires_at?: string;
@@ -565,6 +567,8 @@ export interface AddActivityRequest {
565
567
 
566
568
  feeds: string[];
567
569
 
570
+ copy_custom_to_notification?: boolean;
571
+
568
572
  create_notification_activity?: boolean;
569
573
 
570
574
  expires_at?: string;
@@ -629,6 +633,8 @@ export interface AddBookmarkResponse {
629
633
  export interface AddCommentReactionRequest {
630
634
  type: string;
631
635
 
636
+ copy_custom_to_notification?: boolean;
637
+
632
638
  create_notification_activity?: boolean;
633
639
 
634
640
  enforce_unique?: boolean;
@@ -651,6 +657,8 @@ export interface AddCommentReactionResponse {
651
657
  export interface AddCommentRequest {
652
658
  comment?: string;
653
659
 
660
+ copy_custom_to_notification?: boolean;
661
+
654
662
  create_notification_activity?: boolean;
655
663
 
656
664
  id?: string;
@@ -701,6 +709,8 @@ export interface AddFolderRequest {
701
709
  export interface AddReactionRequest {
702
710
  type: string;
703
711
 
712
+ copy_custom_to_notification?: boolean;
713
+
704
714
  create_notification_activity?: boolean;
705
715
 
706
716
  enforce_unique?: boolean;
@@ -3144,6 +3154,8 @@ export interface FollowRequest {
3144
3154
 
3145
3155
  target: string;
3146
3156
 
3157
+ copy_custom_to_notification?: boolean;
3158
+
3147
3159
  create_notification_activity?: boolean;
3148
3160
 
3149
3161
  push_preference?: 'all' | 'none';
@@ -5771,6 +5783,8 @@ export interface UnpinActivityResponse {
5771
5783
  }
5772
5784
 
5773
5785
  export interface UpdateActivityPartialRequest {
5786
+ copy_custom_to_notification?: boolean;
5787
+
5774
5788
  handle_mention_notifications?: boolean;
5775
5789
 
5776
5790
  run_activity_processors?: boolean;
@@ -5787,6 +5801,8 @@ export interface UpdateActivityPartialResponse {
5787
5801
  }
5788
5802
 
5789
5803
  export interface UpdateActivityRequest {
5804
+ copy_custom_to_notification?: boolean;
5805
+
5790
5806
  expires_at?: Date;
5791
5807
 
5792
5808
  handle_mention_notifications?: boolean;
@@ -5893,6 +5909,8 @@ export interface UpdateCollectionsResponse {
5893
5909
  export interface UpdateCommentRequest {
5894
5910
  comment?: string;
5895
5911
 
5912
+ copy_custom_to_notification?: boolean;
5913
+
5896
5914
  handle_mention_notifications?: boolean;
5897
5915
 
5898
5916
  skip_enrich_url?: boolean;
@@ -5955,6 +5973,8 @@ export interface UpdateFollowRequest {
5955
5973
 
5956
5974
  target: string;
5957
5975
 
5976
+ copy_custom_to_notification?: boolean;
5977
+
5958
5978
  create_notification_activity?: boolean;
5959
5979
 
5960
5980
  follower_role?: string;