discord-typings
Advanced tools
Comparing version 9.0.5 to 9.0.6
@@ -526,2 +526,3 @@ export type Snowflake = string; | ||
default_auto_archive_duration: number | null; | ||
create_timestamp?: string; | ||
} | ||
@@ -956,2 +957,4 @@ | ||
message?: MessageData; | ||
locale?: string; | ||
guild_locale?: string; | ||
} | ||
@@ -1006,3 +1009,3 @@ | ||
components?: Array<MessageComponentData>; | ||
attachments: Array<AttachmentData>; | ||
attachments?: Array<AttachmentData>; | ||
} | ||
@@ -1097,3 +1100,3 @@ | ||
export type GuildPreviewData = Pick<GuildData, "id" | "name" | "icon" | "splash" | "discovery_splash" | "emojis" | "features" | "approximate_member_count" | "approximate_presence_count" | "description">; | ||
export type GuildPreviewData = Pick<GuildData, "id" | "name" | "icon" | "splash" | "discovery_splash" | "emojis" | "features" | "approximate_member_count" | "approximate_presence_count" | "description" | "stickers">; | ||
@@ -1100,0 +1103,0 @@ /* |
{ | ||
"name": "discord-typings", | ||
"version": "9.0.5", | ||
"version": "9.0.6", | ||
"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
32003
1117