main - Automated spec update (42687)

made at remote:2024-04-19T21:26:05

taken at now:2024-04-19T22:10:02

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2024-04-19 22:10:02 +00:00
parent f8f8c0b294
commit a97e528b7d
2 changed files with 12 additions and 2 deletions

View file

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

View file

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