From 83fe305cb9fb9f0ee0825e3d5c8fffce7ebec0d6 Mon Sep 17 00:00:00 2001 From: Jana Naumoska Date: Fri, 26 Dec 2025 16:14:46 +0100 Subject: [PATCH] Add notification_created when create_notification_activity is sent --- src/gen/models/index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) 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 {