@stream-io/feeds-client 1.3.0 → 1.5.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.
@@ -512,6 +512,8 @@ export interface ActivityResponse {
512
512
  parent?: ActivityResponse;
513
513
 
514
514
  poll?: PollResponseData;
515
+
516
+ score_vars?: Record<string, any>;
515
517
  }
516
518
 
517
519
  export interface ActivityRestoredEvent {
@@ -2467,6 +2469,8 @@ export interface EnrichedReaction {
2467
2469
  export interface EnrichmentOptions {
2468
2470
  enrich_own_followings?: boolean;
2469
2471
 
2472
+ include_score_vars?: boolean;
2473
+
2470
2474
  skip_activity?: boolean;
2471
2475
 
2472
2476
  skip_activity_collections?: boolean;
@@ -4457,6 +4461,8 @@ export interface PushPreferencesResponse {
4457
4461
  export interface QueryActivitiesRequest {
4458
4462
  enrich_own_fields?: boolean;
4459
4463
 
4464
+ include_soft_deleted_activities?: boolean;
4465
+
4460
4466
  limit?: number;
4461
4467
 
4462
4468
  next?: string;