From fb2bf8e7846f4eb9b65691d913eabf957be5af6f Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 16 Apr 2024 07:08:40 +0000 Subject: [PATCH] feat(youtube): update the api #### youtube:v3 The following keys were added: - schemas.CuepointSchedule.properties.repeatIntervalSecs.deprecated (Total Keys: 1) - schemas.CuepointSchedule.properties.scheduleStrategy.deprecated (Total Keys: 1) --- googleapiclient/discovery_cache/documents/youtube.v3.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/googleapiclient/discovery_cache/documents/youtube.v3.json b/googleapiclient/discovery_cache/documents/youtube.v3.json index b7badad3a2..83c5e99639 100644 --- a/googleapiclient/discovery_cache/documents/youtube.v3.json +++ b/googleapiclient/discovery_cache/documents/youtube.v3.json @@ -4037,7 +4037,7 @@ } } }, -"revision": "20240407", +"revision": "20240414", "rootUrl": "https://youtube.googleapis.com/", "schemas": { "AbuseReport": { @@ -7679,11 +7679,13 @@ true "type": "string" }, "repeatIntervalSecs": { +"deprecated": true, "description": "Interval frequency in seconds that api uses to insert cuepoints automatically.", "format": "int32", "type": "integer" }, "scheduleStrategy": { +"deprecated": true, "description": "The strategy to use when scheduling cuepoints.", "enum": [ "scheduleStrategyUnspecified",