diff --git a/specs/openapi.json b/specs/openapi.json index 094357a..2f6d510 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -18313,6 +18313,23 @@ "$ref": "#/components/schemas/ForumLayout" } ] + }, + "hd_streaming_until": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "hd_streaming_buyer_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] } }, "required": [ diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 94a66b5..3eae46e 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -18395,6 +18395,23 @@ "$ref": "#/components/schemas/ForumLayout" } ] + }, + "hd_streaming_until": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "hd_streaming_buyer_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] } }, "required": [