diff --git a/src/gen/models/index.ts b/src/gen/models/index.ts index c6e0a8c..2a042b2 100644 --- a/src/gen/models/index.ts +++ b/src/gen/models/index.ts @@ -775,6 +775,8 @@ export interface AddCommentReactionResponse { comment: CommentResponse; reaction: FeedsReactionResponse; + + notification_created?: boolean; } export interface AddCommentRequest { @@ -809,6 +811,8 @@ export interface AddCommentResponse { duration: string; comment: CommentResponse; + + notification_created?: boolean; } export interface AddCommentsBatchRequest { @@ -849,6 +853,8 @@ export interface AddReactionResponse { activity: ActivityResponse; reaction: FeedsReactionResponse; + + notification_created?: boolean; } export interface AggregatedActivityResponse { @@ -11928,6 +11934,8 @@ export interface SingleFollowResponse { duration: string; follow: FollowResponse; + + notification_created?: boolean; } export interface SipInboundCredentials {