@stream-io/node-sdk 0.6.4 → 0.6.5
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.
|
@@ -2563,6 +2563,7 @@ export interface DeleteFeedGroupResponse {
|
|
|
2563
2563
|
export interface DeleteFeedResponse {
|
|
2564
2564
|
delete_feed_task_id: string;
|
|
2565
2565
|
duration: string;
|
|
2566
|
+
task_id: string;
|
|
2566
2567
|
}
|
|
2567
2568
|
export interface DeleteFeedUserDataResponse {
|
|
2568
2569
|
deleted_activities: number;
|
package/package.json
CHANGED