@stream-io/feeds-client 0.2.6 → 0.2.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/feeds-client",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.node.js",
6
6
  "exports": {
@@ -673,6 +673,8 @@ export interface AggregatedActivityResponse {
673
673
 
674
674
  user_count: number;
675
675
 
676
+ user_count_truncated: boolean;
677
+
676
678
  activities: ActivityResponse[];
677
679
  }
678
680