Automated spec update (42687)

This commit is contained in:
Nelly (automation bot) 2024-04-19 21:26:05 +00:00
parent b67077a0a8
commit c21a1572d3
2 changed files with 12 additions and 2 deletions

View File

@ -24108,7 +24108,12 @@
},
"PurchaseType": {
"type": "integer",
"oneOf": [],
"oneOf": [
{
"title": "GUILD_PRODUCT",
"const": 0
}
],
"format": "int32"
},
"QuarantineUserAction": {

View File

@ -24572,7 +24572,12 @@
},
"PurchaseType": {
"type": "integer",
"oneOf": [],
"oneOf": [
{
"title": "GUILD_PRODUCT",
"const": 0
}
],
"format": "int32"
},
"QuarantineUserAction": {