Skip to content

Commit

Permalink
feat(youtube): update the api
Browse files Browse the repository at this point in the history
#### youtube:v3

The following keys were added:
- schemas.ChannelToStoreLinkDetails.properties.merchantAffiliateProgramDetails.$ref (Total Keys: 1)
- schemas.ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Nov 26, 2024
1 parent a06dc24 commit d24dff5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/dyn/youtube_v3.thirdPartyLinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ <h3>Method Details</h3>
&quot;billingDetails&quot;: { # Information specific to billing. # Information specific to billing (read-only).
&quot;billingStatus&quot;: &quot;A String&quot;, # The current billing profile status.
},
&quot;merchantAffiliateProgramDetails&quot;: { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only).
&quot;status&quot;: &quot;A String&quot;, # The current merchant affiliate program status.
},
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
Expand Down Expand Up @@ -161,6 +164,9 @@ <h3>Method Details</h3>
&quot;billingDetails&quot;: { # Information specific to billing. # Information specific to billing (read-only).
&quot;billingStatus&quot;: &quot;A String&quot;, # The current billing profile status.
},
&quot;merchantAffiliateProgramDetails&quot;: { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only).
&quot;status&quot;: &quot;A String&quot;, # The current merchant affiliate program status.
},
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
Expand Down Expand Up @@ -205,6 +211,9 @@ <h3>Method Details</h3>
&quot;billingDetails&quot;: { # Information specific to billing. # Information specific to billing (read-only).
&quot;billingStatus&quot;: &quot;A String&quot;, # The current billing profile status.
},
&quot;merchantAffiliateProgramDetails&quot;: { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only).
&quot;status&quot;: &quot;A String&quot;, # The current merchant affiliate program status.
},
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
Expand Down Expand Up @@ -238,6 +247,9 @@ <h3>Method Details</h3>
&quot;billingDetails&quot;: { # Information specific to billing. # Information specific to billing (read-only).
&quot;billingStatus&quot;: &quot;A String&quot;, # The current billing profile status.
},
&quot;merchantAffiliateProgramDetails&quot;: { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only).
&quot;status&quot;: &quot;A String&quot;, # The current merchant affiliate program status.
},
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
Expand Down Expand Up @@ -267,6 +279,9 @@ <h3>Method Details</h3>
&quot;billingDetails&quot;: { # Information specific to billing. # Information specific to billing (read-only).
&quot;billingStatus&quot;: &quot;A String&quot;, # The current billing profile status.
},
&quot;merchantAffiliateProgramDetails&quot;: { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only).
&quot;status&quot;: &quot;A String&quot;, # The current merchant affiliate program status.
},
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
Expand Down
29 changes: 28 additions & 1 deletion googleapiclient/discovery_cache/documents/youtube.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4133,7 +4133,7 @@
}
}
},
"revision": "20241105",
"revision": "20241117",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d24dff5

Please sign in to comment.