@stream-io/node-sdk 0.7.23 → 0.7.24

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.
@@ -357,6 +357,7 @@ export interface ActivitySelectorConfigResponse {
357
357
  min_popularity?: number;
358
358
  sort?: SortParamRequest[];
359
359
  filter?: Record<string, any>;
360
+ params?: Record<string, any>;
360
361
  }
361
362
  export interface ActivityUnpinnedEvent {
362
363
  created_at: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/node-sdk",
3
- "version": "0.7.23",
3
+ "version": "0.7.24",
4
4
  "description": "",
5
5
  "exports": {
6
6
  ".": {
@@ -647,6 +647,8 @@ export interface ActivitySelectorConfigResponse {
647
647
  sort?: SortParamRequest[];
648
648
 
649
649
  filter?: Record<string, any>;
650
+
651
+ params?: Record<string, any>;
650
652
  }
651
653
 
652
654
  export interface ActivityUnpinnedEvent {