@stream-io/feeds-client 0.3.30 → 0.3.32

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.
@@ -614,6 +614,8 @@ export interface AddCommentReactionResponse {
614
614
  comment: CommentResponse;
615
615
 
616
616
  reaction: FeedsReactionResponse;
617
+
618
+ notification_created?: boolean;
617
619
  }
618
620
 
619
621
  export interface AddCommentRequest {
@@ -644,6 +646,8 @@ export interface AddCommentResponse {
644
646
  duration: string;
645
647
 
646
648
  comment: CommentResponse;
649
+
650
+ notification_created?: boolean;
647
651
  }
648
652
 
649
653
  export interface AddCommentsBatchRequest {
@@ -680,6 +684,8 @@ export interface AddReactionResponse {
680
684
  activity: ActivityResponse;
681
685
 
682
686
  reaction: FeedsReactionResponse;
687
+
688
+ notification_created?: boolean;
683
689
  }
684
690
 
685
691
  export interface AggregatedActivityResponse {
@@ -5258,6 +5264,8 @@ export interface SingleFollowResponse {
5258
5264
  duration: string;
5259
5265
 
5260
5266
  follow: FollowResponse;
5267
+
5268
+ notification_created?: boolean;
5261
5269
  }
5262
5270
 
5263
5271
  export interface SortParam {
@@ -5680,6 +5688,8 @@ export interface UpdateCommentRequest {
5680
5688
 
5681
5689
  skip_push?: boolean;
5682
5690
 
5691
+ attachments?: Attachment[];
5692
+
5683
5693
  custom?: Record<string, any>;
5684
5694
  }
5685
5695