From 48cff491cd1f12c91ab6280a1ba1c17f8a232178 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Wed, 15 May 2024 15:17:13 +0000 Subject: [PATCH] Automated spec update (47841) --- specs/openapi.json | 42 ++++++++++++++++++++++++++++++++++++++ specs/openapi_preview.json | 42 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index c16bb6f..cc20c3b 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -12696,6 +12696,16 @@ "tts": { "type": "boolean" }, + "call": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/MessageCallResponse" + } + ] + }, "activity": { "oneOf": [ { @@ -21521,6 +21531,28 @@ "proxy_url" ] }, + "MessageCallResponse": { + "type": "object", + "properties": { + "ended_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "participants": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SnowflakeType" + }, + "uniqueItems": true + } + }, + "required": [ + "participants" + ] + }, "MessageComponentActionRowResponse": { "type": "object", "properties": { @@ -22907,6 +22939,16 @@ "tts": { "type": "boolean" }, + "call": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/MessageCallResponse" + } + ] + }, "activity": { "oneOf": [ { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 6857a28..98049dd 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -12895,6 +12895,16 @@ "tts": { "type": "boolean" }, + "call": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/MessageCallResponse" + } + ] + }, "activity": { "oneOf": [ { @@ -21851,6 +21861,28 @@ "proxy_url" ] }, + "MessageCallResponse": { + "type": "object", + "properties": { + "ended_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "participants": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SnowflakeType" + }, + "uniqueItems": true + } + }, + "required": [ + "participants" + ] + }, "MessageComponentActionRowResponse": { "type": "object", "properties": { @@ -23298,6 +23330,16 @@ "tts": { "type": "boolean" }, + "call": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/MessageCallResponse" + } + ] + }, "activity": { "oneOf": [ {