Compare commits

...

2 commits

Author SHA1 Message Date
Nelly (automation bot)
c765c28475 Automated spec update (90381) 2025-01-22 23:36:49 +00:00
Nelly (automation bot)
bc5d9c9bdb Automated spec update (90258) 2025-01-22 17:56:46 +00:00
2 changed files with 60 additions and 0 deletions

View file

@ -13850,6 +13850,16 @@
"$ref": "#/components/schemas/PollCreateRequest" "$ref": "#/components/schemas/PollCreateRequest"
} }
] ]
},
"confetti_potion": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
}
]
} }
} }
}, },
@ -15077,6 +15087,10 @@
"name" "name"
] ]
}, },
"ConfettiPotionCreateRequest": {
"type": "object",
"properties": {}
},
"ConnectedAccountGuildResponse": { "ConnectedAccountGuildResponse": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -19238,6 +19252,12 @@
"null" "null"
], ],
"format": "int32" "format": "int32"
},
"is_nickname_changeable": {
"type": [
"boolean",
"null"
]
} }
}, },
"required": [ "required": [
@ -23588,6 +23608,16 @@
} }
] ]
}, },
"confetti_potion": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
}
]
},
"message_reference": { "message_reference": {
"oneOf": [ "oneOf": [
{ {

View file

@ -13850,6 +13850,16 @@
"$ref": "#/components/schemas/PollCreateRequest" "$ref": "#/components/schemas/PollCreateRequest"
} }
] ]
},
"confetti_potion": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
}
]
} }
} }
}, },
@ -15116,6 +15126,10 @@
"name" "name"
] ]
}, },
"ConfettiPotionCreateRequest": {
"type": "object",
"properties": {}
},
"ConnectedAccountGuildResponse": { "ConnectedAccountGuildResponse": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -19309,6 +19323,12 @@
"null" "null"
], ],
"format": "int32" "format": "int32"
},
"is_nickname_changeable": {
"type": [
"boolean",
"null"
]
} }
}, },
"required": [ "required": [
@ -23673,6 +23693,16 @@
} }
] ]
}, },
"confetti_potion": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
}
]
},
"message_reference": { "message_reference": {
"oneOf": [ "oneOf": [
{ {