|
1 | 1 | import { |
| 2 | + Action, |
2 | 3 | Attachment, |
3 | 4 | DeviceResponse, |
| 5 | + Field, |
| 6 | + ImageData, |
| 7 | + Images, |
4 | 8 | PagerResponse, |
5 | 9 | PrivacySettingsResponse, |
6 | 10 | PushNotificationSettingsResponse, |
| 11 | + ReactionGroupResponse, |
7 | 12 | SortParamRequest, |
8 | 13 | UserRequest, |
9 | 14 | UserResponse, |
@@ -104,18 +109,6 @@ export interface AWSRekognitionRule { |
104 | 109 | min_confidence: number; |
105 | 110 | } |
106 | 111 |
|
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 | | - |
119 | 112 | export interface ActionLog { |
120 | 113 | created_at: Date; |
121 | 114 |
|
@@ -3496,14 +3489,6 @@ export interface FeedsModerationTemplateConfig { |
3496 | 3489 | data_types: Record<string, string>; |
3497 | 3490 | } |
3498 | 3491 |
|
3499 | | -export interface Field { |
3500 | | - short: boolean; |
3501 | | - |
3502 | | - title: string; |
3503 | | - |
3504 | | - value: string; |
3505 | | -} |
3506 | | - |
3507 | 3492 | export interface FileUploadConfig { |
3508 | 3493 | size_limit: number; |
3509 | 3494 |
|
@@ -4180,18 +4165,6 @@ export interface HuaweiConfigFields { |
4180 | 4165 | secret?: string; |
4181 | 4166 | } |
4182 | 4167 |
|
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 | | - |
4195 | 4168 | export interface ImageSize { |
4196 | 4169 | crop?: 'top' | 'bottom' | 'left' | 'right' | 'center'; |
4197 | 4170 |
|
@@ -4220,22 +4193,6 @@ export interface ImageUploadResponse { |
4220 | 4193 | upload_sizes?: ImageSize[]; |
4221 | 4194 | } |
4222 | 4195 |
|
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 | | - |
4239 | 4196 | export interface ImportTask { |
4240 | 4197 | created_at: Date; |
4241 | 4198 |
|
@@ -6648,16 +6605,6 @@ export interface ReactionDeletedEvent { |
6648 | 6605 | user?: User; |
6649 | 6606 | } |
6650 | 6607 |
|
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 | | - |
6661 | 6608 | export interface ReactionNewEvent { |
6662 | 6609 | channel_id: string; |
6663 | 6610 |
|
|
0 commit comments