@discordjs/builders
Advanced tools
Comparing version 0.13.0-dev.1648515278-ac4bc3a to 0.13.0-dev.1649030892-5748dbe
@@ -652,3 +652,3 @@ import { APIEmbedField, APIEmbedAuthor, APIEmbedFooter, APIEmbedImage, APIEmbed, APISelectMenuOption, APIMessageComponentEmoji, ButtonStyle, APIBaseComponent, ComponentType, APIModalComponent, APIMessageComponent, APIActionRowComponent, APIModalActionRowComponent, APIMessageActionRowComponent, APIActionRowComponentTypes, APIButtonComponent, APITextInputComponent, TextInputStyle, APIModalInteractionResponseCallbackData, APISelectMenuComponent, ApplicationCommandOptionType, APIApplicationCommandBasicOption, APIApplicationCommandBooleanOption, ChannelType, APIApplicationCommandChannelOption, APIApplicationCommandOptionChoice, APIApplicationCommandIntegerOption, APIApplicationCommandMentionableOption, APIApplicationCommandNumberOption, APIApplicationCommandRoleOption, APIApplicationCommandAttachmentOption, APIApplicationCommandStringOption, APIApplicationCommandUserOption, APIApplicationCommandSubcommandGroupOption, APIApplicationCommandSubcommandOption, RESTPostAPIApplicationCommandsJSONBody, APIApplicationCommandOption, ApplicationCommandType } from 'discord-api-types/v10'; | ||
*/ | ||
private readonly components; | ||
readonly components: T[]; | ||
constructor({ components, ...data }?: Partial<APIActionRowComponent<APIMessageActionRowComponent | APIModalActionRowComponent>>); | ||
@@ -826,3 +826,3 @@ /** | ||
declare class UnsafeModalBuilder implements JSONEncodable<APIModalInteractionResponseCallbackData> { | ||
protected readonly data: Partial<Omit<APIModalInteractionResponseCallbackData, 'components'>>; | ||
readonly data: Partial<Omit<APIModalInteractionResponseCallbackData, 'components'>>; | ||
readonly components: ActionRowBuilder<ModalActionRowComponentBuilder>[]; | ||
@@ -882,3 +882,3 @@ constructor({ components, ...data }?: Partial<APIModalInteractionResponseCallbackData>); | ||
*/ | ||
protected readonly options: UnsafeSelectMenuOptionBuilder[]; | ||
readonly options: UnsafeSelectMenuOptionBuilder[]; | ||
constructor(data?: Partial<APISelectMenuComponent>); | ||
@@ -885,0 +885,0 @@ /** |
{ | ||
"name": "@discordjs/builders", | ||
"version": "0.13.0-dev.1648515278-ac4bc3a", | ||
"version": "0.13.0-dev.1649030892-5748dbe", | ||
"description": "A set of builders that you can use when creating your bot", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
392114