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:
parent
f8f8c0b294
commit
a97e528b7d
2 changed files with 12 additions and 2 deletions
|
@ -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 a new issue