From 53fd3f2c63f5db67f0f8772f0824325b6cd09e2f Mon Sep 17 00:00:00 2001 From: Adversary Date: Fri, 5 Sep 2025 03:10:01 +0000 Subject: [PATCH] main - Automated spec update (145044) made at remote:2025-09-05T02:10:53 taken at now:2025-09-05T03:10:01 made by remote Nelly (automation bot) <> --- specs/openapi.json | 96 ++++++++++++++++++++------------------ specs/openapi_preview.json | 96 ++++++++++++++++++++------------------ 2 files changed, 102 insertions(+), 90 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index 384df19..9cf401e 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -10228,32 +10228,7 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "request_to_speak_timestamp": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "suppress": { - "type": [ - "boolean", - "null" - ] - }, - "channel_id": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/SnowflakeType" - } - ] - } - } + "$ref": "#/components/schemas/UpdateSelfVoiceStateRequestPartial" } } }, @@ -10362,25 +10337,7 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "suppress": { - "type": [ - "boolean", - "null" - ] - }, - "channel_id": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/SnowflakeType" - } - ] - } - } + "$ref": "#/components/schemas/UpdateVoiceStateRequestPartial" } } }, @@ -35559,6 +35516,34 @@ } } }, + "UpdateSelfVoiceStateRequestPartial": { + "type": "object", + "properties": { + "request_to_speak_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "suppress": { + "type": [ + "boolean", + "null" + ] + }, + "channel_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] + } + } + }, "UpdateThreadRequestPartial": { "type": "object", "properties": { @@ -35702,6 +35687,27 @@ "name" ] }, + "UpdateVoiceStateRequestPartial": { + "type": "object", + "properties": { + "suppress": { + "type": [ + "boolean", + "null" + ] + }, + "channel_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] + } + } + }, "UserAvatarDecorationResponse": { "type": "object", "properties": { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 8abae45..233ff3c 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -10568,32 +10568,7 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "request_to_speak_timestamp": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, - "suppress": { - "type": [ - "boolean", - "null" - ] - }, - "channel_id": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/SnowflakeType" - } - ] - } - } + "$ref": "#/components/schemas/UpdateSelfVoiceStateRequestPartial" } } }, @@ -10702,25 +10677,7 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "suppress": { - "type": [ - "boolean", - "null" - ] - }, - "channel_id": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/SnowflakeType" - } - ] - } - } + "$ref": "#/components/schemas/UpdateVoiceStateRequestPartial" } } }, @@ -36895,6 +36852,34 @@ } } }, + "UpdateSelfVoiceStateRequestPartial": { + "type": "object", + "properties": { + "request_to_speak_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "suppress": { + "type": [ + "boolean", + "null" + ] + }, + "channel_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] + } + } + }, "UpdateThreadRequestPartial": { "type": "object", "properties": { @@ -37038,6 +37023,27 @@ "name" ] }, + "UpdateVoiceStateRequestPartial": { + "type": "object", + "properties": { + "suppress": { + "type": [ + "boolean", + "null" + ] + }, + "channel_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] + } + } + }, "UserAvatarDecorationResponse": { "type": "object", "properties": {