Automated spec update (215712)

This commit is contained in:
Nelly (automation bot) 2026-05-05 03:10:00 +00:00
parent 493dc48504
commit 321f9a0ced
2 changed files with 176 additions and 4 deletions

View file

@ -16268,6 +16268,21 @@
"description": "Properties about the user changed", "description": "Properties about the user changed",
"const": "USER_UPDATE" "const": "USER_UPDATE"
}, },
{
"title": "ENTITLEMENT_CREATE",
"description": "Entitlement was created",
"const": "ENTITLEMENT_CREATE"
},
{
"title": "ENTITLEMENT_UPDATE",
"description": "Entitlement was updated",
"const": "ENTITLEMENT_UPDATE"
},
{
"title": "ENTITLEMENT_DELETE",
"description": "Entitlement was deleted",
"const": "ENTITLEMENT_DELETE"
},
{ {
"title": "READY", "title": "READY",
"description": "Contains the initial state information", "description": "Contains the initial state information",
@ -16293,6 +16308,36 @@
"description": "Guild's voice server was updated", "description": "Guild's voice server was updated",
"const": "VOICE_SERVER_UPDATE" "const": "VOICE_SERVER_UPDATE"
}, },
{
"title": "LOBBY_MESSAGE_CREATE",
"description": "Sent when a message is created in a lobby",
"const": "LOBBY_MESSAGE_CREATE"
},
{
"title": "LOBBY_MESSAGE_UPDATE",
"description": "Sent when a message is updated in a lobby",
"const": "LOBBY_MESSAGE_UPDATE"
},
{
"title": "LOBBY_MESSAGE_DELETE",
"description": "Sent when a message is deleted from a lobby",
"const": "LOBBY_MESSAGE_DELETE"
},
{
"title": "GAME_DIRECT_MESSAGE_CREATE",
"description": "Sent when a direct message is created during an active Social SDK session",
"const": "GAME_DIRECT_MESSAGE_CREATE"
},
{
"title": "GAME_DIRECT_MESSAGE_DELETE",
"description": "Sent when a direct message is deleted during an active Social SDK session",
"const": "GAME_DIRECT_MESSAGE_DELETE"
},
{
"title": "GAME_DIRECT_MESSAGE_UPDATE",
"description": "Sent when a direct message is updated during an active Social SDK session",
"const": "GAME_DIRECT_MESSAGE_UPDATE"
},
{ {
"title": "INTERACTION_CREATE", "title": "INTERACTION_CREATE",
"description": "User used an interaction, such as an Application Command", "description": "User used an interaction, such as an Application Command",
@ -16318,6 +16363,16 @@
"description": "Application command permission was updated", "description": "Application command permission was updated",
"const": "APPLICATION_COMMAND_PERMISSIONS_UPDATE" "const": "APPLICATION_COMMAND_PERMISSIONS_UPDATE"
}, },
{
"title": "APPLICATION_AUTHORIZED",
"description": "Sent when an app was authorized by a user to a server or their account",
"const": "APPLICATION_AUTHORIZED"
},
{
"title": "APPLICATION_DEAUTHORIZED",
"description": "Sent when an app was deauthorized by a user",
"const": "APPLICATION_DEAUTHORIZED"
},
{ {
"title": "STAGE_INSTANCE_CREATE", "title": "STAGE_INSTANCE_CREATE",
"description": "Stage instance was created", "description": "Stage instance was created",
@ -16399,6 +16454,11 @@
"title": "GUILD_SOUNDBOARD_SOUND_DELETE", "title": "GUILD_SOUNDBOARD_SOUND_DELETE",
"const": "GUILD_SOUNDBOARD_SOUND_DELETE" "const": "GUILD_SOUNDBOARD_SOUND_DELETE"
}, },
{
"title": "QUEST_USER_ENROLLMENT",
"description": "User was added to a Quest (currently unavailable)",
"const": "QUEST_USER_ENROLLMENT"
},
{ {
"title": "RATE_LIMITED", "title": "RATE_LIMITED",
"const": "RATE_LIMITED" "const": "RATE_LIMITED"
@ -19187,7 +19247,20 @@
], ],
"items": { "items": {
"type": "string", "type": "string",
"enum": [], "enum": [
"APPLICATION_AUTHORIZED",
"APPLICATION_DEAUTHORIZED",
"ENTITLEMENT_CREATE",
"ENTITLEMENT_DELETE",
"ENTITLEMENT_UPDATE",
"GAME_DIRECT_MESSAGE_CREATE",
"GAME_DIRECT_MESSAGE_DELETE",
"GAME_DIRECT_MESSAGE_UPDATE",
"LOBBY_MESSAGE_CREATE",
"LOBBY_MESSAGE_DELETE",
"LOBBY_MESSAGE_UPDATE",
"QUEST_USER_ENROLLMENT"
],
"allOf": [ "allOf": [
{ {
"$ref": "#/components/schemas/ActionTypes" "$ref": "#/components/schemas/ActionTypes"
@ -33619,7 +33692,20 @@
"type": "array", "type": "array",
"items": { "items": {
"type": "string", "type": "string",
"enum": [], "enum": [
"APPLICATION_AUTHORIZED",
"APPLICATION_DEAUTHORIZED",
"ENTITLEMENT_CREATE",
"ENTITLEMENT_DELETE",
"ENTITLEMENT_UPDATE",
"GAME_DIRECT_MESSAGE_CREATE",
"GAME_DIRECT_MESSAGE_DELETE",
"GAME_DIRECT_MESSAGE_UPDATE",
"LOBBY_MESSAGE_CREATE",
"LOBBY_MESSAGE_DELETE",
"LOBBY_MESSAGE_UPDATE",
"QUEST_USER_ENROLLMENT"
],
"allOf": [ "allOf": [
{ {
"$ref": "#/components/schemas/ActionTypes" "$ref": "#/components/schemas/ActionTypes"

View file

@ -16280,6 +16280,21 @@
"description": "Properties about the user changed", "description": "Properties about the user changed",
"const": "USER_UPDATE" "const": "USER_UPDATE"
}, },
{
"title": "ENTITLEMENT_CREATE",
"description": "Entitlement was created",
"const": "ENTITLEMENT_CREATE"
},
{
"title": "ENTITLEMENT_UPDATE",
"description": "Entitlement was updated",
"const": "ENTITLEMENT_UPDATE"
},
{
"title": "ENTITLEMENT_DELETE",
"description": "Entitlement was deleted",
"const": "ENTITLEMENT_DELETE"
},
{ {
"title": "READY", "title": "READY",
"description": "Contains the initial state information", "description": "Contains the initial state information",
@ -16305,6 +16320,36 @@
"description": "Guild's voice server was updated", "description": "Guild's voice server was updated",
"const": "VOICE_SERVER_UPDATE" "const": "VOICE_SERVER_UPDATE"
}, },
{
"title": "LOBBY_MESSAGE_CREATE",
"description": "Sent when a message is created in a lobby",
"const": "LOBBY_MESSAGE_CREATE"
},
{
"title": "LOBBY_MESSAGE_UPDATE",
"description": "Sent when a message is updated in a lobby",
"const": "LOBBY_MESSAGE_UPDATE"
},
{
"title": "LOBBY_MESSAGE_DELETE",
"description": "Sent when a message is deleted from a lobby",
"const": "LOBBY_MESSAGE_DELETE"
},
{
"title": "GAME_DIRECT_MESSAGE_CREATE",
"description": "Sent when a direct message is created during an active Social SDK session",
"const": "GAME_DIRECT_MESSAGE_CREATE"
},
{
"title": "GAME_DIRECT_MESSAGE_DELETE",
"description": "Sent when a direct message is deleted during an active Social SDK session",
"const": "GAME_DIRECT_MESSAGE_DELETE"
},
{
"title": "GAME_DIRECT_MESSAGE_UPDATE",
"description": "Sent when a direct message is updated during an active Social SDK session",
"const": "GAME_DIRECT_MESSAGE_UPDATE"
},
{ {
"title": "INTERACTION_CREATE", "title": "INTERACTION_CREATE",
"description": "User used an interaction, such as an Application Command", "description": "User used an interaction, such as an Application Command",
@ -16330,6 +16375,16 @@
"description": "Application command permission was updated", "description": "Application command permission was updated",
"const": "APPLICATION_COMMAND_PERMISSIONS_UPDATE" "const": "APPLICATION_COMMAND_PERMISSIONS_UPDATE"
}, },
{
"title": "APPLICATION_AUTHORIZED",
"description": "Sent when an app was authorized by a user to a server or their account",
"const": "APPLICATION_AUTHORIZED"
},
{
"title": "APPLICATION_DEAUTHORIZED",
"description": "Sent when an app was deauthorized by a user",
"const": "APPLICATION_DEAUTHORIZED"
},
{ {
"title": "STAGE_INSTANCE_CREATE", "title": "STAGE_INSTANCE_CREATE",
"description": "Stage instance was created", "description": "Stage instance was created",
@ -16411,6 +16466,11 @@
"title": "GUILD_SOUNDBOARD_SOUND_DELETE", "title": "GUILD_SOUNDBOARD_SOUND_DELETE",
"const": "GUILD_SOUNDBOARD_SOUND_DELETE" "const": "GUILD_SOUNDBOARD_SOUND_DELETE"
}, },
{
"title": "QUEST_USER_ENROLLMENT",
"description": "User was added to a Quest (currently unavailable)",
"const": "QUEST_USER_ENROLLMENT"
},
{ {
"title": "RATE_LIMITED", "title": "RATE_LIMITED",
"const": "RATE_LIMITED" "const": "RATE_LIMITED"
@ -19199,7 +19259,20 @@
], ],
"items": { "items": {
"type": "string", "type": "string",
"enum": [], "enum": [
"APPLICATION_AUTHORIZED",
"APPLICATION_DEAUTHORIZED",
"ENTITLEMENT_CREATE",
"ENTITLEMENT_DELETE",
"ENTITLEMENT_UPDATE",
"GAME_DIRECT_MESSAGE_CREATE",
"GAME_DIRECT_MESSAGE_DELETE",
"GAME_DIRECT_MESSAGE_UPDATE",
"LOBBY_MESSAGE_CREATE",
"LOBBY_MESSAGE_DELETE",
"LOBBY_MESSAGE_UPDATE",
"QUEST_USER_ENROLLMENT"
],
"allOf": [ "allOf": [
{ {
"$ref": "#/components/schemas/ActionTypes" "$ref": "#/components/schemas/ActionTypes"
@ -33717,7 +33790,20 @@
"type": "array", "type": "array",
"items": { "items": {
"type": "string", "type": "string",
"enum": [], "enum": [
"APPLICATION_AUTHORIZED",
"APPLICATION_DEAUTHORIZED",
"ENTITLEMENT_CREATE",
"ENTITLEMENT_DELETE",
"ENTITLEMENT_UPDATE",
"GAME_DIRECT_MESSAGE_CREATE",
"GAME_DIRECT_MESSAGE_DELETE",
"GAME_DIRECT_MESSAGE_UPDATE",
"LOBBY_MESSAGE_CREATE",
"LOBBY_MESSAGE_DELETE",
"LOBBY_MESSAGE_UPDATE",
"QUEST_USER_ENROLLMENT"
],
"allOf": [ "allOf": [
{ {
"$ref": "#/components/schemas/ActionTypes" "$ref": "#/components/schemas/ActionTypes"