fix(APIModalInteractionResponseCallbackComponent): remove APIFileUploadComponent (#1406)

Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
Danial Raza
2025-10-23 00:40:01 +02:00
committed by GitHub
parent ea2b922d12
commit e37f802e39
4 changed files with 0 additions and 8 deletions

View File

@@ -2,7 +2,6 @@ import type { RESTPostAPIWebhookWithTokenJSONBody } from '../../../v10.ts';
import type {
APIActionRowComponent,
APIComponentInModalActionRow,
APIFileUploadComponent,
APILabelComponent,
APITextDisplayComponent,
} from '../message.ts';
@@ -134,7 +133,6 @@ export interface APICommandAutocompleteInteractionResponseCallbackData {
export type APIModalInteractionResponseCallbackComponent =
| APIActionRowComponent<APIComponentInModalActionRow>
| APIFileUploadComponent
| APILabelComponent
| APITextDisplayComponent;

View File

@@ -2,7 +2,6 @@ import type { RESTPostAPIWebhookWithTokenJSONBody } from '../../../v9.ts';
import type {
APIActionRowComponent,
APIComponentInModalActionRow,
APIFileUploadComponent,
APILabelComponent,
APITextDisplayComponent,
} from '../message.ts';
@@ -134,7 +133,6 @@ export interface APICommandAutocompleteInteractionResponseCallbackData {
export type APIModalInteractionResponseCallbackComponent =
| APIActionRowComponent<APIComponentInModalActionRow>
| APIFileUploadComponent
| APILabelComponent
| APITextDisplayComponent;

View File

@@ -2,7 +2,6 @@ import type { RESTPostAPIWebhookWithTokenJSONBody } from '../../../v10';
import type {
APIActionRowComponent,
APIComponentInModalActionRow,
APIFileUploadComponent,
APILabelComponent,
APITextDisplayComponent,
} from '../message';
@@ -134,7 +133,6 @@ export interface APICommandAutocompleteInteractionResponseCallbackData {
export type APIModalInteractionResponseCallbackComponent =
| APIActionRowComponent<APIComponentInModalActionRow>
| APIFileUploadComponent
| APILabelComponent
| APITextDisplayComponent;

View File

@@ -2,7 +2,6 @@ import type { RESTPostAPIWebhookWithTokenJSONBody } from '../../../v9';
import type {
APIActionRowComponent,
APIComponentInModalActionRow,
APIFileUploadComponent,
APILabelComponent,
APITextDisplayComponent,
} from '../message';
@@ -134,7 +133,6 @@ export interface APICommandAutocompleteInteractionResponseCallbackData {
export type APIModalInteractionResponseCallbackComponent =
| APIActionRowComponent<APIComponentInModalActionRow>
| APIFileUploadComponent
| APILabelComponent
| APITextDisplayComponent;