diff --git a/deno/rest/v10/interactions.ts b/deno/rest/v10/interactions.ts index 95938a44..d8534ec5 100644 --- a/deno/rest/v10/interactions.ts +++ b/deno/rest/v10/interactions.ts @@ -37,7 +37,9 @@ type RESTPostAPIBaseApplicationCommandsJSONBody = AddUndefinedToPossiblyUndefine | 'guild_id' | 'name_localized' | 'description_localized' - > + | 'default_member_permissions' + > & + Partial> >; /** diff --git a/deno/rest/v9/interactions.ts b/deno/rest/v9/interactions.ts index 50a6c6de..6c2c9d07 100644 --- a/deno/rest/v9/interactions.ts +++ b/deno/rest/v9/interactions.ts @@ -37,7 +37,9 @@ type RESTPostAPIBaseApplicationCommandsJSONBody = AddUndefinedToPossiblyUndefine | 'guild_id' | 'name_localized' | 'description_localized' - > + | 'default_member_permissions' + > & + Partial> >; /** diff --git a/rest/v10/interactions.ts b/rest/v10/interactions.ts index 2ac31ffa..06e636e5 100644 --- a/rest/v10/interactions.ts +++ b/rest/v10/interactions.ts @@ -37,7 +37,9 @@ type RESTPostAPIBaseApplicationCommandsJSONBody = AddUndefinedToPossiblyUndefine | 'guild_id' | 'name_localized' | 'description_localized' - > + | 'default_member_permissions' + > & + Partial> >; /** diff --git a/rest/v9/interactions.ts b/rest/v9/interactions.ts index 64884d9c..e72de66a 100644 --- a/rest/v9/interactions.ts +++ b/rest/v9/interactions.ts @@ -37,7 +37,9 @@ type RESTPostAPIBaseApplicationCommandsJSONBody = AddUndefinedToPossiblyUndefine | 'guild_id' | 'name_localized' | 'description_localized' - > + | 'default_member_permissions' + > & + Partial> >; /**