From d24dff5a2a6c44f6c9b234d61258a4adf1a40c28 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 26 Nov 2024 07:08:53 +0000 Subject: [PATCH] feat(youtube): update the api #### youtube:v3 The following keys were added: - schemas.ChannelToStoreLinkDetails.properties.merchantAffiliateProgramDetails.$ref (Total Keys: 1) - schemas.ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails (Total Keys: 3) --- docs/dyn/youtube_v3.thirdPartyLinks.html | 15 ++++++++++ .../discovery_cache/documents/youtube.v3.json | 29 ++++++++++++++++++- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/docs/dyn/youtube_v3.thirdPartyLinks.html b/docs/dyn/youtube_v3.thirdPartyLinks.html index bd29d9651c7..312505bf64a 100644 --- a/docs/dyn/youtube_v3.thirdPartyLinks.html +++ b/docs/dyn/youtube_v3.thirdPartyLinks.html @@ -132,6 +132,9 @@

Method Details

"billingDetails": { # Information specific to billing. # Information specific to billing (read-only). "billingStatus": "A String", # The current billing profile status. }, + "merchantAffiliateProgramDetails": { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only). + "status": "A String", # The current merchant affiliate program status. + }, "merchantId": "A String", # Google Merchant Center id of the store. "storeName": "A String", # Name of the store. "storeUrl": "A String", # Landing page of the store. @@ -161,6 +164,9 @@

Method Details

"billingDetails": { # Information specific to billing. # Information specific to billing (read-only). "billingStatus": "A String", # The current billing profile status. }, + "merchantAffiliateProgramDetails": { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only). + "status": "A String", # The current merchant affiliate program status. + }, "merchantId": "A String", # Google Merchant Center id of the store. "storeName": "A String", # Name of the store. "storeUrl": "A String", # Landing page of the store. @@ -205,6 +211,9 @@

Method Details

"billingDetails": { # Information specific to billing. # Information specific to billing (read-only). "billingStatus": "A String", # The current billing profile status. }, + "merchantAffiliateProgramDetails": { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only). + "status": "A String", # The current merchant affiliate program status. + }, "merchantId": "A String", # Google Merchant Center id of the store. "storeName": "A String", # Name of the store. "storeUrl": "A String", # Landing page of the store. @@ -238,6 +247,9 @@

Method Details

"billingDetails": { # Information specific to billing. # Information specific to billing (read-only). "billingStatus": "A String", # The current billing profile status. }, + "merchantAffiliateProgramDetails": { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only). + "status": "A String", # The current merchant affiliate program status. + }, "merchantId": "A String", # Google Merchant Center id of the store. "storeName": "A String", # Name of the store. "storeUrl": "A String", # Landing page of the store. @@ -267,6 +279,9 @@

Method Details

"billingDetails": { # Information specific to billing. # Information specific to billing (read-only). "billingStatus": "A String", # The current billing profile status. }, + "merchantAffiliateProgramDetails": { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only). + "status": "A String", # The current merchant affiliate program status. + }, "merchantId": "A String", # Google Merchant Center id of the store. "storeName": "A String", # Name of the store. "storeUrl": "A String", # Landing page of the store. diff --git a/googleapiclient/discovery_cache/documents/youtube.v3.json b/googleapiclient/discovery_cache/documents/youtube.v3.json index 1207e47e6e5..bc711b0a99b 100644 --- a/googleapiclient/discovery_cache/documents/youtube.v3.json +++ b/googleapiclient/discovery_cache/documents/youtube.v3.json @@ -4133,7 +4133,7 @@ } } }, -"revision": "20241105", +"revision": "20241117", "rootUrl": "https://youtube.googleapis.com/", "schemas": { "AbuseReport": { @@ -5612,6 +5612,10 @@ false "$ref": "ChannelToStoreLinkDetailsBillingDetails", "description": "Information specific to billing (read-only)." }, +"merchantAffiliateProgramDetails": { +"$ref": "ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails", +"description": "Information specific to merchant affiliate program (read-only)." +}, "merchantId": { "description": "Google Merchant Center id of the store.", "format": "uint64", @@ -5651,6 +5655,29 @@ false }, "type": "object" }, +"ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails": { +"description": "Information specific to merchant affiliate program.", +"id": "ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails", +"properties": { +"status": { +"description": "The current merchant affiliate program status.", +"enum": [ +"merchantAffiliateProgramStatusUnspecified", +"merchantAffiliateProgramStatusEligible", +"merchantAffiliateProgramStatusActive", +"merchantAffiliateProgramStatusPaused" +], +"enumDescriptions": [ +"Unspecified status.", +"Merchant is eligible for the merchant affiliate program.", +"Merchant affiliate program is active.", +"Merchant affiliate program is paused." +], +"type": "string" +} +}, +"type": "object" +}, "ChannelTopicDetails": { "description": "Freebase topic information related to the channel.", "id": "ChannelTopicDetails",