From 3e6ad69c5b3c7fcb7bd8c971f5c3302661cc73ba Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 6 Nov 2024 13:16:37 +0000 Subject: [PATCH] feat: Automated regeneration of YouTube client --- clients/you_tube/lib/google_api/you_tube/v3/metadata.ex | 2 +- .../you_tube/v3/model/video_live_streaming_details.ex | 2 +- clients/you_tube/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/you_tube/lib/google_api/you_tube/v3/metadata.ex b/clients/you_tube/lib/google_api/you_tube/v3/metadata.ex index 7450dad862..41fc699480 100644 --- a/clients/you_tube/lib/google_api/you_tube/v3/metadata.ex +++ b/clients/you_tube/lib/google_api/you_tube/v3/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.YouTube.V3 do API client metadata for GoogleApi.YouTube.V3. """ - @discovery_revision "20241031" + @discovery_revision "20241105" def discovery_revision(), do: @discovery_revision end diff --git a/clients/you_tube/lib/google_api/you_tube/v3/model/video_live_streaming_details.ex b/clients/you_tube/lib/google_api/you_tube/v3/model/video_live_streaming_details.ex index d50aa67c17..ffe719c361 100644 --- a/clients/you_tube/lib/google_api/you_tube/v3/model/video_live_streaming_details.ex +++ b/clients/you_tube/lib/google_api/you_tube/v3/model/video_live_streaming_details.ex @@ -25,7 +25,7 @@ defmodule GoogleApi.YouTube.V3.Model.VideoLiveStreamingDetails do * `actualEndTime` (*type:* `DateTime.t`, *default:* `nil`) - The time that the broadcast actually ended. This value will not be available until the broadcast is over. * `actualStartTime` (*type:* `DateTime.t`, *default:* `nil`) - The time that the broadcast actually started. This value will not be available until the broadcast begins. * `concurrentViewers` (*type:* `String.t`, *default:* `nil`) - The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended. - * `scheduledEndTime` (*type:* `DateTime.t`, *default:* `nil`) - The time that the broadcast is scheduled to end. If the value is empty or the property is not present, then the broadcast is scheduled to contiue indefinitely. + * `scheduledEndTime` (*type:* `DateTime.t`, *default:* `nil`) - The time that the broadcast is scheduled to end. If the value is empty or the property is not present, then the broadcast is scheduled to continue indefinitely. * `scheduledStartTime` (*type:* `DateTime.t`, *default:* `nil`) - The time that the broadcast is scheduled to begin. """ diff --git a/clients/you_tube/mix.exs b/clients/you_tube/mix.exs index 74a380d547..fc7068839d 100644 --- a/clients/you_tube/mix.exs +++ b/clients/you_tube/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.YouTube.Mixfile do use Mix.Project - @version "0.51.0" + @version "0.51.1" def project() do [