Automated spec update (42687)
This commit is contained in:
parent
b67077a0a8
commit
c21a1572d3
|
@ -24108,7 +24108,12 @@
|
|||
},
|
||||
"PurchaseType": {
|
||||
"type": "integer",
|
||||
"oneOf": [],
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "GUILD_PRODUCT",
|
||||
"const": 0
|
||||
}
|
||||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"QuarantineUserAction": {
|
||||
|
|
|
@ -24572,7 +24572,12 @@
|
|||
},
|
||||
"PurchaseType": {
|
||||
"type": "integer",
|
||||
"oneOf": [],
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "GUILD_PRODUCT",
|
||||
"const": 0
|
||||
}
|
||||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"QuarantineUserAction": {
|
||||
|
|
Loading…
Reference in New Issue