discord-typings
Advanced tools
Comparing version 9.0.2 to 9.0.3
@@ -682,2 +682,5 @@ export type Snowflake = string; | ||
channel_types?: Array<ChannelType>; | ||
min_value?: number; | ||
max_value?: number; | ||
autocomplete?: boolean; | ||
} | ||
@@ -689,2 +692,3 @@ | ||
name: string; | ||
type?: ApplicationCommandOptionType; | ||
value: string | number; | ||
@@ -746,2 +750,3 @@ } | ||
options?: Array<ApplicationCommandInteractionDataOption>; | ||
focused?: boolean; | ||
} | ||
@@ -748,0 +753,0 @@ |
{ | ||
"name": "discord-typings", | ||
"version": "9.0.2", | ||
"version": "9.0.3", | ||
"description": "Typings for data returned by Discord (unofficial)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
23871
870
0