@stream-io/feeds-client 0.3.28 → 0.3.30

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.
@@ -4433,6 +4433,8 @@ export interface PollVoteRemovedFeedEvent {
4433
4433
  export interface PollVoteResponse {
4434
4434
  duration: string;
4435
4435
 
4436
+ poll?: PollResponseData;
4437
+
4436
4438
  vote?: PollVoteResponseData;
4437
4439
  }
4438
4440
 
@@ -5710,6 +5712,12 @@ export interface UpdateFeedMembersResponse {
5710
5712
  }
5711
5713
 
5712
5714
  export interface UpdateFeedRequest {
5715
+ description?: string;
5716
+
5717
+ name?: string;
5718
+
5719
+ filter_tags?: string[];
5720
+
5713
5721
  custom?: Record<string, any>;
5714
5722
  }
5715
5723