@discordjs/core 2.1.0-dev.1738965220-519aa3abe → 2.1.0

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.
@@ -1944,7 +1944,7 @@ declare function withFiles(files: DescriptiveRawFile[], options: APIInteractionR
1944
1944
  tts?: boolean | undefined;
1945
1945
  embeds?: discord_api_types_v10.APIEmbed[] | undefined;
1946
1946
  allowed_mentions?: discord_api_types_v10.APIAllowedMentions | undefined;
1947
- components?: discord_api_types_v10.APIActionRowComponent<discord_api_types_v10.APIMessageActionRowComponent>[] | undefined;
1947
+ components?: discord_api_types_v10.APIMessageTopLevelComponent[] | undefined;
1948
1948
  poll?: discord_api_types_v10.RESTAPIPoll | undefined;
1949
1949
  applied_tags?: discord_api_types_globals.Snowflake[] | undefined;
1950
1950
  thread_name?: string | undefined;
@@ -1944,7 +1944,7 @@ declare function withFiles(files: DescriptiveRawFile[], options: APIInteractionR
1944
1944
  tts?: boolean | undefined;
1945
1945
  embeds?: discord_api_types_v10.APIEmbed[] | undefined;
1946
1946
  allowed_mentions?: discord_api_types_v10.APIAllowedMentions | undefined;
1947
- components?: discord_api_types_v10.APIActionRowComponent<discord_api_types_v10.APIMessageActionRowComponent>[] | undefined;
1947
+ components?: discord_api_types_v10.APIMessageTopLevelComponent[] | undefined;
1948
1948
  poll?: discord_api_types_v10.RESTAPIPoll | undefined;
1949
1949
  applied_tags?: discord_api_types_globals.Snowflake[] | undefined;
1950
1950
  thread_name?: string | undefined;
package/dist/http-only.js CHANGED
@@ -2876,7 +2876,7 @@ __name(withFiles, "withFiles");
2876
2876
 
2877
2877
  // src/http-only/index.ts
2878
2878
  __reExport(http_only_exports, require("discord-api-types/v10"), module.exports);
2879
- var version = "2.1.0-dev.1738965220-519aa3abe";
2879
+ var version = "2.1.0";
2880
2880
  // Annotate the CommonJS export names for ESM import in node:
2881
2881
  0 && (module.exports = {
2882
2882
  API,