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