File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -775,6 +775,8 @@ export interface AddCommentReactionResponse {
775775 comment : CommentResponse ;
776776
777777 reaction : FeedsReactionResponse ;
778+
779+ notification_created ?: boolean ;
778780}
779781
780782export interface AddCommentRequest {
@@ -809,6 +811,8 @@ export interface AddCommentResponse {
809811 duration : string ;
810812
811813 comment : CommentResponse ;
814+
815+ notification_created ?: boolean ;
812816}
813817
814818export interface AddCommentsBatchRequest {
@@ -849,6 +853,8 @@ export interface AddReactionResponse {
849853 activity : ActivityResponse ;
850854
851855 reaction : FeedsReactionResponse ;
856+
857+ notification_created ?: boolean ;
852858}
853859
854860export interface AggregatedActivityResponse {
@@ -11928,6 +11934,8 @@ export interface SingleFollowResponse {
1192811934 duration : string ;
1192911935
1193011936 follow : FollowResponse ;
11937+
11938+ notification_created ?: boolean ;
1193111939}
1193211940
1193311941export interface SipInboundCredentials {
You can’t perform that action at this time.
0 commit comments