Skip to content

Commit e37f802

Browse files
sdanialrazaalmeidx
andauthored
fix(APIModalInteractionResponseCallbackComponent): remove APIFileUploadComponent (#1406)
Co-authored-by: Almeida <[email protected]>
1 parent ea2b922 commit e37f802

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

deno/payloads/v10/_interactions/responses.ts

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deno/payloads/v9/_interactions/responses.ts

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

payloads/v10/_interactions/responses.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { RESTPostAPIWebhookWithTokenJSONBody } from '../../../v10';
22
import type {
33
APIActionRowComponent,
44
APIComponentInModalActionRow,
5-
APIFileUploadComponent,
65
APILabelComponent,
76
APITextDisplayComponent,
87
} from '../message';
@@ -134,7 +133,6 @@ export interface APICommandAutocompleteInteractionResponseCallbackData {
134133

135134
export type APIModalInteractionResponseCallbackComponent =
136135
| APIActionRowComponent<APIComponentInModalActionRow>
137-
| APIFileUploadComponent
138136
| APILabelComponent
139137
| APITextDisplayComponent;
140138

payloads/v9/_interactions/responses.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { RESTPostAPIWebhookWithTokenJSONBody } from '../../../v9';
22
import type {
33
APIActionRowComponent,
44
APIComponentInModalActionRow,
5-
APIFileUploadComponent,
65
APILabelComponent,
76
APITextDisplayComponent,
87
} from '../message';
@@ -134,7 +133,6 @@ export interface APICommandAutocompleteInteractionResponseCallbackData {
134133

135134
export type APIModalInteractionResponseCallbackComponent =
136135
| APIActionRowComponent<APIComponentInModalActionRow>
137-
| APIFileUploadComponent
138136
| APILabelComponent
139137
| APITextDisplayComponent;
140138

0 commit comments

Comments
 (0)