@discordjs/core 3.0.0-dev.1745194448-8f35dfd03 → 3.0.0-dev.1745453589-abc5d99ce

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2224,7 +2224,7 @@ declare function withFiles(files: DescriptiveRawFile[], options: APIInteractionR
2224
2224
  tts?: boolean | undefined | undefined;
2225
2225
  embeds?: discord_api_types_v10.APIEmbed[] | undefined | undefined;
2226
2226
  allowed_mentions?: discord_api_types_v10.APIAllowedMentions | undefined;
2227
- components?: discord_api_types_v10.APIActionRowComponent<discord_api_types_v10.APIMessageActionRowComponent>[] | undefined | undefined;
2227
+ components?: discord_api_types_v10.APIMessageTopLevelComponent[] | undefined | undefined;
2228
2228
  poll?: discord_api_types_v10.RESTAPIPoll | undefined;
2229
2229
  applied_tags?: discord_api_types_globals.Snowflake[] | undefined | undefined;
2230
2230
  thread_name?: string | undefined | undefined;
@@ -2224,7 +2224,7 @@ declare function withFiles(files: DescriptiveRawFile[], options: APIInteractionR
2224
2224
  tts?: boolean | undefined | undefined;
2225
2225
  embeds?: discord_api_types_v10.APIEmbed[] | undefined | undefined;
2226
2226
  allowed_mentions?: discord_api_types_v10.APIAllowedMentions | undefined;
2227
- components?: discord_api_types_v10.APIActionRowComponent<discord_api_types_v10.APIMessageActionRowComponent>[] | undefined | undefined;
2227
+ components?: discord_api_types_v10.APIMessageTopLevelComponent[] | undefined | undefined;
2228
2228
  poll?: discord_api_types_v10.RESTAPIPoll | undefined;
2229
2229
  applied_tags?: discord_api_types_globals.Snowflake[] | undefined | undefined;
2230
2230
  thread_name?: string | undefined | undefined;
package/dist/http-only.js CHANGED
@@ -3111,7 +3111,7 @@ __name(withFiles, "withFiles");
3111
3111
 
3112
3112
  // src/http-only/index.ts
3113
3113
  __reExport(http_only_exports, require("discord-api-types/v10"), module.exports);
3114
- var version = "3.0.0-dev.1745194448-8f35dfd03";
3114
+ var version = "3.0.0-dev.1745453589-abc5d99ce";
3115
3115
  // Annotate the CommonJS export names for ESM import in node:
3116
3116
  0 && (module.exports = {
3117
3117
  API,