Skip to content

Commit 4d267f6

Browse files
committed
Fix build issues
1 parent e16de88 commit 4d267f6

File tree

1 file changed

+5
-58
lines changed

1 file changed

+5
-58
lines changed

src/gen/models/index.ts

Lines changed: 5 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
import {
2+
Action,
23
Attachment,
34
DeviceResponse,
5+
Field,
6+
ImageData,
7+
Images,
48
PagerResponse,
59
PrivacySettingsResponse,
610
PushNotificationSettingsResponse,
11+
ReactionGroupResponse,
712
SortParamRequest,
813
UserRequest,
914
UserResponse,
@@ -104,18 +109,6 @@ export interface AWSRekognitionRule {
104109
min_confidence: number;
105110
}
106111

107-
export interface Action {
108-
name: string;
109-
110-
text: string;
111-
112-
type: string;
113-
114-
style?: string;
115-
116-
value?: string;
117-
}
118-
119112
export interface ActionLog {
120113
created_at: Date;
121114

@@ -3496,14 +3489,6 @@ export interface FeedsModerationTemplateConfig {
34963489
data_types: Record<string, string>;
34973490
}
34983491

3499-
export interface Field {
3500-
short: boolean;
3501-
3502-
title: string;
3503-
3504-
value: string;
3505-
}
3506-
35073492
export interface FileUploadConfig {
35083493
size_limit: number;
35093494

@@ -4180,18 +4165,6 @@ export interface HuaweiConfigFields {
41804165
secret?: string;
41814166
}
41824167

4183-
export interface ImageData {
4184-
frames: string;
4185-
4186-
height: string;
4187-
4188-
size: string;
4189-
4190-
url: string;
4191-
4192-
width: string;
4193-
}
4194-
41954168
export interface ImageSize {
41964169
crop?: 'top' | 'bottom' | 'left' | 'right' | 'center';
41974170

@@ -4220,22 +4193,6 @@ export interface ImageUploadResponse {
42204193
upload_sizes?: ImageSize[];
42214194
}
42224195

4223-
export interface Images {
4224-
fixed_height: ImageData;
4225-
4226-
fixed_height_downsampled: ImageData;
4227-
4228-
fixed_height_still: ImageData;
4229-
4230-
fixed_width: ImageData;
4231-
4232-
fixed_width_downsampled: ImageData;
4233-
4234-
fixed_width_still: ImageData;
4235-
4236-
original: ImageData;
4237-
}
4238-
42394196
export interface ImportTask {
42404197
created_at: Date;
42414198

@@ -6648,16 +6605,6 @@ export interface ReactionDeletedEvent {
66486605
user?: User;
66496606
}
66506607

6651-
export interface ReactionGroupResponse {
6652-
count: number;
6653-
6654-
first_reaction_at: Date;
6655-
6656-
last_reaction_at: Date;
6657-
6658-
sum_scores: number;
6659-
}
6660-
66616608
export interface ReactionNewEvent {
66626609
channel_id: string;
66636610

0 commit comments

Comments
 (0)