Skip to content

Commit a1cfd63

Browse files
authored
feat: Add notification_created when create_notification_activity is sent (#205)
🎫 Ticket: https://linear.app/stream/issue/FEEDS-1016 📑 Docs: https://github.com/GetStream/docs-content/pull/<id> ### 💡 Overview ### 📝 Implementation notes
1 parent e8b981b commit a1cfd63

File tree

1 file changed

+8
-0
lines changed
  • packages/feeds-client/src/gen/models

1 file changed

+8
-0
lines changed

packages/feeds-client/src/gen/models/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,8 @@ export interface AddCommentReactionResponse {
614614
comment: CommentResponse;
615615

616616
reaction: FeedsReactionResponse;
617+
618+
notification_created?: boolean;
617619
}
618620

619621
export interface AddCommentRequest {
@@ -644,6 +646,8 @@ export interface AddCommentResponse {
644646
duration: string;
645647

646648
comment: CommentResponse;
649+
650+
notification_created?: boolean;
647651
}
648652

649653
export interface AddCommentsBatchRequest {
@@ -680,6 +684,8 @@ export interface AddReactionResponse {
680684
activity: ActivityResponse;
681685

682686
reaction: FeedsReactionResponse;
687+
688+
notification_created?: boolean;
683689
}
684690

685691
export interface AggregatedActivityResponse {
@@ -5258,6 +5264,8 @@ export interface SingleFollowResponse {
52585264
duration: string;
52595265

52605266
follow: FollowResponse;
5267+
5268+
notification_created?: boolean;
52615269
}
52625270

52635271
export interface SortParam {

0 commit comments

Comments
 (0)