Skip to content

Commit 1fabf4d

Browse files
authored
feat: Add notification_created when create_notification_activity is sent (#233)
1 parent 46da426 commit 1fabf4d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/gen/models/index.ts

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

777777
reaction: FeedsReactionResponse;
778+
779+
notification_created?: boolean;
778780
}
779781

780782
export interface AddCommentRequest {
@@ -809,6 +811,8 @@ export interface AddCommentResponse {
809811
duration: string;
810812

811813
comment: CommentResponse;
814+
815+
notification_created?: boolean;
812816
}
813817

814818
export interface AddCommentsBatchRequest {
@@ -849,6 +853,8 @@ export interface AddReactionResponse {
849853
activity: ActivityResponse;
850854

851855
reaction: FeedsReactionResponse;
856+
857+
notification_created?: boolean;
852858
}
853859

854860
export interface AggregatedActivityResponse {
@@ -11928,6 +11934,8 @@ export interface SingleFollowResponse {
1192811934
duration: string;
1192911935

1193011936
follow: FollowResponse;
11937+
11938+
notification_created?: boolean;
1193111939
}
1193211940

1193311941
export interface SipInboundCredentials {

0 commit comments

Comments
 (0)