discord-typings
Advanced tools
Comparing version 10.1.1 to 10.1.2
@@ -16,3 +16,4 @@ import { Snowflake, Locale } from "../Reference"; | ||
options?: Array<ApplicationCommandOption>; | ||
default_permission?: boolean; | ||
default_member_permissions?: string | null; | ||
dm_permission?: boolean | null; | ||
} | ||
@@ -19,0 +20,0 @@ |
{ | ||
"name": "discord-typings", | ||
"version": "10.1.1", | ||
"version": "10.1.2", | ||
"description": "Typings for data returned by Discord (unofficial)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -42,3 +42,3 @@ import { Snowflake } from "../Reference"; | ||
*/ | ||
export type AuditLogEvent = 1 | 10 | 11 | 12 | 13 | 14 | 15 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 30 | 31 | 32 | 40 | 41 | 42 | 50 | 51 | 52 | 60 | 61 | 62 | 72 | 73 | 74 | 75 | 80 | 81 | 82 | 83 | 84 | 85 | 90 | 91 | 92 | 100 | 101 | 102 | 110 | 111 | 112; | ||
export type AuditLogEvent = 1 | 10 | 11 | 12 | 13 | 14 | 15 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 30 | 31 | 32 | 40 | 41 | 42 | 50 | 51 | 52 | 60 | 61 | 62 | 72 | 73 | 74 | 75 | 80 | 81 | 82 | 83 | 84 | 85 | 90 | 91 | 92 | 100 | 101 | 102 | 110 | 111 | 112 | 121; | ||
@@ -45,0 +45,0 @@ /** |
@@ -18,2 +18,3 @@ import { Snowflake } from "../Reference"; | ||
| "RESUMED" | ||
| "APPLICATION_COMMAND_PERMISSIONS_UPDATE" | ||
| "CHANNEL_CREATE" | ||
@@ -20,0 +21,0 @@ | "CHANNEL_UPDATE" |
@@ -10,2 +10,3 @@ /** | ||
| "applications.commands.update" | ||
| "applications.commands.permissions.update" | ||
| "applications.entitlements" | ||
@@ -12,0 +13,0 @@ | "bot" |
65850
1911