@stream-io/feeds-client 0.3.27 → 0.3.29

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.
@@ -2415,6 +2415,8 @@ export interface EnrichedReaction {
2415
2415
  }
2416
2416
 
2417
2417
  export interface EnrichmentOptions {
2418
+ enrich_own_followings?: boolean;
2419
+
2418
2420
  skip_activity?: boolean;
2419
2421
 
2420
2422
  skip_activity_collections?: boolean;
@@ -2445,8 +2447,6 @@ export interface EnrichmentOptions {
2445
2447
 
2446
2448
  skip_own_capabilities?: boolean;
2447
2449
 
2448
- skip_own_followings?: boolean;
2449
-
2450
2450
  skip_own_follows?: boolean;
2451
2451
 
2452
2452
  skip_pins?: boolean;
@@ -5710,6 +5710,12 @@ export interface UpdateFeedMembersResponse {
5710
5710
  }
5711
5711
 
5712
5712
  export interface UpdateFeedRequest {
5713
+ description?: string;
5714
+
5715
+ name?: string;
5716
+
5717
+ filter_tags?: string[];
5718
+
5713
5719
  custom?: Record<string, any>;
5714
5720
  }
5715
5721