diff --git a/specs/openapi.json b/specs/openapi.json index 8773b35..0661520 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -24108,7 +24108,12 @@ }, "PurchaseType": { "type": "integer", - "oneOf": [], + "oneOf": [ + { + "title": "GUILD_PRODUCT", + "const": 0 + } + ], "format": "int32" }, "QuarantineUserAction": { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 70d9d3e..44af5f2 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -24572,7 +24572,12 @@ }, "PurchaseType": { "type": "integer", - "oneOf": [], + "oneOf": [ + { + "title": "GUILD_PRODUCT", + "const": 0 + } + ], "format": "int32" }, "QuarantineUserAction": {