@stream-io/node-sdk 0.7.32 → 0.7.34

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.
@@ -332,6 +332,7 @@ export interface ActivityResponse {
332
332
  expires_at?: Date;
333
333
  is_watched?: boolean;
334
334
  moderation_action?: string;
335
+ selector_source?: string;
335
336
  text?: string;
336
337
  visibility_tag?: string;
337
338
  current_feed?: FeedResponse;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/node-sdk",
3
- "version": "0.7.32",
3
+ "version": "0.7.34",
4
4
  "description": "",
5
5
  "exports": {
6
6
  ".": {
@@ -595,6 +595,8 @@ export interface ActivityResponse {
595
595
 
596
596
  moderation_action?: string;
597
597
 
598
+ selector_source?: string;
599
+
598
600
  text?: string;
599
601
 
600
602
  visibility_tag?: string;