From c21a1572d3181717afd45c13ea7efb7fa5c2748e Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Fri, 19 Apr 2024 21:26:05 +0000 Subject: [PATCH] Automated spec update (42687) --- specs/openapi.json | 7 ++++++- specs/openapi_preview.json | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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": {