Skip to content

Commit a30dbee

Browse files
authored
feat: Add attachments to update comment request (#231)
1 parent 655db2e commit a30dbee

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/gen/feeds/FeedsApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,7 @@ export class FeedsApi {
10071007
skip_enrich_url: request?.skip_enrich_url,
10081008
skip_push: request?.skip_push,
10091009
user_id: request?.user_id,
1010+
attachments: request?.attachments,
10101011
custom: request?.custom,
10111012
user: request?.user,
10121013
};

src/gen/models/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13441,6 +13441,8 @@ export interface UpdateCommentRequest {
1344113441

1344213442
user_id?: string;
1344313443

13444+
attachments?: Attachment[];
13445+
1344413446
custom?: Record<string, any>;
1344513447

1344613448
user?: UserRequest;

0 commit comments

Comments
 (0)