Skip to content

Commit 2e65eb3

Browse files
committed
Fix build issues due to attachment being duplicated
1 parent 21a404c commit 2e65eb3

File tree

1 file changed

+1
-52
lines changed

1 file changed

+1
-52
lines changed

src/gen/models/index.ts

Lines changed: 1 addition & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {
2+
Attachment,
23
DeviceResponse,
34
PagerResponse,
45
PrivacySettingsResponse,
@@ -355,58 +356,6 @@ export interface AsyncModerationConfiguration {
355356
callback?: AsyncModerationCallbackConfig;
356357
}
357358

358-
export interface Attachment {
359-
custom: Record<string, any>;
360-
361-
asset_url?: string;
362-
363-
author_icon?: string;
364-
365-
author_link?: string;
366-
367-
author_name?: string;
368-
369-
color?: string;
370-
371-
fallback?: string;
372-
373-
footer?: string;
374-
375-
footer_icon?: string;
376-
377-
image_url?: string;
378-
379-
latitude?: number;
380-
381-
longitude?: number;
382-
383-
og_scrape_url?: string;
384-
385-
original_height?: number;
386-
387-
original_width?: number;
388-
389-
pretext?: string;
390-
391-
stopped_sharing?: boolean;
392-
393-
text?: string;
394-
395-
thumb_url?: string;
396-
397-
title?: string;
398-
399-
title_link?: string;
400-
401-
type?: string;
402-
403-
actions?: Action[];
404-
405-
fields?: Field[];
406-
407-
giphy?: Images;
408-
}
409-
410359
export interface AudioSettings {
411360
access_request_enabled: boolean;
412361

0 commit comments

Comments
 (0)